Here is a good example of what I want to do is transfer a ZIP file with a code base I want to build to my Beagle.
I have Filezilla server running on my Windows 10 PC, so I can pull the ZIP file across with CURL on my BBB, I'm thinking. This is how you would do it (just shell script it or type it manually via shell): curl ftp://192.168.0.4/bb.org-overlays-master.zip --user myname:mypassword -o bb.org-overlays-master.zip My Windows box's ip address on my LAN is 192.168.0.4. Filezilla Server defaults with its root directory your Downloads directory. So I just put a copy of the dtc compiler ZIP file in my windows Downloads directory, and from putty just type in the previous command. Clever huh? ^ ^ On Thursday, March 9, 2017 at 7:24:45 AM UTC-7, woody stanford wrote: > > Am I mistaken or is there no FTP command on a Beagle's OS? Wow, I'm all > for a tiny distro but that is ridiculous. > > Fix: did you know that you can use CURL to FTP files? Serious lol :D And > you can use it "in-line". > > This is the best little tutorial I've seen on this rather obscure subject > (VERY, VERY impressed with it): > > http://linux.byexamples.com/archives/320/using-curl-to-access-ftp-server/ > > ....in that it gives some very pertinant practical examples. > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/7e7b2f78-62a0-4a50-89ce-baa3dbdd2513%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
