R3204P16-HP Load Balancing Module System Maintenance Command Reference-6PW101

87
Parameters
username: Username. You can use the display ftp-user command to view FTP login user information.
Description
Use the free ftp user command to manually release the FTP connection established by the specified user.
This command releases the FTP connection established by the specified user no matter whether the user
is transmitting a file.
Examples
# Manually release the FTP connection established with username ftpuser.
<Sysname> free ftp user ftpuser
Are you sure to free FTP user ftpuser? [Y/N]:y
<Sysname>
ftp server acl
Syntax
ftp server acl acl-number
undo ftp server acl
View
System view
Default level
3: Manage level
Parameters
acl-number: Basic access control list (ACL) number, in the range 2000 to 2999.
Description
Use the ftp server acl command to use an ACL to control FTP clients’ access to the FTP server.
Use the undo ftp server acl command to restore the default.
By default, no ACL is used to control FTP clients’ access to the FTP server.
An ACL enables the FTP server to permit the FTP requests from specific FTP clients. This configuration only
filters the FTP connections to be established, and has no effect on the established FTP connections and
operations. If you execute the command multiple times, the last specified ACL takes effect.
Examples
# Associate the FTP service with ACL 2001 to allow only the client 1.1.1.1 to access the FTP server through
FTP.
<Sysname> system-view
[Sysname] acl number 2001
[Sysname-acl-basic-2001] rule 0 permit source 1.1.1.1 0
[Sysname-acl-basic-2001] rule 1 deny source any
[Sysname-acl-basic-2001] quit
[Sysname] ftp server acl 2001