Fixed Download_Forbidden test to actually download and not upload.

This commit is contained in:
Kenneth_aa_cp
2011-11-04 12:58:54 +00:00
parent 231081729f
commit 4ea8d5c241
@@ -106,7 +106,7 @@ namespace Renci.SshNet.Tests.SftpClientTests
using (var ms = new MemoryStream())
{
sftp.UploadFile(ms, remoteFileName);
sftp.DownloadFile(remoteFileName, ms);
}
sftp.Disconnect();