Trivial File Transfer Protocol (TFTP) is a file transfer protocol notable for its simplicity.
Questions tagged [tftp]
80 questions
10
votes
2 answers
Put file with tftp client in Linux
I am going to put a new ROM file on a network attached instrument and I need to use tftp.
Does anyone know how to do this?
I am going to upload two different files and they will go into separate folders.
user1728363
- 263
9
votes
1 answer
tftp vs tftp-hpa
I'm trying to set up a tftp server on my notebook (using Ubuntu 10.4). I've come across many tutorials, however some refer to tftp-hpa and others to tftp. I've noticed that both exist on the repositories, and after reading a while, I understand that…
Tom
- 393
6
votes
2 answers
Can you tftp download a file in one line?
I want to script the download of a file without having to enter tftp's command prompt. I've found that I can sort of achieve this with a here-document:
tftp 192.168.1.2 69 << _EOF_
get testfile
quit
_EOF
But I was hoping for something simpler,…
tarabyte
- 2,585
5
votes
1 answer
UEFI syslinux does not load initrd over HTTP in PXE boot
I am trying to set up a GParted Live PXE boot and follow the PXELINUX instructions to set up the boot.
I've got it working with TFTP but now I want to switch the loading of vmzlinuz, initrd and other "large" files to HTTP because it is…
4
votes
5 answers
Serva PXE boot on home network stalls on login on client
I have two laptops connected by ethernet cable to a simple home router.
HP Pavilion dv6000 runs a Serva server on Windows 7.
ASUS x71q has a faulty DVD drive, and the F9 restore key does not work, so I've set up a Serva TFTP-server in order to…
Mercosur
- 41
- 1
- 1
- 3
4
votes
2 answers
Windows 7 installation using Windows PE
Is it possible to install Windows 7 (64-bit) using Windows PE (32-bit)?
I am following the guide available here.
Nikhil Bhandari
- 239
3
votes
1 answer
How to install operating system from ISO image through TFTP and PXE?
TFTPD64 is installed on the computer that has the .iso file for operating system. I extracted the contents of .iso into a local folder. In TFTPD64 I have to enable DHCP server, even though there's already one on the network, since client doesn't…
user394992
- 33
3
votes
3 answers
Is it possible to TFTP files via shell script in OS X?
I'm working on migrating my development environment from Windows to OS X and have run across a problem with TFTP. I use TFTP to upload files to an embedded network device, this is the only option to get the files on the device (no SCP support is…
Greg
- 243
3
votes
2 answers
how to use TFTP ( Trivial File Transfer Protocol )?
How to use TFTP ( Trivial File Transfer Protocol ) and i need to transfer a file using TFTP ?
joe
- 12,431
3
votes
3 answers
TFTP get call for two files
I am having a very strange problem with the following TFTP command to get two files from a host IP:
tftp 173.32.52.12 -c get MyFile1.txt MyFile2.txt
The command executes just fine but when I go to retrieve the files, only the second one shows up as…
user1526016
3
votes
0 answers
Executing EFI Shell script via PXE
I want to have a way to execute low-level maintenance task via the EFI Shell and have a corresponding entry in the Boot Menu. It essentially should execute an EFI Shell script. From there I can call all the necessary actions.
Is it possible to use…
the_summer
- 131
3
votes
1 answer
How to setup a tftp server to serve firmware to a switch?
I have a device(White rabbit switch), which during flashing downloads the firmware using tftp://0.0.0.0/firmware.tar. I set up a local network with this device and my laptop with TFTP server serving this file. While the file could be downloaded…
Sougandh Km
- 33
3
votes
2 answers
TFTP reply with port not 69 can't go through NAT
I had an Ubuntu laptop which I configured as a router. The topology looks like:
internet <---> laptop router <---> raspberry pi 3
NAT is enabled in the laptop to forward packets from raspberry pi 3 to the internet and also from the internet back to…
thomascp
- 33
3
votes
1 answer
How to PXE boot over WAN
I currently have a Debian PC and a Raspbian Raspberry Pi on my home network behind my router. The router has a port open for me in which I can ssh into the rPi when I'm away, and then once I'm in the network, I can do whatever I want on the home…
jia103
- 594
2
votes
1 answer
Xyplex MaxServer 20 Terminal Server
I recently purchased a Xyplex (which was purchased by MRV) MaxServer 1620 terminal server for my CCNA lab so I could manage all of the console connections from a single device.. Well, that was the idea at least.
When I received the terminal server,…
Richie086
- 5,351