Command Reference FTP CLIENT Commands
The following example uses username of "user" and password of "pass" to download a file named
"remote-file" from the directory "root" on FTP Server with IP address 192.168.23.69 to directory
"home" on the local device, and changes the name to "local-file".
Ruijie# copy ftp://user:pass@192.168.23.69/root/remote-file
flash:home/local-file
Uses the TFTP protocol to transfer files.
Use this command to use ASCII mode for FTP transfer.
Use the no form of this command to restore the default setting.
The default FTP transfer mode is binary.
Global configuration mode
The default command is used to restore the FTP client setting. Specifically, data connection is in
PASV mode and file transfer BINARY. The client source IP address is not bound.
The following example configures ASCII FTP transfer.
Ruijie (config)# ftp-client ascii
The following example configures binary FTP transfer.