Package com.trilead.ssh2.sftp
Class Packet
java.lang.Object
com.trilead.ssh2.sftp.Packet
public class Packet extends Object
SFTP Paket Types
- Version:
- $Id: Packet.java,v 1.1 2007/10/15 12:49:55 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
-
Field Summary
Fields Modifier and Type Field Description static intSSH_FXP_ATTRSstatic intSSH_FXP_CLOSEstatic intSSH_FXP_DATAstatic intSSH_FXP_EXTENDEDstatic intSSH_FXP_EXTENDED_REPLYstatic intSSH_FXP_FSETSTATstatic intSSH_FXP_FSTATstatic intSSH_FXP_HANDLEstatic intSSH_FXP_INITstatic intSSH_FXP_LSTATstatic intSSH_FXP_MKDIRstatic intSSH_FXP_NAMEstatic intSSH_FXP_OPENstatic intSSH_FXP_OPENDIRstatic intSSH_FXP_READstatic intSSH_FXP_READDIRstatic intSSH_FXP_READLINKstatic intSSH_FXP_REALPATHstatic intSSH_FXP_REMOVEstatic intSSH_FXP_RENAMEstatic intSSH_FXP_RMDIRstatic intSSH_FXP_SETSTATstatic intSSH_FXP_STATstatic intSSH_FXP_STATUSstatic intSSH_FXP_SYMLINKstatic intSSH_FXP_VERSIONstatic intSSH_FXP_WRITE -
Constructor Summary
Constructors Constructor Description Packet() -
Method Summary
-
Field Details
-
SSH_FXP_INIT
public static final int SSH_FXP_INIT- See Also:
- Constant Field Values
-
SSH_FXP_VERSION
public static final int SSH_FXP_VERSION- See Also:
- Constant Field Values
-
SSH_FXP_OPEN
public static final int SSH_FXP_OPEN- See Also:
- Constant Field Values
-
SSH_FXP_CLOSE
public static final int SSH_FXP_CLOSE- See Also:
- Constant Field Values
-
SSH_FXP_READ
public static final int SSH_FXP_READ- See Also:
- Constant Field Values
-
SSH_FXP_WRITE
public static final int SSH_FXP_WRITE- See Also:
- Constant Field Values
-
SSH_FXP_LSTAT
public static final int SSH_FXP_LSTAT- See Also:
- Constant Field Values
-
SSH_FXP_FSTAT
public static final int SSH_FXP_FSTAT- See Also:
- Constant Field Values
-
SSH_FXP_SETSTAT
public static final int SSH_FXP_SETSTAT- See Also:
- Constant Field Values
-
SSH_FXP_FSETSTAT
public static final int SSH_FXP_FSETSTAT- See Also:
- Constant Field Values
-
SSH_FXP_OPENDIR
public static final int SSH_FXP_OPENDIR- See Also:
- Constant Field Values
-
SSH_FXP_READDIR
public static final int SSH_FXP_READDIR- See Also:
- Constant Field Values
-
SSH_FXP_REMOVE
public static final int SSH_FXP_REMOVE- See Also:
- Constant Field Values
-
SSH_FXP_MKDIR
public static final int SSH_FXP_MKDIR- See Also:
- Constant Field Values
-
SSH_FXP_RMDIR
public static final int SSH_FXP_RMDIR- See Also:
- Constant Field Values
-
SSH_FXP_REALPATH
public static final int SSH_FXP_REALPATH- See Also:
- Constant Field Values
-
SSH_FXP_STAT
public static final int SSH_FXP_STAT- See Also:
- Constant Field Values
-
SSH_FXP_RENAME
public static final int SSH_FXP_RENAME- See Also:
- Constant Field Values
-
SSH_FXP_READLINK
public static final int SSH_FXP_READLINK- See Also:
- Constant Field Values
-
SSH_FXP_SYMLINK
public static final int SSH_FXP_SYMLINK- See Also:
- Constant Field Values
-
SSH_FXP_STATUS
public static final int SSH_FXP_STATUS- See Also:
- Constant Field Values
-
SSH_FXP_HANDLE
public static final int SSH_FXP_HANDLE- See Also:
- Constant Field Values
-
SSH_FXP_DATA
public static final int SSH_FXP_DATA- See Also:
- Constant Field Values
-
SSH_FXP_NAME
public static final int SSH_FXP_NAME- See Also:
- Constant Field Values
-
SSH_FXP_ATTRS
public static final int SSH_FXP_ATTRS- See Also:
- Constant Field Values
-
SSH_FXP_EXTENDED
public static final int SSH_FXP_EXTENDED- See Also:
- Constant Field Values
-
SSH_FXP_EXTENDED_REPLY
public static final int SSH_FXP_EXTENDED_REPLY- See Also:
- Constant Field Values
-
-
Constructor Details
-
Packet
public Packet()
-