sync toc
Jscape.IpClient
IpClient Class
IpClient Members
IpClient Constructor
IpClient Constructor (String, Int32)
IpClient Constructor (String, Int32, Int32)
Properties
Hostname Property
Port Property
Socket Property
Stream Property
Timeout Property
Methods
Connect Method
Disconnect Method
FireIpConnected Method
FireIpDisconnected Method
Events
IpClientConnectedEvent Event
IpClientDisconnectedEvent Event
IpClient.IpClientConnectedEventHandler Delegate
IpClient.IpClientDisconnectedEventHandler Delegate
IpClientConnectedEventArgs Class
IpClientConnectedEventArgs Members
IpClientConnectedEventArgs Constructor
Properties
Hostname Property
Port Property
IpClientDisconnectedEventArgs Class
IpClientDisconnectedEventArgs Members
IpClientDisconnectedEventArgs Constructor
Properties
Hostname Property
Port Property
IpClientException Class
IpClientException Members
IpClientException Constructor
IpClientException Constructor (String)
IpClientException Constructor (String, Exception)
Jscape.Scp
Scp Class
Scp Members
Scp Constructor
Scp Constructor (SshParameters, SshConfiguration)
Scp Constructor (SshParameters)
Scp Constructor ()
Properties
Configuration Property
Connected Property
Debug Property
DebugStream Property
DownloadingBufferSize Property
HostKeys Property
Hostname Property
LicenseKey Property
LocalDir Property
Parameters Property
Password Property
Port Property
PreserveTime Property
PrivateKey Property
Timeout Property
UploadingBufferSize Property
Username Property
Methods
Connect Method
Disconnect Method
Download Method
Download Method (Stream, String, String)
Download Method (String, String)
DownloadDir Method
Mdownload Method
Mdownload Method (String, IEnumerator)
Mdownload Method (String, String)
Mdownload Method (String, String[])
Mupload Method
Mupload Method (String, IEnumerator)
Mupload Method (String, String)
Mupload Method (String, String, RegexOptions)
Mupload Method (String, String[])
Upload Method
Upload Method (Byte[], String, String)
Upload Method (FileInfo, String)
Upload Method (FileInfo, String, String)
Upload Method (Stream, String, String)
Upload Method (String, String)
Upload Method (String, String, String)
UploadDir Method
UploadDir Method (DirectoryInfo, String)
UploadDir Method (DirectoryInfo, String, String)
Events
ScpConnectedEvent Event
ScpDisconnectedEvent Event
ScpDownloadEvent Event
ScpProgressEvent Event
ScpUploadEvent Event
Scp.ScpConnectedEventHandler Delegate
Scp.ScpDisconnectedEventHandler Delegate
Scp.ScpDownloadEventHandler Delegate
Scp.ScpProgressEventHandler Delegate
Scp.ScpUploadEventHandler Delegate
ScpAuthenticationException Class
ScpAuthenticationException Members
ScpAuthenticationException Constructor
Properties
Hostname Property
Username Property
ScpConnectedEventArgs Class
ScpConnectedEventArgs Members
ScpConnectedEventArgs Constructor
Properties
Hostname Property
Port Property
ScpDisconnectedEventArgs Class
ScpDisconnectedEventArgs Members
ScpDisconnectedEventArgs Constructor
Properties
Hostname Property
Port Property
ScpException Class
ScpException Members
ScpException Constructor
ScpException Constructor ()
ScpException Constructor (String)
ScpFileDownloadedEventArgs Class
ScpFileDownloadedEventArgs Members
ScpFileDownloadedEventArgs Constructor
ScpFileUploadedEventArgs Class
ScpFileUploadedEventArgs Members
ScpFileUploadedEventArgs Constructor
ScpTransferCompletedEventArgs Class
ScpTransferCompletedEventArgs Members
ScpTransferCompletedEventArgs Constructor
Properties
Bytes Property
Filename Property
Time Property
ScpTransferProgressEventArgs Class
ScpTransferProgressEventArgs Members
ScpTransferProgressEventArgs Constructor
Fields
DOWNLOAD Field
UPLOAD Field
Properties
Bytes Property
Filename Property
Mode Property
TotalBytes Property
Jscape.Sftp
Sftp Class
Sftp Members
Sftp Constructor
Sftp Constructor ()
Sftp Constructor (DirectoryInfo)
Sftp Constructor (SshParameters, DirectoryInfo)
Sftp Constructor (SshParameters)
Sftp Constructor (String, String, String, DirectoryInfo)
Sftp Constructor (String, String, String)
Properties
Configuration Property
CurrentVersion Property
Debug Property
DebugStream Property
DownloadingBufferSize Property
HostKeys Property
Hostname Property
Interrupted Property
IsConnected Property
LicenseKey Property
LineTerminator Property
LocalDir Property
Parameters Property
Password Property
Port Property
PrivateKey Property
ReaderEncoding Property
RemoteDir Property
TargetVersion Property
Timeout Property
UploadingBufferSize Property
UseAdaptiveConnect Property
Username Property
WriterEncoding Property
Methods
AddProtocol Method
Connect Method
DeleteDir Method
DeleteDir Method (String)
DeleteDir Method (String, Boolean)
DeleteFile Method
Disconnect Method
Dispose Method
Dispose Method (Boolean)
Download Method
Download Method (Stream, String)
Download Method (String)
Download Method (String, String)
DownloadDir Method
GetDirListing Method
GetDirListing Method ()
GetDirListing Method (String)
GetDirListing Method (String, RegexOptions)
GetDirListingAsString Method
GetDirListingAsString Method ()
GetDirListingAsString Method (String)
GetDirListingAsString Method (String, RegexOptions)
GetFilePermissions Method
GetFileSize Method
GetFileTimestamp Method
GetInputStream Method
GetLocalDirListing Method
GetLocalDirListing Method ()
GetLocalDirListing Method (String)
GetNameListing Method
GetNameListing Method ()
GetNameListing Method (String)
GetOutputStream Method
GetRealPath Method
IsValidPath Method
MakeDir Method
MakeLocalDir Method
Mdownload Method
Mdownload Method (IEnumerator)
Mdownload Method (String)
Mdownload Method (String, RegexOptions)
Mupload Method
Mupload Method (IEnumerator)
Mupload Method (String)
RemoveProtocol Method
RenameFile Method
ResumeDownload Method
ResumeDownload Method (String, Int64)
ResumeDownload Method (String, String, Int64)
ResumeUpload Method
ResumeUpload Method (FileInfo, Int64)
ResumeUpload Method (String, Int64)
SetAutoMode Method
SetBinaryMode Method
SetFilePermissions Method
SetTextMode Method
Upload Method
Upload Method (Byte[], String)
Upload Method (Byte[], String, Boolean)
Upload Method (FileInfo)
Upload Method (FileInfo, String)
Upload Method (FileInfo, String, Boolean)
Upload Method (String)
Upload Method (String, Boolean)
Upload Method (String, String)
Upload Method (String, String, Boolean)
UploadDir Method
Events
SftpConnectedEvent Event
SftpDisconnectedEvent Event
SftpDownloadEvent Event
SftpListingEvent Event
SftpProgressEvent Event
SftpUploadEvent Event
Sftp.SftpConnectedEventHandler Delegate
Sftp.SftpDisconnectedEventHandler Delegate
Sftp.SftpDownloadEventHandler Delegate
Sftp.SftpListingEventHandler Delegate
Sftp.SftpProgressEventHandler Delegate
Sftp.SftpUploadEventHandler Delegate
SftpAuthenticationException Class
SftpAuthenticationException Members
SftpAuthenticationException Constructor
Properties
Hostname Property
Username Property
SftpConnectedEventArgs Class
SftpConnectedEventArgs Members
SftpConnectedEventArgs Constructor
Properties
Hostname Property
SftpDisconnectedEventArgs Class
SftpDisconnectedEventArgs Members
SftpDisconnectedEventArgs Constructor
Properties
Hostname Property
SftpDownloadEventArgs Class
SftpDownloadEventArgs Members
SftpDownloadEventArgs Constructor
Properties
Bytes Property
File Property
Time Property
SftpException Class
SftpException Members
SftpException Constructor
SftpException Constructor ()
SftpException Constructor (String)
SftpException Constructor (Exception)
SftpException Constructor (String, Exception)
SftpFileNotFoundException Class
SftpFileNotFoundException Members
SftpFileNotFoundException Constructor
Properties
Filename Property
SftpListingEventArgs Class
SftpListingEventArgs Members
SftpListingEventArgs Constructor
Properties
Files Property
SftpPermissionsDeniedException Class
SftpPermissionsDeniedException Members
SftpPermissionsDeniedException Constructor
Properties
Resource Property
SftpProgressEventArgs Class
SftpProgressEventArgs Members
SftpProgressEventArgs Constructor
Fields
DOWNLOAD Field
UPLOAD Field
Properties
Bytes Property
File Property
Mode Property
TotalBytes Property
SftpUploadEventArgs Class
SftpUploadEventArgs Members
SftpUploadEventArgs Constructor
Properties
Bytes Property
File Property
Time Property
Jscape.Ssh
IpClientSsh Class
IpClientSsh Members
IpClientSsh Constructor
Properties
LicenseKey Property
Methods
Connect Method
Disconnect Method
Ssh Class
Ssh Members
Ssh Constructor
Ssh Constructor ()
Ssh Constructor (SshParameters, SshConfiguration)
Ssh Constructor (SshParameters)
Fields
AUTH_METHOD_HOSTBASE Field
AUTH_METHOD_KBI Field
AUTH_METHOD_NONE Field
AUTH_METHOD_PASSWORD Field
AUTH_METHOD_PUBLICKEY Field
CHANNEL_REQUEST_ENV Field
CHANNEL_REQUEST_EXEC Field
CHANNEL_REQUEST_EXIT_SIGNAL Field
CHANNEL_REQUEST_EXIT_STATUS Field
CHANNEL_REQUEST_PTY_REQ Field
CHANNEL_REQUEST_SHELL Field
CHANNEL_REQUEST_SIGNAL Field
CHANNEL_REQUEST_SUBSYSTEM Field
CHANNEL_REQUEST_WINDOW_CHANGE Field
CHANNEL_REQUEST_X11_REQ Field
CHANNEL_REQUEST_XON_XOFF Field
CHANNEL_TYPE_DIRECT_TCPIP Field
CHANNEL_TYPE_FORWARDED_TCPIP Field
CHANNEL_TYPE_SESSION Field
CHANNEL_TYPE_X11 Field
COMPRESSION_ALG_NONE Field
COMPRESSION_ALG_ZLIB Field
DISCONNECT_AUTH_CANCELLED_BY_USER Field
DISCONNECT_BY_APPLICATION Field
DISCONNECT_COMPRESSION_ERROR Field
DISCONNECT_CONNECTION_LOST Field
DISCONNECT_HOST_KEY_NOT_VERIFIABLE Field
DISCONNECT_HOST_NOT_ALLOWED_TO_CONNECT Field
DISCONNECT_ILLEGAL_USER_NAME Field
DISCONNECT_KEY_EXCHANGE_FAILED Field
DISCONNECT_MAC_ERROR Field
DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE Field
DISCONNECT_PROTOCOL_ERROR Field
DISCONNECT_PROTOCOL_VERSION_NOT_SUPPORTED Field
DISCONNECT_RESERVED Field
DISCONNECT_SERVICE_NOT_AVAILABLE Field
DISCONNECT_TOO_MANY_CONNECTIONS Field
ENCRYPTION_ALG_3DES_CBC Field
ENCRYPTION_ALG_AES128_CBC Field
ENCRYPTION_ALG_AES192_CBC Field