Tuesday, February 13, 2007

FTPS: ftp with ssl

lftp is a ubuntu linux tool, that support ftp through ssl.

If the ftps server running on 8990,

sris@sris:~/tmp$ lftp
lftp :~> open ftps://localhost:8990
lftp localhost:~> user sris password123
lftp sris@localhost:~> ls
-rw-r--r-- 1 sris sris 58 Feb 12 14:14 ftp_error.log
-rw-r--r-- 1 sris sris 104 Feb 12 14:14 httpsd.last
drwxr-xr-x 2 sris sris 4096 Feb 8 22:00 pub
drwxr-xr-x 2 sris sris 4096 Feb 8 22:00 uploads


* gftp is another tool. have to configure and install with openssl
./configure --with-openssl

0 Comments:

Post a Comment

<< Home