com.mindbright.ssh2
Class SSH2SFTP
java.lang.Object
com.mindbright.ssh2.SSH2SFTP
- Direct Known Subclasses:
- SSH2SFTPClient
- public class SSH2SFTP
- extends java.lang.Object
Describes the sftp protocol.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSH_FILEXFER_VERSION
protected static final int SSH_FILEXFER_VERSION
- See Also:
- Constant Field Values
SSH_FXP_INIT
protected static final int SSH_FXP_INIT
- See Also:
- Constant Field Values
SSH_FXP_VERSION
protected static final int SSH_FXP_VERSION
- See Also:
- Constant Field Values
SSH_FXP_OPEN
protected static final int SSH_FXP_OPEN
- See Also:
- Constant Field Values
SSH_FXP_CLOSE
protected static final int SSH_FXP_CLOSE
- See Also:
- Constant Field Values
SSH_FXP_READ
protected static final int SSH_FXP_READ
- See Also:
- Constant Field Values
SSH_FXP_WRITE
protected static final int SSH_FXP_WRITE
- See Also:
- Constant Field Values
SSH_FXP_LSTAT
protected static final int SSH_FXP_LSTAT
- See Also:
- Constant Field Values
SSH_FXP_FSTAT
protected static final int SSH_FXP_FSTAT
- See Also:
- Constant Field Values
SSH_FXP_SETSTAT
protected static final int SSH_FXP_SETSTAT
- See Also:
- Constant Field Values
SSH_FXP_FSETSTAT
protected static final int SSH_FXP_FSETSTAT
- See Also:
- Constant Field Values
SSH_FXP_OPENDIR
protected static final int SSH_FXP_OPENDIR
- See Also:
- Constant Field Values
SSH_FXP_READDIR
protected static final int SSH_FXP_READDIR
- See Also:
- Constant Field Values
SSH_FXP_REMOVE
protected static final int SSH_FXP_REMOVE
- See Also:
- Constant Field Values
SSH_FXP_MKDIR
protected static final int SSH_FXP_MKDIR
- See Also:
- Constant Field Values
SSH_FXP_RMDIR
protected static final int SSH_FXP_RMDIR
- See Also:
- Constant Field Values
SSH_FXP_REALPATH
protected static final int SSH_FXP_REALPATH
- See Also:
- Constant Field Values
SSH_FXP_STAT
protected static final int SSH_FXP_STAT
- See Also:
- Constant Field Values
SSH_FXP_RENAME
protected static final int SSH_FXP_RENAME
- See Also:
- Constant Field Values
SSH_FXP_STATUS
protected static final int SSH_FXP_STATUS
- See Also:
- Constant Field Values
SSH_FXP_HANDLE
protected static final int SSH_FXP_HANDLE
- See Also:
- Constant Field Values
SSH_FXP_DATA
protected static final int SSH_FXP_DATA
- See Also:
- Constant Field Values
SSH_FXP_NAME
protected static final int SSH_FXP_NAME
- See Also:
- Constant Field Values
SSH_FXP_ATTRS
protected static final int SSH_FXP_ATTRS
- See Also:
- Constant Field Values
SSH_FXP_EXTENDED
protected static final int SSH_FXP_EXTENDED
- See Also:
- Constant Field Values
SSH_FXP_EXTENDED_REPLY
protected static final int SSH_FXP_EXTENDED_REPLY
- See Also:
- Constant Field Values
SSH_FX_OK
public static final int SSH_FX_OK
- See Also:
- Constant Field Values
SSH_FX_EOF
public static final int SSH_FX_EOF
- See Also:
- Constant Field Values
SSH_FX_NO_SUCH_FILE
public static final int SSH_FX_NO_SUCH_FILE
- See Also:
- Constant Field Values
SSH_FX_PERMISSION_DENIED
public static final int SSH_FX_PERMISSION_DENIED
- See Also:
- Constant Field Values
SSH_FX_FAILURE
public static final int SSH_FX_FAILURE
- See Also:
- Constant Field Values
SSH_FX_BAD_MESSAGE
public static final int SSH_FX_BAD_MESSAGE
- See Also:
- Constant Field Values
SSH_FX_NO_CONNECTION
public static final int SSH_FX_NO_CONNECTION
- See Also:
- Constant Field Values
SSH_FX_CONNECTION_LOST
public static final int SSH_FX_CONNECTION_LOST
- See Also:
- Constant Field Values
SSH_FX_OP_UNSUPPORTED
public static final int SSH_FX_OP_UNSUPPORTED
- See Also:
- Constant Field Values
SSH_FXF_READ
public static final int SSH_FXF_READ
- See Also:
- Constant Field Values
SSH_FXF_WRITE
public static final int SSH_FXF_WRITE
- See Also:
- Constant Field Values
SSH_FXF_APPEND
public static final int SSH_FXF_APPEND
- See Also:
- Constant Field Values
SSH_FXF_CREAT
public static final int SSH_FXF_CREAT
- See Also:
- Constant Field Values
SSH_FXF_TRUNC
public static final int SSH_FXF_TRUNC
- See Also:
- Constant Field Values
SSH_FXF_EXCL
public static final int SSH_FXF_EXCL
- See Also:
- Constant Field Values
SSH_ATTR_SIZE
protected static final int SSH_ATTR_SIZE
- See Also:
- Constant Field Values
SSH_ATTR_UIDGID
protected static final int SSH_ATTR_UIDGID
- See Also:
- Constant Field Values
SSH_ATTR_PERM
protected static final int SSH_ATTR_PERM
- See Also:
- Constant Field Values
SSH_ATTR_MODTIME
protected static final int SSH_ATTR_MODTIME
- See Also:
- Constant Field Values
SSH2SFTP
public SSH2SFTP()