Beaglebone file upload to windows Filezilla

Hello,

How can we make automated jpeg file upload to a windows PC?
As you know we do not have ftp command in beaglebone angstrom distro.

In linux we can maybe write root@192.168.10.3 but in windows I have no idea :confused:

How can I make automated file upload from Beaglebone to a Filezilla server.

Please if you have an idea, share :frowning:

Regards
Ozkaya

Hello,

How can we make automated jpeg file upload to a windows PC?
As you know we do not have ftp command in beaglebone angstrom distro.

Use sftp. Or install a classic ftp client.

Thank you for your response.

I could not find a classic ftp client in angstrom repo. Additionally sftp does not works in Angstrom distro for Beaglebone.

Regards

2012/7/20 Bill Traynor <wmat@alphatroop.com>

I'm using sftp daily with angstrom, so it surely does work

Thank you Koen,

I solved it with lftp :slight_smile:

Regards

2012/7/20 Koen Kooi <koen@beagleboard.org>