How to download file from ftp

Hi,

Please guide us to access net contents using http or ftp in JUCE application.
Thanks in advance.


Regards,
Satya

http://curl.haxx.se/libcurl/

…yes… Sorry, I totally misread the OP!

If you’re interested I created some wrapper classes around cURL to easily perform these sorts of transfers. You can perform the transfer inline or on a background thread and it has a listener interface for progress updates etc. It’s all part of my module in my sig and there’s a simple example in the demo app. The relevant files are in the network sub-dir, you can have a quick skim here.

That looks like a nice wrapper class there Dave! I’ll revisit that next time I’m in need of libcurl.

Nice one Dave!