Revered Monks,
I am trying to use Net::Ftp module to connect to another UNIX machine. But i dont see any thing actually happening when i use this module and also i do get the below error...
require 5.6.1;
use Net::FTP;
my $ftp = Net::FTP->new('ostrich',Debug=>1,Passive=>1) or die "not con
+nected $!";
print "connected successfully\n";
The error is
not connected Invalid argument at - line 3.
Please throw some light on this
Update:-
The normal ftp (/usr/bin/ftp)in UNIX session works fine.
Update1:-Recently i notice that it doesnt recognise the hostname. Is it any where i need to mention this hostname to be identified by the Net::Ftp modue?????Like Netrc file or somewhere???
-Prasanna.K
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.