in reply to Net FTPServer
Basically, the author's install works differently. The fix in the above case was to change Makefile definitions which look like:
to:INSTLOPTS= -c -m 444 INSTL_EXE_OPTS= -c -m 555 INSTL_LIB_OPTS= -c -m 644
INSTLOPTS= -m 444 -c INSTL_EXE_OPTS= -m 555 -c INSTL_LIB_OPTS= -m 644 -c
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Net FTPServer
by YGP (Acolyte) on Mar 14, 2008 at 12:27 UTC |