Trivial File Transfer Protocol (TFTP) is a file transfer protocol notable for its simplicity.
Questions tagged [tftp]
75 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
- 1
- 3
- 12
8
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
- 383
- 1
- 2
- 5
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
- 6
- 17
4
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…
Nobody moving away from SE
- 1,745
- 3
- 16
- 28
4
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,133
- 7
- 37
- 42
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
- 253
- 1
- 2
- 8
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,279
- 12
- 67
- 104
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
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
- 524
- 2
- 10
- 23
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,152
- 12
- 42
- 65
2
votes
2 answers
TFTP: Server Error: (2) Access Violation
I am trying to send a file to TFTP server using below command:
tftp -p -l test.txt xx.xx.xx.xx
And TFTP usage is:
BusyBox v1.13.2 (2011-03-24 18:58:44 CDT) multi-call binary
Usage: tftp [OPTION]... HOST [PORT]
Transfer a file from/to tftp…
pankil
- 21
- 1
- 1
- 2
2
votes
2 answers
Remote PXE server files
Is it possible to view the contents of a remote PXE/TFTP Server on a Windows PC? I would like to get the pxelinux.0 file off of a remote server, but when I connect using WinSCP or just Explorer I get prompted for credentials. When an user PXE boots…
user284584
- 23
- 3
2
votes
1 answer
Installing linux (Lubuntu) through PXE boot?
I am completely lost here. I'm trying to install linux onto a very old laptop that has no CD drive and won't boot from USB. My only option is a network (PXE) boot. Except... I have no idea how to setup the required tftp server. I tried using tftpd32…
Jon
- 41
- 2
- 3
2
votes
3 answers
tftp server not working on scientific linux 6.1
I can't get tftp to work on my machine running Scientific Linux 6.1:
[root@bugs ~]# ls /tftpboot/
default example.txt MX075000.002_107 MX075100.002_025 MX076000.002 MX076200.002 MX0779900.002
[root@bugs ~]# tftp localhost
tftp>…
Claudiu
- 625
- 1
- 7
- 14