in reply to Net::FTP
foreach my $file (@files) { # Or get... $ftp->put($file) or die "Error putting $file: ", $ftp->message; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Net::FTP
by pinetree (Scribe) on Dec 29, 2002 at 04:30 UTC | |
by Anonymous Monk on May 20, 2008 at 22:22 UTC |