- or download this
#!/usr/bin/perl -w
...
or die("Unable to write ftp.prep");
print "Message = ", $ftp->message(), "\n";
$ftp->quit;
- or download this
Use of uninitialized value in -f at /opt/perl/lib/site_perl/5.6.1/Net/
+FTP.pm line 716.
- 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
}
- or download this
$ftp->_ALLO(-s _) if -f $loc; # no ALLO if sending data from a pipe