in reply to Net:ftp directory
in thread net::ftp please
As many people seem to have pointed out to you, it should be:
use Net:FTP;
Not, NET::FTP, or Net::ftp or any of the other variations that you've tried. Perl is case sensitive, so nothing else will work.
--
"Perl makes the fun jobs fun
and the boring jobs bearable" - me
|
---|