Friday, 13 May 2011

如何测试FTPS?

启动RIP Linux

联网:dhcpup -u

配置:在/etc/lftp.conf里加上

set ftp:ssl-force true
set ftp:ssl-protect-data true
set ssl:verify-certificate no

测试:
lftp -u '<username>,<password>' -d <server_ip>
ls
put file1
get file2
quit

No comments:

Post a Comment

Note: only a member of this blog may post a comment.