Help for this page

Select Code to Download


  1. or download this
    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";
    
  2. or download this
    The error is 
    not connected Invalid argument at - line 3.