How to Copy a file from Cisco Router to FTP server.

How to Copy a file from Cisco Router to FTP server.

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

  • This command is case-sensitive, and you may receive a "Permission Denied" message because of that.
  • Make sure that the "source FTP client address" on the router is allowed in Firewalls that are in the middle. Otherwise, a "timed out" message could appear.


#cisco?#ftp

要查看或添加评论,请登录

Mohsen Jamshidi的更多文章

  • 3. Junos software upgrade via FTP using wget

    3. Junos software upgrade via FTP using wget

    I have had some challenges when I wanted to copy Junos from ftp server directly to my Juniper router (ACX7100) when the…

  • 2.Juniper Training for free.

    2.Juniper Training for free.

    One of the biggest disadvantages of migrating from Cisco to Juniper is that you have to learn all the new and different…

    1 条评论
  • 1. Learning Network in German, for free!

    1. Learning Network in German, for free!

    You are a German native speaker and want to learn "computer networking"? Or do you want to work as a network…

    3 条评论

社区洞察

其他会员也浏览了