module Net::SFTP::Constants::PacketTypes
The various packet types supported by SFTP
protocol versions 1 through 6. The FXP_EXTENDED
and FXP_EXTENDED_REPLY
packet types are not currently understood by Net::SFTP
.
Constants
- FXP_ATTRS
- FXP_BLOCK
- FXP_CLOSE
- FXP_DATA
- FXP_EXTENDED
- FXP_EXTENDED_REPLY
- FXP_FSETSTAT
- FXP_FSTAT
- FXP_HANDLE
- FXP_INIT
- FXP_LINK
- FXP_LSTAT
- FXP_MKDIR
- FXP_NAME
- FXP_OPEN
- FXP_OPENDIR
- FXP_READ
- FXP_READDIR
- FXP_READLINK
- FXP_REALPATH
- FXP_REMOVE
- FXP_RENAME
- FXP_RMDIR
- FXP_SETSTAT
- FXP_STAT
- FXP_STATUS
- FXP_SYMLINK
- FXP_UNBLOCK
- FXP_VERSION
- FXP_WRITE