Hi Bill,
Please accept my apologies for delayed response on your inquiry.
I am afraid that I am unable to replicate your said issue with latest version of
Aspose.Network for .NET v6.9.0. To test your said issue, I have configured the WinSSHD on local and was able to download the sample file by moving to some other directory as shown in below sample,
C#
using (SftpClient connection = new SftpClient())
{
try
{
connection.Connect("localhost", 22, new AuthenticationInfo() { UserName = "username", Password = "password" });
connection.ChangeDirectory("/c/");
connection.Download("NuGet.exe", "C:\\temp\\nuget.exe", true);
}
catch (Exception e)
{
Console.WriteLine(e.Message);
}
}
Please give a try to the latest version and let us know of your feedback. If your problem persists then please try to arrange a test account of your SFTP server for a few days.
Regards,
Babar Raza
Support Developer,
Aspose Sialkot Team
http://www.aspose.com/
Aspose - Your File Format Experts