HP VPN Firewall Appliances System Management and Maintenance Command Reference

238
Use undo ftp timeout to restore the default.
Syntax
ftp timeout minute
undo ftp timeout
Default
The FTP idle-timeout timer is 30 minutes.
Views
System view
Default command level
3: Manage level
Parameters
minute: Idle-timeout time in the range of 1 to 35791 minutes.
Usage guidelines
If no packet is exchanged on an FTP connection within the idle-timeout time, the FTP connection is
broken.
Examples
# Set the idle-timeout timer to 36 minutes.
<Sysname> system-view
[Sysname] ftp timeout 36
[Sysname]
ftp update
Use ftp update to set the file update mode that the FTP server uses while receiving data.
Use undo ftp update to restore the default.
Syntax
ftp update { fast | normal }
undo ftp update
Default
The file update mode is normal.
Views
System view
Default command level
3: Manage level
Parameters
fast: Fast update. In this mode, the FTP server writes the complete file to the memory before writing it to
the storage medium.
normal: Normal update. In this mode, the FTP server writes the data of a file from the memory to the
storage medium multiple times, with up to 4096 bytes per time.