Tamir.SharpSsh.Sftp Class Reference
List of all members.
|
Classes |
| class | MyProgressMonitor |
Public Member Functions |
| | Sftp (string sftpHost, string user, string password) |
| | Sftp (string sftpHost, string user) |
| override void | Cancel () |
| void | Get (string fromFilePath) |
| void | Get (string[] fromFilePaths) |
| void | Get (string[] fromFilePaths, string toDirPath) |
| override void | Get (string fromFilePath, string toFilePath) |
| void | Put (string fromFilePath) |
| void | Put (string[] fromFilePaths) |
| void | Put (string[] fromFilePaths, string toDirPath) |
| override void | Put (string fromFilePath, string toFilePath) |
| override void | Mkdir (string directory) |
| ArrayList | GetFileList (string path) |
Properties |
| override string | ChannelType [get] |
Detailed Description
Definition at line 38 of file Sftp.cs.
Constructor & Destructor Documentation
| Tamir.SharpSsh.Sftp.Sftp |
( |
string |
sftpHost, |
|
|
string |
user, |
|
|
string |
password | |
|
) |
| | |
| Tamir.SharpSsh.Sftp.Sftp |
( |
string |
sftpHost, |
|
|
string |
user | |
|
) |
| | |
Member Function Documentation
| override void Tamir.SharpSsh.Sftp.Cancel |
( |
|
) |
[virtual] |
| override void Tamir.SharpSsh.Sftp.Get |
( |
string |
fromFilePath, |
|
|
string |
toFilePath | |
|
) |
| | [virtual] |
| void Tamir.SharpSsh.Sftp.Get |
( |
string[] |
fromFilePaths, |
|
|
string |
toDirPath | |
|
) |
| | |
| void Tamir.SharpSsh.Sftp.Get |
( |
string[] |
fromFilePaths |
) |
|
| void Tamir.SharpSsh.Sftp.Get |
( |
string |
fromFilePath |
) |
|
| ArrayList Tamir.SharpSsh.Sftp.GetFileList |
( |
string |
path |
) |
|
| override void Tamir.SharpSsh.Sftp.Mkdir |
( |
string |
directory |
) |
[virtual] |
| override void Tamir.SharpSsh.Sftp.Put |
( |
string |
fromFilePath, |
|
|
string |
toFilePath | |
|
) |
| | [virtual] |
| void Tamir.SharpSsh.Sftp.Put |
( |
string[] |
fromFilePaths, |
|
|
string |
toDirPath | |
|
) |
| | |
| void Tamir.SharpSsh.Sftp.Put |
( |
string[] |
fromFilePaths |
) |
|
| void Tamir.SharpSsh.Sftp.Put |
( |
string |
fromFilePath |
) |
|
Property Documentation
override string Tamir.SharpSsh.Sftp.ChannelType [get, protected] |
The documentation for this class was generated from the following file:
- C:/work/OMMR/OCHHP_OMMR_OMMR/Code/Assemblies/SharpSSH/Source/SharpSSH-1.1.1.13.src/SharpSSH/Sftp.cs