I was needing a C library which implemented an FTP client the other day for a project I am working on. The best I could find after a bit of web surfing and some posts on mailling lists was a very old package (from 1994) called libftp. This package was originally posted to comp.sources.misc by Oleg Orel.
I have ported by library so that it compiles and appears to work on linux.
posted at: 04:00 | path: /libftp | permanent link to this entry
#2 koudy
I've got this error during compilation.
/usr/local/lib/gcc/i686-pc-linux-gnu/3.4.3/include/varargs.h:4:2: #error "GCC no longer implements
/usr/local/lib/gcc/i686-pc-linux-gnu/3.4.3/include/varargs.h:5:2: #error "Revise your code to use
Is it on my side?
Thanks
#3 sxj
koudy
I've got this error during compilation.
/usr/local/lib/gcc/i686-pc-linux-gnu/3.4.3/include/varargs.h:4:2: #error "GCC no longer implements ."
/usr/local/lib/gcc/i686-pc-linux-gnu/3.4.3/include/varargs.h:5:2: #error "Revise your code to use ."
Is it on my side?
Thanks
