mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 17:25:51 +00:00
Fixed Download_Forbidden test to actually download and not upload.
This commit is contained in:
@@ -106,7 +106,7 @@ namespace Renci.SshNet.Tests.SftpClientTests
|
||||
|
||||
using (var ms = new MemoryStream())
|
||||
{
|
||||
sftp.UploadFile(ms, remoteFileName);
|
||||
sftp.DownloadFile(remoteFileName, ms);
|
||||
}
|
||||
|
||||
sftp.Disconnect();
|
||||
|
||||
Reference in New Issue
Block a user