Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Equivalent of unix ftps command in perl?

by tariqahsan (Beadle)
on Apr 06, 2006 at 20:43 UTC ( [id://541728]=perlquestion: print w/replies, xml ) Need Help??

tariqahsan has asked for the wisdom of the Perl Monks concerning the following question:

Hello,

I was wondering if Net::FtpServer module would be something
equivalent to unix's 'ftps' command?

Some code snippet to do secure ftp would be much appreciated.

Thanks.

  • Comment on Equivalent of unix ftps command in perl?

Replies are listed 'Best First'.
Re: Equivalent of unix ftps command in perl?
by sgifford (Prior) on Apr 06, 2006 at 22:09 UTC
    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. :)

      Clarification (or nitpick :-) : sftp is not FTP over SSH but a new (albeit similar to FTP) protocol.
Re: Equivalent of unix ftps command in perl?
by murugu (Curate) on Apr 07, 2006 at 05:11 UTC

    Hi,

    What you need is Net::SFTP

    Regards,
    Murugesan Kandasamy
    use perl for(;;);

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://541728]
Approved by SamCG
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-19 20:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found