CLI Reference  FTP CLIENT Configuration Commands 
 
no ftp-client [vrf vrfname] port 
Sets the data connection mode for the specified VRF.   
The default FTP connection mode is passive (PASV). 
Global configuration mode 
You can use this command to set the active mode for data connection, in which the server initiates a 
connection to the client.   
Set the active mode for FTP connection.   
Ruijie (config)# ftp-client port 
 
ftp-client source-address 
Use the ftp-client source-address command to configure the source address of the FTP client for 
transmitted FTP packets. 
Use the no form of this command to remove the binding.   
ftp-client [vrf vrfname] source-address {ip-address | ipv6-address} 
no ftp-client [vrf vrfname] source-address 
IP address of the FTP client 
IPv6 address of the FTP client 
Binds the source IP address with the specified VRF. 
By default, no source IP address is specified for the client. The device uses the IP address of the 
interface determined by the matched route as the source IP address to communicate with an FTP 
server. 
Global configuration mode