Re: [SFTPdll] how to get current remote directory (General questions)
Hi Binh,
You can send PWD command manually using RawSend method. However, there's basically no need, since the component *ALWAYS* uses absolute paths for methods.
I.e.:
wodSFTP1.ListDir /home/userDir/
Regards,
Damba