Command Manual - System Management
Quidway S6500 Series Ethernet Switches Chapter 1 File System Management Commands
Huawei Technologies Proprietary
1-25
After a user logs on to an FTP Server and has established connection, if the connection
is interrupted or cut abnormally by the user, FTP Server will still hold the connection.
The connection timeout can avoid this problem. If the FTP server has no command
interaction with a client for a specific period of time, it considers the connection to be
failed and disconnect to the client.
Example
# Set the connection timeout to 36 minutes.
[Quidway] ftp timeout 36
1.4 FTP Client Commands
1.4.1 ascii
Syntax
ascii
View
FTP Client view
Parameter
none
Description
Using ascii command, you can configure data transmission mode as ASCII mode.
By default, the file transmission mode is ASCII mode.
Perform this command if the user needs to change the file transmission mode to default
mode.
Example
# Configure to transmit data in the ASCII mode.
[ftp] ascii
200 Type is ASCII.
1.4.2 binary
Syntax
binary
View
FTP Client view