Files transfer via TFTP from BBB to PC

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
GlassEagle
 
Posts: 4
Joined: Wed May 21, 2014 6:33 am

Files transfer via TFTP from BBB to PC

Post by GlassEagle »

I need to transfer files from BBB to PC via TFTP. Angstrom 3.8.13 does not want to perform this task. tftp utility from BusyBox prints only the very short message about it's parameters format and this is all. TFTP server on PC is running and operational.
Can anybody explain me tftp mode for file transfer (not for OS loading!!!) on BBB?
Thanks in advance!

User avatar
adafruit_support_mike
 
Posts: 67454
Joined: Thu Feb 11, 2010 2:51 pm

Re: Files transfer via TFTP from BBB to PC

Post by adafruit_support_mike »

I think the command you need is:

Code: Select all

tftp -g -r [ name of the file ] [ IP address of the server ]
The '-g' option tells BusyBox it's a 'get' request, and the '-r' option indicates a remote file.

Locked
Please be positive and constructive with your questions and comments.

Return to “Beagle Bone & Adafruit Beagle Bone products”