3com 5500-ei pwr Reference Guide

Page of 1314
 
1-24 
verbose 
Syntax 
verbose 
undo verbose 
View 
FTP client view 
Parameters 
None 
Description 
Use the verbose  command to enable the verbose function, which displays execution information of 
user operations and all FTP responses. 
Use the undo verbose command to disable the verbose function. 
The verbose function is enabled by default. 
Examples 
# Download the file with name test1.cfg
[ftp] get test1.cfg 
 
227 Entering Passive Mode (192,168,0,3,5,239) 
150 "D:\FTP\test1.cfg" file ready to send (100 bytes) in ASCII mode 
....226 Transfer finished successfully. 
FTP: 100 byte(s) received in 5.109 second(s) 20.00 byte(s)/sec. 
# Disable the verbose function. 
[ftp] undo verbose 
# Download the file with name test.cfg
[ftp] get test.cfg 
......FTP: 1740 byte(s) received in 9.367 second(s) 185.00 byte(s)/sec. 
The above output indicates that if the verbose function is disabled, only execution information of users’ 
operations is obtained from the system of the switch, while the output information beginning with 
three-digit numbers cannot be returned to the users. 
For the description of the numbers at the beginning of FTP output information, refer to the 
corresponding section in RFC 959. 
SFTP Server Configuration Commands 
sftp server enable 
Syntax 
sftp server enable 
undo sftp server