Table of Contents

Namespace Tamir.SharpSsh

This namespace contains classes implementing SSH File Transfer Protocol (SFTP) and Secure Copy (SCP) functionality.

Warning

This namespace is obsolete for SCP and SFTP implementations. Please refer to the following page for an alternative for such implementations: https://github.com/sshnet/SSH.NET.|

Classes

Scp

Provides functionality to communicate with a server via the Secure Copy Protocol (SCP).

Sftp

Provides functionality to communicate with a server via the SSH File Transfer Protocol (SFTP).

SshBase

SSH base class.

SshTransferException

The exception that is thrown when an error occurs during the SSH transfer.

SshTransferProtocolBase

Base class for transfer protocols using SSH.

Interfaces

ITransferProtocol

SSH based transfer protocol interface.

Delegates

FileTransferEvent