C# Class Tamir.SharpSsh.Sftp

Inheritance: Tamir.SharpSsh.SshTransferProtocolBase
Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Private Properties

Свойство Type Description
Init void

Méthodes publiques

Méthode Description
Cancel ( ) : void
Get ( string fromFilePath ) : void
Get ( string fromFilePaths, string toDirPath ) : void
GetFileList ( string path ) : IEnumerable
Mkdir ( string directory ) : void
Put ( string fromFilePath ) : void
Put ( string fromFilePaths, string toDirPath ) : void
Sftp ( string sftpHost, string user ) : System
Sftp ( string sftpHost, string user, string password ) : System

Private Methods

Méthode Description
Init ( ) : void

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

Get() public méthode

public Get ( string fromFilePath ) : void
fromFilePath string
Résultat void

Get() public méthode

public Get ( string fromFilePaths, string toDirPath ) : void
fromFilePaths string
toDirPath string
Résultat void

GetFileList() public méthode

public GetFileList ( string path ) : IEnumerable
path string
Résultat IEnumerable

Mkdir() public méthode

public Mkdir ( string directory ) : void
directory string
Résultat void

Put() public méthode

public Put ( string fromFilePath ) : void
fromFilePath string
Résultat void

Put() public méthode

public Put ( string fromFilePaths, string toDirPath ) : void
fromFilePaths string
toDirPath string
Résultat void

Sftp() public méthode

public Sftp ( string sftpHost, string user ) : System
sftpHost string
user string
Résultat System

Sftp() public méthode

public Sftp ( string sftpHost, string user, string password ) : System
sftpHost string
user string
password string
Résultat System