Re: Changing directories on remote (General questions)
Crausch,
there is no term 'current directory' in SFTP protocol. At all times you should use full paths when accessing remote (and local!) files. So, instead doing this in regular FTP:
CD /somedir
RETR something
you would do in wodSFTP:
GetFile( /somedir/something ....)
Hope you get the idea. Just make sure you *always* use full paths, and you always start remote path with /
Regards.
Complete thread:
- Changing directories on remote - crausch, 2004-11-30, 21:27
- Re: Changing directories on remote - wodSupport, 2004-11-30, 21:34
- Re: Changing directories on remote - crausch, 2004-11-30, 21:46
- Re: Changing directories on remote - wodSupport, 2004-11-30, 21:34