Help for this page

Select Code to Download


  1. or download this
    
    #!/usr/bin/perl -w
    ...
        or die("Unable to write ftp.prep");
    print "Message = ", $ftp->message(), "\n";
    $ftp->quit;
    
  2. or download this
    Use of uninitialized value in -f at /opt/perl/lib/site_perl/5.6.1/Net/
    +FTP.pm line 716.
    
  3. or download this
    sub _store_cmd 
    {
    ...
       # an ALLO command before sending the STOR, STOU, or APPE command.
       $ftp->_ALLO(-s _) if -f $loc; # no ALLO if sending data from a pipe
      }
    
  4. or download this
    $ftp->_ALLO(-s _) if -f $loc; # no ALLO if sending data from a pipe