Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkBind(ISocket)
Binds the Sftp object to an underlying stream socket. This method is experimental and intended for advanced users.
Public methodSupported by the .NET Compact FrameworkBind(SshSession)
Binds the Sftp object to an underlying SSH session. This makes it possible to run multiple SFTP sessions over a single SSH session. This can be used instead of Connect(String)/Login(String, String) methods.

See Also