PDA

View Full Version : looking for a portable ftp library


x33
05-06-2003, 10:30 AM
i need open-sourced ftp library available for windows & *nix platforms.
are there any?
i need my app to be able to connect to a ftp server, but i don't want to do coding to achieve this (i'm a bit lazy).
thanks in advance

RobSeace
05-06-2003, 01:47 PM
One I know of right offhand is libcurl (http://curl.haxx.se/libcurl/)... It actually handles much
more than just FTP transfers, though... It handles just about any
method of file transfer there is... ;-) And, elsewhere on the curl
page, they even list various other competing libs (http://curl.haxx.se/libcurl/competitors.html), so that might
point you to others, if curl is too heavy for your needs...