TimP wrote:
Find out if it's FTP over SSH (SFTP) or FTP with SSL (FTPS). They are both encrypted, but implemented vastly differently. OpenSSH will not do FTP with SSL.
i believe it's FTP over SSH. They executed a command 'sftp' to access it.
Skeeterbug wrote:
http://www.freeftpd.com/?ctt=download
Using it in production here. Does FTP and SFTP.
Will look into.
I did install something called Filezilla, which is working for FTP... It wants an SSL cert; so that won't work. Must be FTPS.
What do I need when I do get an SFTP server set up? Is there some sort of key / certificate / secret handshake I need to learn? What is the process for acquiring it?