ISftpSession
Gets the SFTP protocol version.
Gets the remote working directory.
Calculates the optimal size of the buffer to read data from the channel.
Calculates the optimal size of the buffer to write data on the channel.
Changes the current working directory to the specified path.
Resolves a given path into an absolute path on the server.
Performs SSH_FXP_CLOSE request.
Performs SSH_FXP_FSETSTAT request.
Performs SSH_FXP_FSTAT request.
Performs SSH_FXP_LSTAT request.
Performs SSH_FXP_MKDIR request.
Performs SSH_FXP_OPEN request
Performs SSH_FXP_OPENDIR request
Performs posix-rename@openssh.com extended request.
Performs SSH_FXP_READ request.
Performs SSH_FXP_READDIR request
Performs SSH_FXP_REMOVE request.
Performs SSH_FXP_RENAME request.
Performs SSH_FXP_RMDIR request.
Performs SSH_FXP_SETSTAT request.
Performs statvfs@openssh.com extended request.
Performs SSH_FXP_SYMLINK request.
void RequestWrite(byte[] handle, ulong offset, byte[] data, int length, AutoResetEvent wait, Action<SftpStatusResponse> writeCompleted = null)
Performs SSH_FXP_WRITE request.