Questions tagged [tftp]

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

TFTP is a very simple and lightweight file transfer protocol.
It only supports to read and to write files from/to a remote. Even a directory listing is not supported. It is sometimes used to boot devices without data storage or to update firmware.
TFTP is build on top of UDP and using port 69.

215 questions
0
votes
0 answers

Transfer folder(rootfs) via tftp into craneboard

I've transfer file(uImage)via TFTP into craneboard.Now i want to transfer rootfs (folder) into craneboard. Is it possible using tftp? U-image can be loaded successfully.tftp tranfer uImage
RDX
  • 409
  • 6
  • 22
0
votes
2 answers

Windows 7 as Public Server

I want to create a TFTP server on my computer, and I found a program named TFTPD32 that can help me. But when I try to bind my local IP (192.168.X.X) to a public one as I see in a tutorial, it doesn't show as a possible choice in that program. As…
BatchGuy
  • 55
  • 5
0
votes
1 answer

tftp logging to a separate file

I would like to log all TFTP server logging messages (and only those) to a separate log file. I'm using xinetd (extended Internet daemon) in Linux to provide a TFTP server. I tried adding log_type = SYSLOG local1 to…
Alan Evangelista
  • 2,888
  • 6
  • 35
  • 45
0
votes
1 answer

TFTP Server modes not working

I am creating a tftp application on linux(ubuntu 12.04). I tried atftp server on linux and captured packets on wireshark for understanding the functionality of tftp server. I am confused in mode option. I tried every mode of tftp server like…
Webster
  • 79
  • 8
0
votes
1 answer

Transfer a file from second machine to third machine

I have a three server in a same network. I want to write one application in server1 that transfer file from server2 to server3. That means it create a session between server2 and server3 and transfer a file. Is it possible without adding any…
0
votes
1 answer

Create file in TFTP server

I have a requirement like this. Log files has to be created in TFTP server in Ubuntu. I am using this TFTP version (tftp-hpa 0.49). The only problem here is, the log file which i am dumping into the TFTP server has to be present already. If the…
Senthil kumar
  • 965
  • 3
  • 16
  • 33
0
votes
1 answer

DatagramSocket will randomly stop receiving packets (still receives sometimes)

I am trying to implement a TFTP client in Java. The client works perfectly on Localhost and will sometimes work sending to a TFTP server over the network. However, sometimes my DatagramSocket will randomly stop receiving packets. It will send a…
Nclay09
  • 51
  • 2
  • 5
0
votes
1 answer

TFTP-Server with different instances

I'm trying to create an tftp server for multiple sites. The server have just one ip address (10.10.1.69), but have to handle more than one tftp "instance". At the moment I've installed atftpd with two services in rlinetd an two seperated ports (6901…
craCH
  • 103
  • 9
0
votes
0 answers

How to transfer files from a PC to a target linux board

I'm thinking about this problem, I know the way I'd like to proceed, but I do not know yet how to implement it (and when I say "how" I mean that theoretically I don't know if I should use TFTP, FTP or other methods, not that I need the…
electroDi
  • 1
  • 2
0
votes
1 answer

Windows Deployment SErver TFTP connection issues

Having a strange issue with WDS, During the boot process, an I wanted to get some opinions. What is happening is The TFTP boot process is failing with a with a PXE-E32 Time out error, during the boot process. The Boot server is on another subnet…
Steve Hobbs
  • 131
  • 1
  • 5
  • 14
0
votes
1 answer

tftpboot to copy kernel image from win pc to board doesnt work in dm365 based board

I want to get uImage from windows pc to dm365 based board in uboot boot loader. Ethernet phy is detected by u-boot. davinci_eth_phy_detect(), ALIVE = 0x00000002 Ethernet PHY: DP83848 @ 0x01 For testing tftp transfer i am disconnecting pc from…
ART
  • 1,509
  • 3
  • 29
  • 47
0
votes
2 answers

Parsing text file without storing (tftp)

I need to parse a text file stream after downloading and without saving the text file to harddisk or sdcard using tftp protocol. I've the data in payload. Please help. struct pbuf { struct pbuf *next; void *payload; u16_t tot_len; …
John Victor
  • 25
  • 1
  • 7
0
votes
2 answers

i get a tftp timeout from vxworks

I wrote some code on VxWorks to download a file from a TFTP server using tftpLib but the get gives me a timeout: ERR [TFTP] tftpSend:479: Transfer Timed Out. ERR [TFTP] tftpGet:1077: File transfer error. Error has occurred: 4915207 which isn't…
stdcerr
  • 13,725
  • 25
  • 71
  • 128
0
votes
0 answers

How to Put using tftpd32 utility

I want to send and receive files from TMS320DM365 device which runs Linux to a Windows 7 (32-bit) PC. For my setup, the device is TFTP server and PC is TFTP client. I use tftpd32 utilty.http://www.jounin.net/tftpd32_download.html While I am able to…
cappy0704
  • 557
  • 2
  • 9
  • 30
0
votes
2 answers

RHEL: selinux blocking blocking to start kickstart

I am having issue when I select a kick start profile to start installation after PXE boot. On the network installation server (same DHCP server) side I can see the following error in /var/log/messages when I hit this issue. Nov 13 17:42:30 desktop10…