TFTP where did my file go?

8,555

Check your command syntax documentation, and check your Windows machine.  You might have done a file transfer from your Windows machine to your Windows machine and created a file called 192.168.254.1.

Share:
8,555

Related videos on Youtube

Mike
Author by

Mike

Have a BS in computer science from SIUE Worked @ Motorola for 6 years as an embedded systems software engineer Currently reside in OH working for Emerson as a software engineer

Updated on September 18, 2022

Comments

  • Mike
    Mike almost 2 years

    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 bytes in 1 second(s), 63 bytes/s
    

    So it sounds like it went successfully, but when I go and check the device (I did a ls -R from root) I'm not seeing the p4tickets.txt file anywhere... If the file went successfully, where did it go?

  • Mike
    Mike over 11 years
    The TFTP server's configuration determines where the file will end up on the client? (So in my case, the Windows config will tell me where it will go on the uCLinux side?)
  • user1984103
    user1984103 over 11 years
    tftp is the client program. There is a server program running on the uCLinux device. You will need to look at the configuration for the tftp server on the uCLinux device.
  • Mike
    Mike over 11 years
    ...yup, there's a file with the IP address name