Table 36 shows the types of files that you can transfer between the locations by using the copy command.
Table 36: File Types You Can Transfer Using the copy Command copy copycopy
To transfer files using the copy command between the system space and a network host:
![]() |
Note: This command takes place in the context of the current virtual router (VR) rather than the default VR. You must configure the FTP server so that any traffic destined for the VR can reach the VR; typically, you configure the FTP server to reach the default address of the E-series router, which will always be able to reach the VR. |
copy
![]() |
Note: You cannot copy script (.scr) or macro (.mac) files while in Boot mode. You can copy only .cnf, .hty, and .rel files. If you issue the dir command from Boot mode, existing .scr and .mac files are not displayed. |
- host1#copy host1:westford.cnf boston.cnf
- host1#copy /incoming/releases/2-8-0a3-7.rel
2-8-0a3-7.rel
- host1#copy /shconfig.txt ftp://joe:passwd@173.28.32.156/ftpDir
/results/shConfigJoe.txt
host
- host1(config)#host westford 10.10.8.7 ftp
user25 easy53
- host1(config)#service password-encryption
- host1(config)#host test 10.2.3.4 ftp nick
nick
- host1(config)#end
- host1#show config | inc host
- hostname "host1"
- host test 10.2.3.4 ftp 8 CU&l,XM(S 8 X=emZn>'S
ip ftp source-address
- ip ftp source-address ipAddress
This entry also appears in the output if you delete an interface or change its IP address after issuing the ip ftp source-interface command, in which case the IP address is the one that was configured on the interface before you issued the ip ftp source-interface command.
- host1(config)#ip ftp source-address 10.10.5.21
ip ftp source-interface
- ip ftp source-interface interfaceType interfaceSpecifier
For information about interface types and specifiers, see Interface Types and Specifiers.
- ip ftp source-address ipAddress
- host1(config)#ip ftp source-interface loopback1