Linux FTP client - Linux

Table of Contents

請問

如果我要寫一個 ftp client, 上層的 ui 我套好了,
但是底層必須支援 ftps(SSL), sftp,

我目前用的 command line 是 ncftpget, neftpput
想請教一下, ncftp 有支援 ftps 與 sftp 的 option 嗎?
如果沒有的話, 哪個 client 指令有支援呢?


感謝賜教

--

All Comments

Dinah avatarDinah2012-08-11
lftp -c
Sandy avatarSandy2012-08-16
感謝樓上前輩