kldp에 있는 문서도 충분한데요...^^;
HP UNIX라면...소스 컴파일로 하셔야 되겠습니다...
ftp 서버로는 wu-ftpd나 pro-ftpd등등이 있습니다..요샌 pro-ftpd가 많이 쓰인다죠?..
제가 검색해보았는데요...http://www.wu-ftpd.org/wu-ftpd-faq.html 요게 님의 환경이길...
Installation notes for HP-UX 10.20.
A complete set of installation notes for wu-ftpd on HP-UX 10.20:
This section is written by someone else who wishes to remain unnamed.
I installed wu-ftp2.4 on a clean HPUX 10.20 build. The 10.20 build came straight from HP, and the only important differ
ences on this build from a generic build is that the X-libs and X-utils were stripped out (something I would recommend i
f you are building an HP 10.20 for ftp only). - Get both the wu-ftp2.4 package and the current ansi-c compiler package
(I got mine from HP, you can request the package ansic.hp-10.20.tar.gz) - Uncompress and untar the C package first (HP
comes with a standard c compiler, but it is only useful in the kernel compiling and doesn't function well outside of doi
ng kernel work). Follow the README/INSTALL docs for installing the c compiler. Make sure you put this new compiler in yo
ur path, or do some editing whenever you use cc to point to this compiler and not the default. - Build wu-ftpd normally
- Set up the server - Special notes about tuning for heavy load: The ftp servers that I maintain are heavily hit and
some kernel configuration was required to allow more heavy load on lock files and multiple access to the same file. This
was all done through SAM. An important thing to keep in mind on a heavily accessed machine is that the fin_wait state n
eeds to be lowered enough to keep open file locks at a minimum. I set all of my fin_waits to 5 minutes or less.