This is a discussion on C callable ftp library within the Linux Networking forums, part of the Linux Forums category; Hello I am looking for a C callable library to reliably automatize ftp sendings. That is, knowing when a transmission ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello I am looking for a C callable library to reliably automatize ftp sendings. That is, knowing when a transmission have finished, if there has been any problem... I was making it through pipes calling the standard ftp client but i am realising I need a better way of doing it. (Also it would be great using such a library instead the ftp client would reduce the size of my application, that runs with uClinux in an embedded system with very space limimitations) Lot of anticipated thanks for recommending what library to use Jorge |
|
|||
|
In article <p96n10ljij9ljesp2fpcl8gff4l9kdg6mc@4ax.com>, Jorge wrote:
: I am looking for a C callable library to reliably automatize ftp : sendings. That is, knowing when a transmission have finished, if there : has been any problem... I was making it through pipes calling the : standard ftp client but i am realising I need a better way of doing : it. : It's not a library but aside from that it can do what you want: http://www.columbia.edu/kermit/ftpclient.html http://www.columbia.edu/kermit/ftpscripts.html - Frank |
|
|||
|
Jorge wrote:
> I am looking for a C callable library to reliably automatize ftp > sendings. Libcurl, http://curl.haxx.se/libcurl/ -- Markku Kolkka markku.kolkka@iki.fi |