SFTP Root directory (wodSFTP / wodSFTP.NET / wodSFTPdll)
I am able to upload files to root directory, but fails if directory path is specified. Permissions is not an issue since it works manually.
Please help
Dk
Re: SFTP Root directory
Dk,
do you always set full path (starts with /) when you specify RemotePath argument?
You can retrieve user's home path (usually user's Root) if you call RealPath( ~ ) or RealPath( . ) after you connect. After that, just append directory names to that path.
Can you give me exact example what's happening?
Kreso