Help for this page

Select Code to Download


  1. or download this
    #!/your/path/to/perl
    
    
    ...
    my $ftp = new Net::FTP ($host, DEBUG=> 1);
    $ftp->login('user', 'password');
    $ftp->quit;