From: Ankit on
Hello,

I need to upload and download a file from my c++ application on
solaris v10g, using ftp. Is any standard library available to do this?

Else what is the most popular or widely used library to do this?

regards,
Ankit
From: Doug McIntyre on
Ankit <ankit.kr85(a)gmail.com> writes:
>I need to upload and download a file from my c++ application on
>solaris v10g, using ftp. Is any standard library available to do this?

>Else what is the most popular or widely used library to do this?

libncftp
libcurl

You could probably take the bits you need out of lftp or wget.




From: Paul Floyd on
On Fri, 7 May 2010 09:38:21 -0700 (PDT), Ankit <ankit.kr85(a)gmail.com> wrote:
> Hello,
>
> I need to upload and download a file from my c++ application on
> solaris v10g, using ftp. Is any standard library available to do this?
>
> Else what is the most popular or widely used library to do this?

Qt has a QFtp class, and I'd guess that Qt counts as both popular and
widely used.

A bientot
Paul
--
Paul Floyd http://paulf.free.fr
 | 
Pages: 1
Prev: Testing post - IGNORE
Next: 'lp' question