Web and Unmanaged
1831349 Members
2862 Online
110024 Solutions
New Discussion

Copy from TFTP to FLASH

 
SOLVED
Go to solution
adam900331
Frequent Advisor

Copy from TFTP to FLASH

Hy!

I would like to copy a .bin fw file from may tftp client on the Windows to the HPE 1950 switch flash. I use the following command:

copy tftp:/10.0.1.153/fw.bin flash:/

The file or directory doesn't exist.

The fw.bin is in the directory on the tftp program. I use the Tftpd32.

How can I copy the file between the switch and the Windows?

3 REPLIES 3
akg7
HPE Pro
Solution

Re: Copy from TFTP to FLASH

Hello,

Can you try below coomand:

tftp <ip address> get <full file name what ever presnet.bin>

 

Thanks!

Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the companyAccept or Kudo
adam900331
Frequent Advisor

Re: Copy from TFTP to FLASH

Thanks, its works for me. But when I want to upload a .bin file to TFPT, won't work:

tftp 10.0.1.153 put fw_name.bin

Timeout was reached.

Another environment get the following error message:

Access violation.

The TFTP folder has a write permission.

akg7
HPE Pro

Re: Copy from TFTP to FLASH

Hello,

I believe the file which you are copying to TFTP from flash is present in flash.

From error it seems issue is with TFTP write permission.

Thanks!

Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the companyAccept or Kudo