Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Net::FTP.pm Blues

by fjaenale (Acolyte)
on Sep 28, 2004 at 13:59 UTC ( [id://394581]=note: print w/replies, xml ) Need Help??


in reply to Net::FTP.pm Blues

Hello

I have write thte following code and it does connect via FTP on a digital machine:

#!/usr/bin/perl -w use Net::FTP; $ftp = Net::FTP->new("*****", Debug => 1); $ftp->login("vpn01",'******'); exit 0;

The ***** represent hide data for the porpouse of the example. I nn my case did coneect and worked correctly. I took out the warnings package (I dont have it installed). Also I will recommend you to use "strict" and always defined variables with the instruction "my" before using them.

Francisco Jaen
www.cgi.com

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-04-24 22:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found