Module: Net::SFTP::Constants::PacketTypes

Included in:
Protocol::Base, Request, Session
Defined in:
lib/net/sftp/constants.rb

Overview

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.

Constant Summary collapse

FXP_INIT =
1
FXP_VERSION =
2
FXP_OPEN =
3
FXP_CLOSE =
4
FXP_READ =
5
FXP_WRITE =
6
FXP_LSTAT =
7
FXP_FSTAT =
8
FXP_SETSTAT =
9
FXP_FSETSTAT =
10
FXP_OPENDIR =
11
FXP_READDIR =
12
FXP_REMOVE =
13
FXP_MKDIR =
14
FXP_RMDIR =
15
FXP_REALPATH =
16
FXP_STAT =
17
FXP_RENAME =
18
19
20
21
FXP_BLOCK =
22
FXP_UNBLOCK =
23
FXP_STATUS =
101
FXP_HANDLE =
102
FXP_DATA =
103
FXP_NAME =
104
FXP_ATTRS =
105
FXP_EXTENDED =
200
FXP_EXTENDED_REPLY =
201