how to disable dircache I try scanning a specified dir on ftp server every 30 second . if a file found , get it , then delete it. while new log files will keep on being moved to that dir by ...
test code on hp-ux ( libfget configed as "LIBS=-ld4r ./configure") Makefile : CC= cc CFLAGS= -g -D_REENTRANT LIBS = libfget.a -ld4r all: fexp fexp: fexp.o $(CC) ...
Re: fget-1.3.1 , multithread , hp-ux The fget command doesn't work either, and reported same error! > > % I use "LIBS=-ld4r > ./configure" > % to build ...
fget-1.3.1 , multithread , hp-ux I use "LIBS=-ld4r ./configure" to build fget-1.3.1 on hp-ux(pa-11.11), everything is ok . then in my application , I call ftp_connect() in threa...
Re: about multiple thread I got it . configure like this : LIBS=-ld4r ./configure > I find fget-1.3.1 doesn't support > multi-thread application on > HP-UX(pa-...