sync toc
Getting Started
Maverick.Events
FileTransferProgress Delegate
FileTransferState Enumeration
Maverick.Forwarding
ActiveTunnel Class
ActiveTunnel Members
Methods
Stop Method
ForwardingChannelFailure Delegate
ForwardingClient Class
ForwardingClient Members
ForwardingClient Constructor
Properties
IsXForwarding Property
LocalForwardings Property
RemoteForwardings Property
X11Forwardings Property
Methods
AllowX11Forwarding Method
AllowX11Forwarding Method (String)
AllowX11Forwarding Method (String, FileInfo)
AllowX11Forwarding Method (String, String)
CancelAllRemoteForwardings Method
CancelRemoteForwarding Method
CancelRemoteForwarding Method (String, Boolean)
CancelRemoteForwarding Method (String, Int32, Boolean)
CancelX11Forwarding Method
GetActiveTunnels Method
GetActiveTunnels Method (String, ForwardingChannelType)
GetActiveTunnels Method (String, Int32, ForwardingChannelType)
RequestRemoteForwarding Method
StartLocalForwarding Method
StopAllLocalForwarding Method
StopLocalForwarding Method
StopLocalForwarding Method (String, Boolean)
StopLocalForwarding Method (String, Int32, Boolean)
Events
ActivityListener Event
ChannelFailures Event
ConfigurationListener Event
ForwardingConfigurationListener Delegate
ForwardingConfigurationState Enumeration
ForwardingTunnelActivityListener Delegate
Maverick.PublicKey
AbstractKnownHostsKeyVerification Class
AbstractKnownHostsKeyVerification Members
AbstractKnownHostsKeyVerification Constructor
AbstractKnownHostsKeyVerification Constructor ()
AbstractKnownHostsKeyVerification Constructor (String)
Fields
knownhosts Field
Properties
IsKnownHostsWritable Property
Methods
AllowHost Method
OnHostKeyMismatch Method
OnUnknownHost Method
RemoveHost Method
ToString Method
VerifyHost Method
ConsoleKnownHostsKeyVerification Class
ConsoleKnownHostsKeyVerification Members
ConsoleKnownHostsKeyVerification Constructor
ConsoleKnownHostsKeyVerification Constructor ()
ConsoleKnownHostsKeyVerification Constructor (String)
Methods
OnHostKeyMismatch Method
OnUnknownHost Method
InvalidPassphraseException Class
InvalidPassphraseException Members
InvalidPassphraseException Constructor
SSHPrivateKeyFile Interface
SSHPrivateKeyFile Members
Properties
FormattedKey Property
HasPassphrase Property
KeyType Property
SupportsPassphraseChange Property
Methods
ChangePassphrase Method
ToKeyPair Method
SSHPrivateKeyFileFactory Class
SSHPrivateKeyFileFactory Members
SSHPrivateKeyFileFactory Constructor
Methods
Parse Method
Parse Method (Byte[])
Parse Method (Stream)
SSHPublicKeyFile Interface
SSHPublicKeyFile Members
Properties
Comment Property
Formatted Property
Key Property
SSHPublicKeyFileFactory Class
SSHPublicKeyFileFactory Members
SSHPublicKeyFileFactory Constructor
Methods
DecodeSSH2PublicKey Method
Parse Method
Parse Method (Stream)
Parse Method (String)
Maverick.SCP
SCPClient Class
SCPClient Members
SCPClient Constructor
Methods
Get Method
Get Method (FileInfo, String, Boolean)
Get Method (FileInfo, String[], Boolean)
Get Method (String, String, Boolean)
Get Method (String, String[], Boolean)
GetHomeDirectory Method
Put Method
Put Method (FileInfo, String)
Put Method (FileInfo[], String)
Put Method (String, String)
Put Method (String[], String)
Events
TransferEvents Event
Maverick.SFTP
DirectoryOperation Class
DirectoryOperation Members
DirectoryOperation Constructor
Properties
DeletedFiles Property
FileCount Property
NewFiles Property
TransferSize Property
UnchangedFiles Property
UpdatedFiles Property
Methods
AddDirectoryOperation Method
AddDirectoryOperation Method (DirectoryOperation, FileInfo)
AddDirectoryOperation Method (DirectoryOperation, String)
containsFile Method
ContainsFile Method
SFTPClient Class
SFTPClient Members
SFTPClient Constructor
SFTPClient Constructor ()
SFTPClient Constructor (SSHClient)
SFTPClient Constructor (SSHClient, String)
Properties
BlockSize Property
BufferSize Property
IsClosed Property
MaxAsyncRequests Property
SubsystemChannel Property
Methods
Cd Method
Cdup Method
Chgrp Method
Chmod Method
Chmod Method (Int32, String)
Chmod Method (String, String)
Chown Method
Connect Method
CopyLocalDirectory Method
CopyRemoteDirectory Method
FormatLongname Method
FormatLongname Method (SFTPFile)
FormatLongname Method (SFTPFileAttributes, String)
GetAbsolutePath Method
GetChannel Method
GetFile Method
GetFile Method (String)
GetFile Method (String, Boolean)
GetFile Method (String, Stream)
GetFile Method (String, Stream, Int64)
GetFile Method (String, String)
GetFile Method (String, String, Boolean)
Lcd Method
Lpwd Method
Ls Method
Ls Method ()
Ls Method (String)
Mkdir Method
Mkdirs Method
PutFile Method
PutFile Method (Stream, String)
PutFile Method (Stream, String, Int64)
PutFile Method (String)
PutFile Method (String, Boolean)
PutFile Method (String, String)
PutFile Method (String, String, Boolean)
Pwd Method
Quit Method
RecurseDeleteDirectory Method
Rename Method
Rm Method
Rm Method (String)
Rm Method (String, Boolean, Boolean)
Stat Method
Symlink Method
Umask Method
Events
TransferEvents Event
SFTPFile Class
SFTPFile Members
SFTPFile Constructor
SFTPFile Constructor (String, SFTPFileAttributes)
SFTPFile Constructor (String)
Properties
AbsolutePath Property
Attributes Property
Filename Property
Handle Property
IsBlock Property
IsCharacter Property
IsDirectory Property
IsFifo Property
IsFile Property
IsLink Property
IsOpen Property
IsSocket Property
Parent Property
SFTPChannel Property
Methods
Close Method
Delete Method
Equals Method
GetHashCode Method
Rename Method
SFTPFileAttributes Class
SFTPFileAttributes Members
SFTPFileAttributes Constructor
SFTPFileAttributes Constructor ()
SFTPFileAttributes Constructor (ByteBuffer)
Fields
S_IFBLK Field
S_IFCHR Field
S_IFDIR Field
S_IFIFO Field
S_IFLNK Field
S_IFMT Field
S_IFREG Field
S_IFSOCK Field
S_IRGRP Field
S_IROTH Field
S_IRUSR Field
S_ISGID Field
S_ISUID Field
S_IWGRP Field
S_IWOTH Field
S_IWUSR Field
S_IXGRP Field
S_IXOTH Field
S_IXUSR Field
Properties
AccessedTime Property
GID Property
IsBlock Property
IsCharacter Property
IsDirectory Property
IsFifo Property
IsFile Property
IsLink Property
IsSocket Property
MaskString Property
ModifiedTime Property
Permissions Property
PermissionsFromMaskString Property
PermissionsString Property
Size Property
UID Property
Methods
isFlagSet Method
SetTimes Method
SetTimes Method (DateTime, DateTime)
SetTimes Method (UInt32, UInt32)
ToByteArray Method
SFTPStatusException Class
SFTPStatusException Members
SFTPStatusException Constructor
SFTPStatusException Constructor (Int32, String)
SFTPStatusException Constructor (Int32)
Fields
INVALID_HANDLE Field
INVALID_RESUME_STATE Field
SSH_FX_BAD_MESSAGE Field
SSH_FX_CONNECTION_LOST Field
SSH_FX_EOF Field
SSH_FX_FAILURE Field
SSH_FX_NO_CONNECTION Field
SSH_FX_NO_SUCH_FILE Field
SSH_FX_OK Field
SSH_FX_OP_UNSUPPORTED Field
SSH_FX_PERMISSION_DENIED Field
Properties
Status Property
SFTPSubsystemChannel Class
SFTPSubsystemChannel Members
SFTPSubsystemChannel Constructor
Fields
OPEN_APPEND Field
OPEN_CREATE Field
OPEN_EXCLUSIVE Field
OPEN_READ Field
OPEN_TRUNCATE Field
OPEN_WRITE Field
Properties
DefaultDirectory Property
Version Property
Methods
ChangePermissions Method
ChangePermissions Method (SFTPFile, Int32)
ChangePermissions Method (String, Int32)
ChangePermissions Method (String, String)
CloseFile Method
CreateSymbolicLink Method
GetAbsolutePath Method
GetAbsolutePath Method (SFTPFile)
GetAbsolutePath Method (String)
GetAttributes Method
GetAttributes Method (SFTPFile)
GetAttributes Method (String)
GetEncoding Method
GetFile Method
GetOKRequestStatus Method
GetSymbolicLinkTarget Method
Initialize Method
ListChildren Method
MakeDirectory Method
MakeDirectory Method (String)
MakeDirectory Method (String, SFTPFileAttributes)
OpenDirectory Method
OpenFile Method
OpenFile Method (String, Int32)
OpenFile Method (String, Int32, SFTPFileAttributes)
PerformOptimizedRead Method
PerformOptimizedRead Method (Byte[], Int64, Int32, Stream, Int32, FileTransferProgress)
PerformOptimizedRead Method (Byte[], Int64, Int32, Stream, Int32, FileTransferProgress, Int64)
PerformOptimizedWrite Method
PerformOptimizedWrite Method (Byte[], Int32, Int32, Stream, Int32, FileTransferProgress)
PerformOptimizedWrite Method (Byte[], Int32, Int32, Stream, Int32, FileTransferProgress, Int64)
PostWriteRequest Method
ReadFile Method
RecurseMakeDirectory Method
RemoveDirectory Method
RemoveFile Method
RenameFile Method
SetAttributes Method
SetAttributes Method (SFTPFile, SFTPFileAttributes)
SetAttributes Method (String, SFTPFileAttributes)
SetEncoding Method
WriteFile Method
TransferCancelledException Class
TransferCancelledException Members
TransferCancelledException Constructor
TransferCancelledException Constructor ()
TransferCancelledException Constructor (String)
Maverick.SSH
AbstractComponentFactory Class
AbstractComponentFactory Members
AbstractComponentFactory Constructor
Fields
supported Field
Methods
Add Method
Contains Method
CreateInstance Method
GetInstance Method
List Method
Remove Method
AuthenticationResult Enumeration
ChannelOpenException Class
ChannelOpenException Members