Overload List
| Name | Description | |
|---|---|---|
| Bind(ISocket) | 
            Binds the Sftp object to an underlying stream socket. This method is experimental and intended for advanced users.
              | |
| Bind(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.
              |