Re: How to chdir using SFTP or SSH on Win32
[email protected] (Steve Bertrand)
| Newsgroups | perl.beginners |
|---|---|
| Message-ID | <[email protected]> |
> $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