public class

Packet

extends Object
java.lang.Object
   ↳ com.trilead.ssh2.sftp.Packet

Class Overview

SFTP Paket Types

Summary

Constants
int SSH_FXP_ATTRS
int SSH_FXP_CLOSE
int SSH_FXP_DATA
int SSH_FXP_EXTENDED
int SSH_FXP_EXTENDED_REPLY
int SSH_FXP_FSETSTAT
int SSH_FXP_FSTAT
int SSH_FXP_HANDLE
int SSH_FXP_INIT
int SSH_FXP_LSTAT
int SSH_FXP_MKDIR
int SSH_FXP_NAME
int SSH_FXP_OPEN
int SSH_FXP_OPENDIR
int SSH_FXP_READ
int SSH_FXP_READDIR
int SSH_FXP_READLINK
int SSH_FXP_REALPATH
int SSH_FXP_REMOVE
int SSH_FXP_RENAME
int SSH_FXP_RMDIR
int SSH_FXP_SETSTAT
int SSH_FXP_STAT
int SSH_FXP_STATUS
int SSH_FXP_SYMLINK
int SSH_FXP_VERSION
int SSH_FXP_WRITE
Public Constructors
Packet()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int SSH_FXP_ATTRS

Constant Value: 105 (0x00000069)

public static final int SSH_FXP_CLOSE

Constant Value: 4 (0x00000004)

public static final int SSH_FXP_DATA

Constant Value: 103 (0x00000067)

public static final int SSH_FXP_EXTENDED

Constant Value: 200 (0x000000c8)

public static final int SSH_FXP_EXTENDED_REPLY

Constant Value: 201 (0x000000c9)

public static final int SSH_FXP_FSETSTAT

Constant Value: 10 (0x0000000a)

public static final int SSH_FXP_FSTAT

Constant Value: 8 (0x00000008)

public static final int SSH_FXP_HANDLE

Constant Value: 102 (0x00000066)

public static final int SSH_FXP_INIT

Constant Value: 1 (0x00000001)

public static final int SSH_FXP_LSTAT

Constant Value: 7 (0x00000007)

public static final int SSH_FXP_MKDIR

Constant Value: 14 (0x0000000e)

public static final int SSH_FXP_NAME

Constant Value: 104 (0x00000068)

public static final int SSH_FXP_OPEN

Constant Value: 3 (0x00000003)

public static final int SSH_FXP_OPENDIR

Constant Value: 11 (0x0000000b)

public static final int SSH_FXP_READ

Constant Value: 5 (0x00000005)

public static final int SSH_FXP_READDIR

Constant Value: 12 (0x0000000c)

public static final int SSH_FXP_READLINK

Constant Value: 19 (0x00000013)

public static final int SSH_FXP_REALPATH

Constant Value: 16 (0x00000010)

public static final int SSH_FXP_REMOVE

Constant Value: 13 (0x0000000d)

public static final int SSH_FXP_RENAME

Constant Value: 18 (0x00000012)

public static final int SSH_FXP_RMDIR

Constant Value: 15 (0x0000000f)

public static final int SSH_FXP_SETSTAT

Constant Value: 9 (0x00000009)

public static final int SSH_FXP_STAT

Constant Value: 17 (0x00000011)

public static final int SSH_FXP_STATUS

Constant Value: 101 (0x00000065)

public static final int SSH_FXP_SYMLINK

Constant Value: 20 (0x00000014)

public static final int SSH_FXP_VERSION

Constant Value: 2 (0x00000002)

public static final int SSH_FXP_WRITE

Constant Value: 6 (0x00000006)

Public Constructors

public Packet ()