Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
November 23, 2024, 04:56:31 AM
News
: LinuxSolved.com Linux Help Community Forum..
Home
Search
Login
Register
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Network Troublshooting
»
Linux Servers Support
»
FTP server
« previous
next »
Print
Pages: [
1
]
Author
Topic: FTP server (Read 4671 times)
ilias
Linux Learner
Posts: 116
FTP server
«
on:
January 24, 2006, 07:11:31 AM »
Hi guys
Can anyone tell me step by step how to configure ftp server in RHEL 3.
tks in advance
Logged
Ricky
LST CareTaker
Specially Skilled
Posts: 2381
FTP server
«
Reply #1 on:
January 26, 2006, 06:08:13 PM »
You can do with proftp..
Step 1: Download Proftpd
Step 2: Go to the dir where you downloaded it `cd /dir`
Step 3: Untar the package `tar xzvf filename.tar.gz`
Step 4: Go into the new dir `cd proftpd*`
Step 5: Configure the package `./configure --prefix=/usr/local/proftpd`
Step 6: Compile & Install the package `make; make install` - u must be root for this step
Step 7: Start the ftp server `/usr/local/proftpd/sbin/proftpd`
Step 8: To uninstall the server do the following: `killall -9 proftpd; rm -rf /usr/local/proftpd`
See proftp's main site for complete documentation..
Also you can try pureftp..
See http://www.pureftpd.org/README
it has all info in details.
Logged
ilias
Linux Learner
Posts: 116
FTP server
«
Reply #2 on:
February 28, 2006, 04:49:32 AM »
Tks a lot ricky
Logged
Print
Pages: [
1
]
« previous
next »
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Network Troublshooting
»
Linux Servers Support
»
FTP server