in reply to Re^2: ftp put problem!
in thread ftp put problem!
Note that readdir returns the file name without the path, so before putting you will have to either chdir to the directory, or prefix the directory name onto the string you pass to put().$ftp->put($name) or warn "Could not put $name, skipped: ".$ftp->messag +e();
|
|---|