|
Hello all.
I've gotten an FTP server project running, on my Atmel AT91SAM7X256-EK board.
This server uses code & routines that I've simply ported over from the ftpd project, into the httpd project. (These are 2 projects that were provided with
the EK board).
I can upload & download files to/from an onboard SDCard on the Atmel -EK board, and take directory listings.
I'm using the PHAT file system.
What I really need to do is let Nut/OS on the EK board act as an FTP Client ,
so that I can upload files to a remote FTP server periodically, as needed throughout the day.
Thus, I need a means to open the connection with the FTP server, logon to the (preferably) secure server with username and password, change remote working directories, and upload my file(s).
Has anyone done work in this area?
Can anyone point me to example code that implements an FTP client on this board & the Nut/OS platform ?
Thanks much,
Joe Pepe
_________________ JP_MSL
|