Re: Change Dir (ChDir) support in wodSFTP? (General questions)
Mike,
unfortunatelly, CHDIR has no place in our implementation of SFTP since all paths (remote and local) are always to be referenced as absolute. So, instead of doing something like
CHDIR /joe
GET somefile
you should do
GET /joe/somefile
in wodSFTP. There is no term 'current directory' in our SFTP, thus we can't implement CHDIR.
If you really need it, you can add your own logic so that CHDIR stores paths internally, and then presents them as absolute to wodSFTP.
Hope this helps.
Complete thread:
- Change Dir (ChDir) support in wodSFTP? - ManhMike, 2005-08-31, 16:53
- Re: Change Dir (ChDir) support in wodSFTP? - wodSupport, 2005-08-31, 18:11