View Single Post

  #1 (permalink)  
Old 01-31-2004
Jorge
 
Posts: n/a
Default C callable ftp library


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
Reply With Quote