271
CONFIG Commands
set system ftp-server option [ off | on ]
Enables or disables a simple FTP server in the Gateway. If enabled, the Gateway will
accept binary embedded software images (‘.bin’) files or command line configuration files.
set system log-size [ 10240... 65536 ]
Specifies a size for the system log. The most recent entries are posted to the beginning of
the log. When the log becomes full, the oldest entries are dropped. The default is 30000.
set system persistent-log [ off | on ]
When set to
on
, causes the log information to be kept in flash memory.
set system idle-timeout { telnet [ 1...120 ] | http [ 1... 120 ] }
Specifies a timeout period of inactivity for telnet or HTTP access to the Gateway, after
which a user must re-login to the Gateway. Defaults are 5 minutes for HTTP and 15 min-
utes for telnet.
set system username { administrator
name
| user
name
}
Specifies the usernames for the administrative user – the default is
admin
; and a non-
administrative user – the default is
user
.
Supported FTP commands
MODE
(data transfer mode (only Streaming supported)
NOOP
(send back ok)
PORT
(specify client address:port for data)
QUIT
(quit)
STOR
(send file to FTP server)
SYST
(get system info about FTP server)
TYPE
(set data representation type, ASCII and IMAGE (BIN) only supported)
USER
(send username for authentication)