pure-ftp and SSL
Howdy,I am running a linux web server. I have apache2 configured to run with SSL. The client asked for some type of secure FTP solution. Being a secure FTP novice, I looked around and got pure-ftp. I read the TLS readme, did one of these
./configure --with-tls=/usr/local/ssl/include/openssl.
As per instruntions did one of these to check it
[root@server sbin]# /usr/local/sbin/pure-ftpd --tls=1 &
[1] 8125
[root@server sbin]# /usr/local/sbin/pure-ftpd: unrecognised option `--tls=1'
I also tryed ftp over ssh with pure. I have had no luck there either. Does not help things that the pure-ftp.org's disk took a crap. Anyway thanks in advance.
Jim