in reply to Equivalent of unix ftps command in perl?

Net::FTPSSL is a module implementing ftps, that is FTP over SSL. Net::SFTP implements sftp, that is FTP over SSH.

I haven't used either one myself, but they seem reasonably likely to work. :)

  • Comment on Re: Equivalent of unix ftps command in perl?

Replies are listed 'Best First'.
Re^2: Equivalent of unix ftps command in perl?
by Argel (Prior) on Apr 07, 2006 at 00:23 UTC
    Clarification (or nitpick :-) : sftp is not FTP over SSH but a new (albeit similar to FTP) protocol.