in reply to Re^7: File Open Error = 13?
in thread File Open Error = 13?
$ftp->get("$directory.thedir","C:\\temp\\ftp") || die "get failed ", $ftp->message;
$ftp->get("$directory.thefile","C:\\temp\\ftp") $ftp->get("$directory.thefile","C:\\temp\\ftp\\thefile") $ftp->get("$directory.thefile","C:\\temp\\ftp\\thefile.txt")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: File Open Error = 13?
by ikegami (Patriarch) on Oct 28, 2009 at 22:48 UTC | |
by molson (Acolyte) on Oct 29, 2009 at 15:18 UTC |