$sftp->chdir( $path ); #cd to the OUT folder$sftp->get( $shortname, $localname); # get the file using only the file nameI 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/