D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 11 FTP Server Configuration
11-4
If the FTP client has not executed any operation within five minutes, the FTP Server
automatically disconnects the connection and then begins to respond other
connection requests.
Cautio
n
The session idle timeout refers to the time period between two
operations in a FTP session. The FTP Server starts to calculate the
session idle time from 0 after completing a command (for instance,
transferring a file) and stops calculation before executing a new
command. Consequently, this configuration will not influence some
time-consuming file transmission.
11.2.4 Configure Login User
Name and Password
The FTP Server uses login user name and password to authentication clients. By
default, the login user name and password are null.
Anonymous user and null password are not supported on the FTP Server. To
configure valid login user name and password in the global configuration mode, run
the ftp-server username and ftp-server password commands in the global
configuration mode. Only one user name and password can be configured on the
FTP Server.
Command Function
DES-7200(config)# ftp-server
username username
Sets user name.
DES-7200(config)# no ftp-server
username
Removes the user name
configuration.
DES-7200(config)# ftp-server
password [type] password
Sets a password.
DES-7200(config)# no ftp-server
password
Removes the password configuration.
A user name consists of up to 64 characters, including English letter, half-width
numeral and half-width symbol, not blank space.
A password consists of letters or numerals. Blank space is allowed behind and in
front of the password, but it will be ignored. The length of a password in plain text
mode ranges from 1 to 25 characters and a password in cipher text mode ranges
from 4 to 52 characters.
The following example sets the user name to “admin” and password to ”letmein”.