R0106-HP MSR Router Series Fundamentals Command Reference(V7)
119
Filed Descri
p
tion
Session timeout in seconds is 300 Timeout interval is 300 seconds.
Control connection is plain text Control connection type is plain text.
Data connections will be plain text Data connection type is plain text.
At session startup, client count was 1 FTP connection number is 1.
vsFTPd 2.0.6 - secure, fast, stable FTP version is 2.0.6.
211 End of status End of the display of FTP server status.
# Display file a.txt.
ftp> rstatus a.txt
213-Status follows:
-rw-r--r-- 1 0 0 80 Jul 18 02:58 a.txt
213 End of status
Table 14 Command output
Field Descri
p
tion
213-Status follows: Beginning of the display of the file, where 213 specifies the FTP command.
-rw-r--r--
The first bit specifies the file type:
• -—Common.
• B—Block.
• c—Character.
• d—Directory.
• l—Symbol connection file.
• p—Pipe.
• s—socket.
The second bit through the tenth bit are divided into three groups. Each group
contains three characters, representing the access permission of the owner,
group, and other users.
• -—No permission.
• r—Read permission.
• w—Write permission.
• x—Execution permission.
1 Number of connections.
0 Name of the file owner.
0 Group number of the file owner.
80 File size, in bytes.
Jul 18 02:58 Date and time when the file was most recently modified.
a.txt File name.
213 End of status End of the display of the file information.