Comware

 View Only
  • 1.  Copy from TFTP to FLASH

    Posted Jul 21, 2021 03:36 AM

    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?



  • 2.  RE: Copy from TFTP to FLASH

    Posted Jul 21, 2021 04:18 AM

    Hello,

    Can you try below coomand:

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

     

    Thanks!



  • 3.  RE: Copy from TFTP to FLASH

    Posted Jul 21, 2021 06:34 AM

    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.



  • 4.  RE: Copy from TFTP to FLASH

    Posted Jul 21, 2021 07:00 AM

    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!