Options

issues with tftp

livenliven Member Posts: 918
Trying to copy the flash image from my 2511 router. Now I can copy the running config to my tftp server, but I can not copy the flash image.

I keep getting errors that the file in my flash dir doesn't exist....


I KNOW I am typing the file name correctly... Something weird is going on.

My tftp connectivity is working correctly. This has to be something i am doing on my router.

Router#dir flash:
Directory of flash:/

1 -rw- 11095548 <no date> c2500-c-l.123-22.bin

16777212 bytes total (5681600 bytes free)


then I try to copy:


Router#copy flash:/ tftp
Source filename []? c2500-c-1.123-22.bin
Address or name of remote host []? 192.168.2.39
Destination filename [c2500-c-1.123-22.bin]?
%Error opening flash:c2500-c-1.123-22.bin (No such file or directory)



It doesn't really matter how I specifiy the file name in flash.... I can't figure out what I am doing wrong...

Please suggest!!!!
encrypt the encryption, never mind my brain hurts.

Comments

  • Options
    billyrbillyr Member Posts: 186
    Have you tried to copy and paste the file name in instead of typing it?
  • Options
    dynamikdynamik Banned Posts: 12,312 ■■■■■■■■■□
    I thought mine did that when I didn't have permissions in TFTP setup correctly (it couldn't write).
  • Options
    livenliven Member Posts: 918
    billyr wrote:
    Have you tried to copy and paste the file name in instead of typing it?


    Yes I have...
    encrypt the encryption, never mind my brain hurts.
  • Options
    livenliven Member Posts: 918
    dynamik wrote:
    I thought mine did that when I didn't have permissions in TFTP setup correctly (it couldn't write).


    Are you talking the local or remote file? The local flie (on the 2511) has -rw-.


    The remote end is fine because I can copy the running config up to the tftp server no problem.
    encrypt the encryption, never mind my brain hurts.
  • Options
    tech-airmantech-airman Member Posts: 953
    liven,
    liven wrote:
    Trying to copy the flash image from my 2511 router. Now I can copy the running config to my tftp server, but I can not copy the flash image.

    I keep getting errors that the file in my flash dir doesn't exist....


    I KNOW I am typing the file name correctly... Something weird is going on.

    My tftp connectivity is working correctly. This has to be something i am doing on my router.

    Router#dir flash:
    Directory of flash:/

    1 -rw- 11095548 <no date> c2500-c-l.123-22.bin

    16777212 bytes total (5681600 bytes free)


    then I try to copy:


    Router#copy flash:/ tftp

    How about trying the following?
    Router#copy flash:/c2500-c-l.123-22.bin tftp
    
    liven wrote:
    Source filename []? c2500-c-1.123-22.bin
    Address or name of remote host []? 192.168.2.39
    Destination filename [c2500-c-1.123-22.bin]?
    %Error opening flash:c2500-c-1.123-22.bin (No such file or directory)



    It doesn't really matter how I specifiy the file name in flash.... I can't figure out what I am doing wrong...

    Please suggest!!!!
  • Options
    livenliven Member Posts: 918
    liven,
    liven wrote:
    Trying to copy the flash image from my 2511 router. Now I can copy the running config to my tftp server, but I can not copy the flash image.

    I keep getting errors that the file in my flash dir doesn't exist....


    I KNOW I am typing the file name correctly... Something weird is going on.

    My tftp connectivity is working correctly. This has to be something i am doing on my router.

    Router#dir flash:
    Directory of flash:/

    1 -rw- 11095548 <no date> c2500-c-l.123-22.bin

    16777212 bytes total (5681600 bytes free)


    then I try to copy:


    Router#copy flash:/ tftp

    How about trying the following?
    Router#copy flash:/c2500-c-l.123-22.bin tftp
    
    liven wrote:
    Source filename []? c2500-c-1.123-22.bin
    Address or name of remote host []? 192.168.2.39
    Destination filename [c2500-c-1.123-22.bin]?
    %Error opening flash:c2500-c-1.123-22.bin (No such file or directory)



    It doesn't really matter how I specifiy the file name in flash.... I can't figure out what I am doing wrong...

    Please suggest!!!!


    same error I have been getting... file doesn't exist.
    encrypt the encryption, never mind my brain hurts.
  • Options
    tierstentiersten Member Posts: 4,505
    liven wrote:
    1 -rw- 11095548 <no date> c2500-c-l.123-22.bin
    liven wrote:
    Source filename []? c2500-c-1.123-22.bin

    Compare the two.
  • Options
    JavonRJavonR Member Posts: 245
    tiersten wrote:
    liven wrote:
    1 -rw- 11095548 <no date> c2500-c-l.123-22.bin
    liven wrote:
    Source filename []? c2500-c-1.123-22.bin

    Compare the two.


    good find :)
  • Options
    jason_lundejason_lunde Member Posts: 567
    yes, definately looks like an I instead of an 1...
  • Options
    JavonRJavonR Member Posts: 245
    thats a lower case L, not an I :D
  • Options
    livenliven Member Posts: 918
    tiersten wrote:
    liven wrote:
    1 -rw- 11095548 <no date> c2500-c-l.123-22.bin
    liven wrote:
    Source filename []? c2500-c-1.123-22.bin

    Compare the two.


    THATS A WINNER!!!


    I swear it is the things like that kill me.


    If we ever meet I owe ya at least one beer!
    encrypt the encryption, never mind my brain hurts.
Sign In or Register to comment.