How to Copy a file from Cisco Router to FTP server.
Mohsen Jamshidi
Core Network Engineer | Transitioning to System Administration | Exploring Opportunities in Firewalls, Linux, and Cloud
How to copy from Cisco Router/Switch/etc to ftp server with only one command when it requires providing username and password:
copy [SrcPartiotion]:[SrcFile.Name] [Space] ftp://[username]:[password]@[FtpServer.address]/[FirstFolder]/[SecondFolder].../[DstFile.Name]
Example:
copy disk0:show-tech.tgz?ftp://Myusername:[email protected]/MyFolder/SupportFiles/show-tech.tgz
#cisco?#ftp