- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Web and Unmanaged
- >
- Copy from TFTP to FLASH
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2021 12:36 AM
07-21-2021 12: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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2021 01:17 AM
07-21-2021 01:17 AM
SolutionHello,
Can you try below coomand:
tftp <ip address> get <full file name what ever presnet.bin>
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2021 03:33 AM
07-21-2021 03:33 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2021 03:59 AM
07-21-2021 03:59 AM
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!
