$sftp->chdir( $path );   #cd to the OUT folder
$sftp->get( $shortname, $localname); # get the file using only the file name

I see no way to do $sftp->chdir.

Will $sftp->do_opendir() work?

Steve

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to