LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   FTP server? (https://www.linuxquestions.org/questions/linux-newbie-8/ftp-server-204770/)

mitchb 07-14-2004 12:33 AM

FTP server?
 
how can i set up a FTP server from source? Im using suse 8.0 and suse 9.0. what are the requesites of this proj? where can i download source files for these? thanks in advance

comp12345 07-14-2004 01:18 AM

It depends which ftp server you want to use. Some popular ones include proftpd, wu-ftpd, vsftpd, ftpd.

mitchb 07-15-2004 11:59 PM

re: FTP
 
what package can i install form source? what do you recomend?

siyeclover 07-16-2004 04:23 AM

If you have installed gcc, so
download proftpd source code from www.proftpd.org
ftp://ftp.proftpd.org/distrib/source...d-1.2.9.tar.gz
tar xzvf proftpd-1.2.9.tar.gz
cd proftpd-1.2.9
./configure
make
if you are not root ,su root
make install



siyeclover

mitchb 07-23-2004 04:24 AM

re:
 
where can i find the configuration doc of proftpd?


All times are GMT -5. The time now is 08:50 AM.