Chapter 33 System Remote Management
ZyWALL (ZLD) CLI Reference Guide
217
33.6.1 FTP Commands
The following table describes the commands available for FTP. You must use the configure
terminal
command to enter the configuration mode before you can use these commands.
33.6.2 FTP Commands Examples
This command sets a service control rule that allowed the computers with the IP addresses
matching the specified address object to access the specified zone using FTP service.
Table 132 Command Summary: FTP
COMMAND DESCRIPTION
[no] ip ftp server Allows FTP access to the ZyWALL. The no
command disables FTP access to the ZyWALL.
[no] ip ftp server cert certificate_name Sets a certificate to be used to identify the
ZyWALL. The
no command resets the certificate
used by the FTP server to the factory default.
[no] ip ftp server port <1..65535> Sets the FTP service port number. The
no
command resets the FTP service port number to
the factory default (21).
[no] ip ftp server tls-required Allows FTP access over TLS. The
no command
disables FTP access over TLS.
ip ftp server rule {<1..32>|append|insert
<1..32>} access-group {ALL|address_object} zone
{ALL|zone_object} action {accept|deny}
Sets a service control rule for FTP service.
address_object: The name of the IP address
(group) object. You may use 1-31 alphanumeric
characters, underscores(
_), or dashes (-), but the
first character cannot be a number. This value is
case-sensitive.
zone_object: The name of the zone. You may
use 1-31 alphanumeric characters,
underscores(
_), or dashes (-), but the first
character cannot be a number. This value is
case-sensitive.
ip ftp server rule move <1..32> to <1..32> Changes the index number of a service control
rule.
no ip ftp server rule <1..32> Deletes a service control rule for FTP service.
show ip ftp server status Displays FTP settings.
Router# configure terminal
Router(config)# ip ftp server rule 4 access-group Sales zone WAN action
accept