cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1645
Views
5
Helpful
5
Replies

copy tftp many files

harinirina
Level 1
Level 1

Hi everybody,

I need to copy many files into the router.i tried to copy a list of "copy tftp://ip-address/file-name flash:"

Is there a way to do it easier and faster without asking question for each copy

5 Replies 5

m.sir
Level 7
Level 7

You can pack all file to archive for example to yourfiles.tar, place to TFTP root and than unpack from router with command archive. Archive commands syntax depends on your IOS version.

Following command should copy and unpack files from yourfiles.tar to flash

router#archive tar /extract tftp://yourTFTP_IP/yourfiles.tar flash:

M.

Hope that helps, rate if it does

It's tricky.I didn't come in my mind.

Thanks a lot

lgijssel
Level 9
Level 9

There is a configuration setting that might be helpful to you:

rtr(config)#file prompt quiet

This causes the IOS to seldom prompt for file operations.

Regards,

Leo

  1. Copy flash To a TFTP Server.avi. ...
  2. Copy Config from TFTP To Startup Configuration. ...
  3. FIX: Error opening tftp server from cisco router - Windows 10. ...
  4. CCNA - Copy flash To a TFTP Server.avi. ...
    Or you can use third party software for fast copying files..i suggest to use gs richcopy 360  which has features like copying long file path names, copying NTFS file permissions and is not too costly..

CSCO11304974
Level 1
Level 1
sh running config command also used for the same purpose.