Trivial File Transfer Protocol (TFTP) is a file transfer protocol notable for its simplicity.

learn more… | top users | synonyms

0
votes
2answers
129 views

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 ...
1
vote
2answers
852 views

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, ...
1
vote
0answers
541 views

Speed Up Adsl in D-Link DSL-2750U

I have a D-Link DSL-2750U adsl modem router, it shows me my Upstream is 1291 Kbps and my Downstream is 4095 Kbps, but download speed is only 20 KB/s, is there any way to change configuration to speed ...
1
vote
2answers
155 views

TFTP where did my file go?

I got a TFTP server working on my windows 7 machine, and attempted to send a text file over to my uCLinux board. C:\Users\me>Tftp localhost PUT p4tickets.txt 192.168.254.1 Transfer successful: 63 ...
0
votes
1answer
364 views

Linux TFTP server external access through router

I am using Ubuntu as the host machine for my embedded Linux board with the tftp-hpa service. I can boot just fine using the u-boot bootloader while passing the local ( 192.168.1.10 ) ip address of the ...
1
vote
2answers
426 views

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 ...
0
votes
1answer
69 views

Export CMD results on a host through ip?

Is it possible to export the command prompt session result to a host over the network?
0
votes
0answers
768 views

FOG Server not starting TFTP service on restart

I have recently installed Ubuntu 12.04 Beta1 on my laptop, then I installed FOG Server so that I can boot computers from it to install OS's. It works fine immediately after install, but when I restart ...
1
vote
1answer
1k views

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 ...
1
vote
3answers
1k views

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 ...
3
votes
2answers
593 views

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.
1
vote
1answer
1k views

TFTP an entire directory, problem with spaces in names

I've done a bit of digging, but I haven't discovered a working solution yet (to my surprise.) I've been trying this: # for i in `ls`; do tftp -l "$i" -p 192.168.1.100; done I just want to TFTP the ...
0
votes
1answer
84 views

On a Mac, how can I get a list of network boot servers available and then download the boot image from one and save it to a file?

You know how when you go to System Preferences->Startup Disk, and select Network, you see a list of network boot servers available to house from? Well, how can I get the same list along with the ...
0
votes
0answers
826 views

Failing to map drive for shared folder in WinPE (PXE/TFTP+DHCP server)

I am failing to map a drive like this: net use z: \\server\sharedfolder it immediately returns an error 1231 telling me that the specified host can't be found - even though I have connected both ...
1
vote
1answer
677 views

TFTP Client Won't Install for Vista cmd

I'm attempting to add the tftp client feature to the vista command line to do a simple networking exercise. I'm running Windows Vista (Home) on my laptop, and have tried to activate the feature from ...
1
vote
1answer
1k views

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 ...
0
votes
1answer
465 views

PXE Download Files from TFTP Server

I just started working on PXE network booting and successfully configured servers(DHCP and TFTP) and a client. Everything is working well. DHCP and TFTP servers are configured on Fedora 13 and OS ...
0
votes
1answer
2k views

setup PXE (i.e. DHCP + TFTP) server on MacOSX

What is the easiest way to setup an PXE server (i.e. a DHCP server + TFTP server) on MacOSX? Is there maybe some easy-to-use tool which just comes with both servers builtin? I have done that in the ...
0
votes
1answer
1k views

EFI pxe network boot error [closed]

Asking this on both serverfault and superuser. When attempting to network boot RHEL 5.4 on an old ia64 machine I get the following error : So I've basically followed the tutorial here : ...
0
votes
1answer
1k views

tftp server in ubuntu 9.04 not working ( transer timeout on GET and PUT)

I configured my tftp server by reading this tutorial in ubuntu 9.04. when I connect from other linux it says Transfer timeout on GET and PUT command. I tried from same machine ( ubuntu 9.04 ) too ...
2
votes
2answers
2k views

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 ?
1
vote
2answers
15k views

Why is TFTP 'PUT' failing on Windows 7?

I am using Windows 7 RTM, and things are running smoothly for the most part. My Windows 7 installation is the default, out of the box configuration. I am using the standard TFTP utility available ...