Re: C++ and FTP

2008-10-29 Thread Per Anton R?nning
[EMAIL PROTECTED] wrote: Hello, I have to use FTP connection in C++ applications. I found some tutorials, but nothing interesting. Has anybody been doing with FTP functions? I will need some tutorials about it. Thank you. Hi, I would also recommend curl, I use it a lot. form man curl

Re: C++ and FTP

2008-10-29 Thread Matthew Flaschen
Per Anton R?nning wrote: Example: - char curlcmd[100]; char url[]=http://url,char receiving_file[]=/some directory/recfile.html //setup url command sprintf(curlcmd,curl %s %s,url,receiving_file); i=system(curlcmd); Why would you use curl with system, when it has a

Re: C++ and FTP

2008-10-29 Thread Per Anton R?nning
Matthew Flaschen wrote: Per Anton R?nning wrote: Example: - char curlcmd[100]; char url[]=http://url,char receiving_file[]=/some directory/recfile.html //setup url command sprintf(curlcmd,curl %s %s,url,receiving_file); i=system(curlcmd); Why would you use curl

C++ and FTP

2008-10-28 Thread iztok
Hello, I have to use FTP connection in C++ applications. I found some tutorials, but nothing interesting. Has anybody been doing with FTP functions? I will need some tutorials about it. Thank you. -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com

Re: C++ and FTP

2008-10-28 Thread Waleed Harbi
: Hello, I have to use FTP connection in C++ applications. I found some tutorials, but nothing interesting. Has anybody been doing with FTP functions? I will need some tutorials about it. Thank you. -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com

Re: C++ and FTP

2008-10-28 Thread Itamar - IspBrasil
try qt4 On 10/28/2008 4:10 PM, [EMAIL PROTECTED] wrote: Hello, I have to use FTP connection in C++ applications. I found some tutorials, but nothing interesting. Has anybody been doing with FTP functions? I will need some tutorials about it. Thank you. -- fedora-list mailing list

Re: C++ and FTP

2008-10-28 Thread Fred Silsbee
--- On Tue, 10/28/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: C++ and FTP To: fedora-list@redhat.com Date: Tuesday, October 28, 2008, 6:10 PM Hello, I have to use FTP connection in C++ applications. I found some tutorials

Re: C++ and FTP

2008-10-28 Thread Fred Silsbee
--- On Tue, 10/28/08, Itamar - IspBrasil [EMAIL PROTECTED] wrote: From: Itamar - IspBrasil [EMAIL PROTECTED] Subject: Re: C++ and FTP To: Community assistance, encouragement, and advice for using Fedora. fedora-list@redhat.com Date: Tuesday, October 28, 2008, 6:36 PM try qt4 On 10

Re: C++ and FTP

2008-10-28 Thread Robert Wuest
On Tue, 2008-10-28 at 19:10 +0100, [EMAIL PROTECTED] wrote: Hello, I have to use FTP connection in C++ applications. I found some tutorials, but nothing interesting. Has anybody been doing with FTP functions? I will need some tutorials about it. Thank you. I would use libcurl

Re: C++ and FTP

2008-10-28 Thread Andrew Parker
On Tue, Oct 28, 2008 at 3:08 PM, Robert Wuest [EMAIL PROTECTED] wrote: On Tue, 2008-10-28 at 19:10 +0100, [EMAIL PROTECTED] wrote: Hello, I have to use FTP connection in C++ applications. I found some tutorials, but nothing interesting. Has anybody been doing with FTP functions? I