Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.
Please keep in mind:
Support response
Support checklist
There are plenty support for cloud storage providers which are relatively easy to setup and cheaper to maintain. I'm not talking about S3 or Google Cloud, I'm talking about OpenStack and others.I do n’t know how to deploy an FTP server environment, please God give a deployment Plan, thank you!
Is SFTP better than FTP?If you don't know how to deploy something then maybe is not the best idea? There are plenty support for cloud storage providers which are relaitvely easy to setup and cheaper to maintain. I'm not talking about S3 or Google Cloud, I'm talking about OpenStack and others.
If you still want to carry your original plan I suggest you to use SFTP and configure the server accordingly to Centos documentation/community.
SFTP is more secure. The data transfer is encrypted.Is SFTP better than FTP?
Well, thank you for your advice!Besides from the secure connection, the difference is that SFTP supports more commands, like the ones used to manipulate several files at the same time. For example, SFTP can delete multiple files in one command, with FTP you have to send a command for each file.
As for use it as external storage, SFTP is far superior to FTP.
SFTP is more secure. The data transfer is encrypted.
Comparable / Similar to HTTP and HTTPS.
Oh, look like you're a god, so can you teach me how to deploy such an environment and use it?I had to switch to FTP as SFTP login keeps failing when server was under load. Also FTP is much faster in terms of establishing connection and file transfer. For security, FTP access is limited to local network between the web server and storage server.
Sure, but you need a powerful server and virtualise it with VMware or HyperV. Then we can create a local network with PFsense firewall. This is only required if you are site is big and has images in millions to handle.Oh, look like you're a god, so can you teach me how to deploy such an environment and use it?
OpenStack sounds high-end, I feel I can't deploy it.Far as I know, the poor performance in SFTP setups is not because of the protocol, but OpenSSH. I've noticed this several times with dead slow SSH sessions when doing sshfs. In the paper, the SFTP protocol is better to deal with multiple operations and it works with packets (vs FTP which is text based) but it is limited by other software in the stack.
FTP and SFTP are both old solutions, and as I mentioned before, OpenStack suits better here. That is basically a self-hosted S3 so it is built for what Chevereto needs to do with external storage. It supports multiple file operations, uses all the available speed, secure, etc.
Far as I know, the poor performance in SFTP setups is not because of the protocol, but OpenSSH. I've noticed this several times with dead slow SSH sessions when doing sshfs. In the paper, the SFTP protocol is better to deal with multiple operations and it works with packets (vs FTP which is text based) but it is limited by other software in the stack.
FTP and SFTP are both old solutions, and as I mentioned before, OpenStack suits better here. That is basically a self-hosted S3 so it is built for what Chevereto needs to do with external storage. It supports multiple file operations, uses all the available speed, secure, etc.
OpenStack sounds high-end, I feel I can't deploy it.