
Public Member Functions | |
| void | Connect () |
| void | Close () |
| void | Cancel () |
| void | Get (string fromFilePath, string toFilePath) |
| void | Put (string fromFilePath, string toFilePath) |
| void | Mkdir (string directory) |
Events | |
| FileTransferEvent | OnTransferStart |
| Triggered when protocol transfer is starting. | |
| FileTransferEvent | OnTransferEnd |
| Triggered when protocol transfer ends. | |
| FileTransferEvent | OnTransferProgress |
| Triggered on every interval with the transfer progress iformation. | |
Definition at line 38 of file ITransferProtocol.cs.
| void Tamir.SharpSsh.ITransferProtocol.Cancel | ( | ) |
Implemented in Tamir.SharpSsh.Scp, Tamir.SharpSsh.Sftp, and Tamir.SharpSsh.SshTransferProtocolBase.
| void Tamir.SharpSsh.ITransferProtocol.Close | ( | ) |
| void Tamir.SharpSsh.ITransferProtocol.Connect | ( | ) |
| void Tamir.SharpSsh.ITransferProtocol.Get | ( | string | fromFilePath, | |
| string | toFilePath | |||
| ) |
Implemented in Tamir.SharpSsh.Scp, Tamir.SharpSsh.Sftp, and Tamir.SharpSsh.SshTransferProtocolBase.
| void Tamir.SharpSsh.ITransferProtocol.Mkdir | ( | string | directory | ) |
Implemented in Tamir.SharpSsh.Scp, Tamir.SharpSsh.Sftp, and Tamir.SharpSsh.SshTransferProtocolBase.
| void Tamir.SharpSsh.ITransferProtocol.Put | ( | string | fromFilePath, | |
| string | toFilePath | |||
| ) |
Implemented in Tamir.SharpSsh.Scp, Tamir.SharpSsh.Sftp, and Tamir.SharpSsh.SshTransferProtocolBase.
| FileTransferEvent Tamir.SharpSsh.ITransferProtocol.OnTransferEnd |
Triggered when protocol transfer ends.
Implemented in Tamir.SharpSsh.SshTransferProtocolBase.
Definition at line 53 of file ITransferProtocol.cs.
| FileTransferEvent Tamir.SharpSsh.ITransferProtocol.OnTransferProgress |
Triggered on every interval with the transfer progress iformation.
Implemented in Tamir.SharpSsh.SshTransferProtocolBase.
Definition at line 57 of file ITransferProtocol.cs.
| FileTransferEvent Tamir.SharpSsh.ITransferProtocol.OnTransferStart |
Triggered when protocol transfer is starting.
Implemented in Tamir.SharpSsh.SshTransferProtocolBase.
Definition at line 49 of file ITransferProtocol.cs.
1.5.9