Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

FTP vs. SFTP and perl v5.6.1

by rvbugged (Initiate)
on Sep 23, 2005 at 04:29 UTC ( [id://494393]=perlquestion: print w/replies, xml ) Need Help??

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

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: FTP vs. SFTP and perl v5.6.1
by hubb0r (Pilgrim) on Sep 23, 2005 at 05:35 UTC
    Ummm... yes.

    Why would you think that you would not be able to use it?

    As an aside, using Net::Sftp is a much better idea than using Net::Ftp wherever possible. FTP employs plain-text authentication, which is inherently very insecure. The entire session is encrypted over an Sftp connection (it is part of ssh) and hence is quite secure.
Re: FTP vs. SFTP and perl v5.6.1
by marto (Cardinal) on Sep 23, 2005 at 08:39 UTC
    Hi,

    Have you tried to use Net::SFTP? Are you getting any error messages?

    If you are unsure how to install modules read A Guide to Installing Modules from the tutorials section of this site.

    Also I notice that this is your first post (as a registered user).
    I think it would be worth while having a read at the PerlMonks FAQ if you have not already done so.

    Hope this helps

    Martin
Re: FTP vs. SFTP and perl v5.6.1
by Juerd (Abbot) on Sep 23, 2005 at 07:33 UTC

    It's Perl, not PERL. Perl is not an acronym.

    It's Net::FTP, not NET::FTP, and it's Net::SFTP, not NET::SFTP. Module names are case sensitive.

    Questions are supposed to end in question marks.

    What happens if you TRY?

      TRY?

      --
      b10m

      All code is usually tested, but rarely trusted.
        No.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-19 20:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found