What do you get adding this line to your script after the $ftp->cwd($path) ?
print join "\n",$ftp->dir();Try changing the destination path to /tmp
$ftp->get($file,"/tmp/$file") or die sprintf "Could not get $file from $path ", $ftp->message;
In reply to Re^2: Net::FTP get problem
by poj
in thread Net::FTP get problem
by joedarock
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |