-->
Page 1 of 1

FTP Client to read/download file from FTP?

PostPosted: Wed Mar 15, 2017 5:26 am
by BlitzSSS
Hi All

I've searched for this extensively however all I can find are examples of FTP and uploading files to FTP i.e the most common example being this one - http://playground.arduino.cc/Code/FTP

I've tried to adapt this example/code out to suit my needs but without any luck - it's a little bit beyond me especially as it's written to read from SD and post to FTP.

What im trying to do is read the following XML file to then (later) parse the weather forecast data I'm after:
ftp://ftp.bom.gov.au/anon/gen/fwo/IDN11060.xml

Can anyone help or point me in the right of simply being able to read the XML file from the above FTP please?

Thanks

Re: FTP Client to read/download file from FTP?

PostPosted: Wed Mar 15, 2017 9:07 am
by martinayotte
Although I've never tried it, here is one :
https://github.com/nailbuster/esp8266FTPServer

Re: FTP Client to read/download file from FTP?

PostPosted: Wed Mar 15, 2017 9:42 pm
by BlitzSSS
martinayotte wrote:Although I've never tried it, here is one :
https://github.com/nailbuster/esp8266FTPServer


Hi martinayotte, thanks for posting but that's not what I'm looking for :(

I don't want my ESP to be the FTP server, I want it to be the client and access the file from another FTP server.

Re: FTP Client to read/download file from FTP?

PostPosted: Thu Mar 16, 2017 9:26 am
by martinayotte