cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2236
Views
1
Helpful
9
Replies

TFTP IOS

dvanzee
Level 2
Level 2

Sorry if this is a stupid question. I'm trying to copy an ios image to my tftp server, but it appears the IOS image is located inside a directory and for some weird reason I can only get the image to copy over if it's in the root of flash. I'm receiving this error "Destination filename [c3560-i9-mz.121-19.EA1d/c3560-i9-mz.121-19.EA1d.bin]?%Error copying flash:c3560-i9-mz.121-19.EA1d/c3560-i9-mz.121-19.EA1d.bin (destination path is identical)" Here is the command I'm using "ReedGroup_3560_1#copy flash:c3560-i9-mz.121-19.EA1d/c3560-i9-mz.121-19.EA1d.bin flash:" Any information would be great.

Thanks

Oh BTW this is a 3550 switch

9 Replies 9

pkhatri
Level 11
Level 11

Hi,

Try to use the following command:

copy flash:c3560-i9-mz.121-19.EA1d/c3560-i9-mz.121-19.EA1d.bin tftp:

That will prompt your for the IP address of the TFTP server and destination filename and should work.

Hope that helps - pls rate the post if it does.

Paresh

This is what happened.

ReedGroup_3560_1#copy flash:c3560-i9-mz.121-19.EA1d/c3560-i9-mz.121-19.EA1d.bin tftp:

Address or name of remote host []? 192.168.0.115

Destination filename [c3560-i9-mz.121-19.EA1d/c3560-i9-mz.121-19.EA1d.bin]?

TFTP: error code 0 received - TFTP Error: Path not found

%Error opening tftp://192.168.0.115/c3560-i9-mz.121-19.EA1d/c3560-i9-mz.121-19.EA1d.bin (Undefined error)

Here is some information about flash, this is where the ios is. Let me know

ReedGroup_3560_1#show flash

Directory of flash:/

2 -rwx 1056 Nov 29 2005 22:04:34 vlan.dat

3 -rwx 47 Jan 20 2006 19:31:07 private-config.text

5 drwx 192 Mar 01 1993 00:06:52 c3560-i9-mz.121-19.EA1d

85 -rwx 11208 Jan 20 2006 19:31:07 config.text

15998976 bytes total (9532928 bytes free)

ReedGroup_3560_1#cd c3560-i9-mz.121-19.EA1d

ReedGroup_3560_1#dir

Directory of flash:/c3560-i9-mz.121-19.EA1d/

6 drwx 2432 Mar 01 1993 00:05:45 html

83 -rwx 3453772 Mar 01 1993 00:06:52 c3560-i9-mz.121-19.EA1d.bin

84 -rwx 331 Mar 01 1993 00:06:52 info

15998976 bytes total (9532928 bytes free)

Hi,

When it prompts you for:

Destination filename [c3560-i9-mz.121-19.EA1d/c3560-i9-mz.121-19.EA1d.bin]?

type in: c3560-i9-mz.121-19.EA1d.bin

Hope that helps - pls rate the post if it does.

Paresh

Hello,

I think the problem is that the directory does not exists on the TFTP server. Try the following:

Destination filename: c3560-i9-mz.121-19.EA1d.bin

That should put the file in the root of the TFTP server...

Regards,

GP

Hello,

in addition, which TFTP server do you have ? Cisco recommends the one linked below, especially since most others have problems with file sizes above 16MB...:

http://tftpd32.jounin.net/

Regards,

GP

LMAO, omg that was it, i'm sorry for this post i was not reading the destination.. Sorry and thanks for all the help.

graemerappoport
Level 1
Level 1

It looks like you are trying to copy a file from one location INTO the same location (from flash to flash) so you're getting a message the the file already exists in that "destination"

File does not show up in flash after typing dir though.

what does show up in dir? 

HTH

Rick

Review Cisco Networking for a $25 gift card