This command displays information about an FTP user, including FTP user name, IP address of the client, port number, idle time of the user, and authorization directory.
# Display parameters of the FTP user.
<sysname> display ftp-users
username host port idle topdir
zll 10.10.10.1 1383 3 hda1:
The above display shows that there is one user connecting with the FTP server.
Item |
Description |
|---|---|
username |
User name |
host |
IP address of the client host |
port |
Port number of the client host |
idle |
Idle time, in minutes |
topdir |
Directory authorized to the user |