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