Commented Issue: Remote File exists not working [1574]
I've tried to use sftp.Exists(String) do not work for files. Already tested for file and for directory. Directory work well, but files are not recognized.Comments: ** Comment from web user: deanis **...
View ArticleCreated Unassigned: Remove BaseClient.EnsureConnection from Doc [1637]
Hi,BaseClient.EnsureConnection() was removed in this commit https://sshnet.codeplex.com/SourceControl/changeset/22554But its still part of the Doc.It should be removed there, too.
View ArticleCommented Issue: Seeing a protected memory exception [1549]
I am seeing a protected memory exception when connecting to device.```Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at...
View ArticleEdited Unassigned: Incorrect check for timeout values [1620]
In ShellStream.cs we see this four times:> if (timeout != null)> {...}Well, _timeout_ is a value type and it will never be "null", meaning in the above expression it wall always evaluate to...
View ArticleCommented Unassigned: Infinite loop in SocketReadLine Method [1582]
First of all you are doing a great job, Thank's for that. Where was an infinite loop ,do {..} while {.. buffer[buffer.Count - 1] == 0x0A ...} condition wasn't true, and a i get exception...
View ArticleEdited Issue: Wrong PKCS7 padding in DES algorithm [1580]
public class PKCS7Padding : CipherPadding{/// <summary>/// Transforms the specified input./// </summary>/// <param name="blockSize">Size of the block.</param>/// <param...
View ArticleEdited Issue: OverflowException on empty server response [1562]
Hello,I'm trying to connect to OS X Mountain Lion from a Windows Phone 7.5 application using a SFTP client implemented using your library (version 2013.4.7), and upon sftpclient.connect, after a few...
View ArticleCreated Unassigned: SCPClient Destination Folder [1638]
Afternoon.If I use a folder like /root/f1/f2, the SCPClient works great.If I use something like /root/folder\\ one/folder\\ two, it tells me the directory doesn't exist. In linux using something like :...
View ArticleCommented Unassigned: SCPClient Destination Folder [1638]
Afternoon.If I use a folder like /root/f1/f2, the SCPClient works great.If I use something like /root/folder\\ one/folder\\ two, it tells me the directory doesn't exist. In linux using something like :...
View ArticleCommented Unassigned: SCPClient Destination Folder [1638]
Afternoon.If I use a folder like /root/f1/f2, the SCPClient works great.If I use something like /root/folder\\ one/folder\\ two, it tells me the directory doesn't exist. In linux using something like :...
View ArticleCommented Unassigned: SCPClient Destination Folder [1638]
Afternoon.If I use a folder like /root/f1/f2, the SCPClient works great.If I use something like /root/folder\\ one/folder\\ two, it tells me the directory doesn't exist. In linux using something like :...
View ArticleCommented Issue: Remote File exists not working [1574]
I've tried to use sftp.Exists(String) do not work for files. Already tested for file and for directory. Directory work well, but files are not recognized.Comments: ** Comment from web user: egenesis **...
View ArticleCommented Unassigned: SCPClient Destination Folder [1638]
Afternoon.If I use a folder like /root/f1/f2, the SCPClient works great.If I use something like /root/folder\\ one/folder\\ two, it tells me the directory doesn't exist. In linux using something like :...
View ArticleCommented Unassigned: SCPClient Destination Folder [1638]
Afternoon.If I use a folder like /root/f1/f2, the SCPClient works great.If I use something like /root/folder\\ one/folder\\ two, it tells me the directory doesn't exist. In linux using something like :...
View ArticleCreated Unassigned: Check Channel.IsOpen before using it [1655]
The channel for a forwarding should be checked for being opened (IsOpen) before binding/closing it.Else a Exception occurs and kills the whole connection.Renci.SshNet\ForwardedPortRemote.NET.cs```...
View ArticleCommented Issue: Remote File exists not working [1574]
I've tried to use sftp.Exists(String) do not work for files. Already tested for file and for directory. Directory work well, but files are not recognized.Comments: ** Comment from web user: mmoufakkir2...
View ArticleCreated Unassigned: Problem with Session.NET SocketConnect [1661]
When running a multithreaded application, when both threads hit the SocketConnect method at the same time I get a "The system has detected an invalid pointer address when attempting to make a pointer...
View ArticleCommented Unassigned: Problem with Session.NET SocketConnect [1661]
When running a multithreaded application, when both threads hit the SocketConnect method at the same time I get a "The system has detected an invalid pointer address when attempting to make a pointer...
View ArticleCreated Unassigned: Change Directory Command and Upload, Download [1672]
If I use the "Change Directory" command, to set the current working directory, with the File Exists, Rename, or Delete file operations the commands honor the current working directory and find the file...
View ArticleCreated Unassigned: "Exists" function does not work [1696]
"Exists" function does not work in new version of SFTP client. Earlier this worked.
View Article