On Tue, 2008-10-28 at 19:10 +0100, iztok@xxxxxxxxxxxxx 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, myself. yum install libcurl libcurl-devel Look at the examples in /usr/share/doc/libcurl-devel-7.18.2, particularly ftpget.c and ftpupload.c. They are in C, but the headers have al the functions wrapped appropriately with "#ifdef __cplusplus" stuff. Robert -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines