45
Field Description
Timeout value (in minute)
Allowed idle time of an FTP connection. If there is no packet exchange
between the FTP server and client during the time frame, the FTP
connection will be disconnected.
Put Method
File update method of the FTP server:
•
fast
•
normal
display ftp-user
Syntax
display ftp-user
[
|
{
begin
|
exclude
|
include
}
regular-expression
]
View
Any view
Default level
3: Manage level
Parameters
|
: Filters command output by specifying a regular expression. For more information about regular
expressions, see
Fundamentals Configuration Guide
.
begin
: Displays the first line that matches the specified regular expression and all lines that follow.
exclude
: Displays all lines that do not match the specified regular expression.
include
: Displays all lines that match the specified regular expression.
regular-expression
: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Description
Use the
display ftp-user
command to display the detailed information of current FTP users.
Examples
# Display the detailed information of FTP users.
<Sysname> display ftp-user
UserName HostIP Port Idle HomeDir
ftp 192.168.1.54 1190 0 flash:
# If the name of the logged-in user exceeds 10 characters, the exceeded characters will be displayed in
the next line and right justified, for example, if the logged-in user name is
administrator
, the following
information will appear:
<Sysname> display ftp-user
UserName HostIP Port Idle HomeDir
administra
tor 192.168.0.152 1031 0 flash:
Table 5
Output description
Field Description
UserName
Name of the currently logged-in user