maj12 has asked for the wisdom of the Perl Monks concerning the following question:
cant put /var/www/accucaps/data/test.cgi, data/test.cgi: Bad file desc +riptor at ./mirror.pl line 121.
sub checknew ($) { my $localfile = join ( "", $home, @_ ); foreach my $myfiles(@_) { $myfiles=~s/^\///; } if ( -e $localfile && -f $localfile ) { # local file is new, rmt file doesn't exist..transfer $ftp->put( $localfile, @_ ) or die "cant put $localfile, @_: $ +!"; print "ADDED_FILE: @_\n"; $new++; $unchanged--; return 0; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::ftp prob
by maj12 (Novice) on Oct 24, 2001 at 17:34 UTC |