SFTP Upload With
SFTP Upload With
NET
===========
client.ChangeDirectory(workingdirectory);
Console.WriteLine("Changed directory to {0}", workingdirectory);
==============
====================
We are trying to upload files in D:\ drive but, this library only allows to upload
files in C:\ and its subdirectories. We have tried, ChangeDirectory() to change the
root directory to D:\ which fails with the error - "No such file".
Any thought would be appreciated, on how can we achieve it?