I need to set up a script on a Linux machine to download files from a server using FTPS, what options do I have?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
You could use lftp it handles ftps with ease and make a "lftp-script" lftp-script:
And:
Or use lftpget:
|
|||||
|
|
curl ftps://server.com/ or curl --ftp-ssl ftp://server.com/ |
|||
|
|
|
I think it is shipped with ncftp. EDIT: My fault, not SFTP support I think. From the NCFTP FAQ:
|
|||
|
|