Has anyone managed to compile plptools (unfortunately there's no Debian package)? I found no email address, and I couldn't even find out who's the author.
I get this error on my up-to-date potato system: Making all in plpftp make[1]: Entering directory `/home/andre/plptools-0.6/plpftp' g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../lib -O2 -Wall -c ftp.cc ftp.cc: In function `int checkAbortHash(long int)': ftp.cc:169: implicit declaration of function `int printf(...)' ftp.cc:169: `stdout' undeclared (first use this function) ftp.cc:169: (Each undeclared identifier is reported only once ftp.cc:169: for each function it appears in.) ftp.cc:169: implicit declaration of function `int fflush(...)' ftp.cc: In function `void sigint_handler2(int)': ftp.cc:183: `stdin' undeclared (first use this function) ftp.cc:183: implicit declaration of function `int fclose(...)' ftp.cc: In method `int ftp::session(rfsv &, rpcs &, int, char **)': ftp.cc:339: warning: `%c' yields only last 2 digits of year in some locales ftp.cc:369: warning: `%c' yields only last 2 digits of year in some locales ftp.cc:461: warning: `%c' yields only last 2 digits of year in some locales ftp.cc:786: implicit declaration of function `int sscanf(...)' ftp.cc:794: implicit declaration of function `int sprintf(...)' ftp.cc: At top level: ftp.cc:56: warning: `class rpcs * comp_r' defined but not used make[1]: *** [ftp.o] Error 1 make[1]: Leaving directory `/home/andre/plptools-0.6/plpftp' make: *** [all-recursive] Error 1 -- Andre