S
slinges
Hello,
in the past I used Net::FTP for ftp and had no problems, however if I
try to connect to a ftp url like
ftp://ftp.gimp.org/ I can't connect?
$ftp = Net::FTP->new($url, Debug=>1 [, Passive=>1]) or die 'cannot
conect';
Any ideas what the problem is?
in the past I used Net::FTP for ftp and had no problems, however if I
try to connect to a ftp url like
ftp://ftp.gimp.org/ I can't connect?
$ftp = Net::FTP->new($url, Debug=>1 [, Passive=>1]) or die 'cannot
conect';
Any ideas what the problem is?