I’ve just installed Cells-Enterprise 2.2.0 to get the sftp functionality. I edited the pydio.json file as per:
https://pydio.com/en/docs/cells/v2/ed-sftp-access
Cells starts just fine, there are no errors, but I see no evidence at all that sftp service was even attempted. There is nothing listening at all on port 2022.
My config in the services section is as follows:
“pydio.gateway.sftp”: {
“hostKeyFile”: “/var/lib/cells/sftpHostKey”,
“port”: 2022,
“tmpDir”: “/var/lib/cells/data/tmp”,
“tmpFilesLifespan”: “15m”
},
I have restarted multiple times, but the service isn’t even listed in the UI or by using cells-enterprise ps.
Thank You.