Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: shani on January 26, 2005, 02:59:13 PM

Title: FTP Server
Post by: shani on January 26, 2005, 02:59:13 PM
Hi Ricky and everyone

I want to make FTP Server on Redhat Linux 8.0

kindly help me to setup a FTP server

I will be very thank ful to you

Regards
shani
Title: FTP Server
Post by: anil_garg5 on January 27, 2005, 05:53:53 AM
It is easy to setup linux machine as FTP server.
on the command prompt
# ntsysv
choose any of ftp service i.e. gsftp or wuftp or vsftp
( it is supposed that ftp rpm are installed into your linux machine. if they are not installed then u hv to install the respective rpm from the Installation CD)
#service vsftpd start
now your machine is ready to listen ftp request

check that if there is not firewall rule is set to block the ftp request
hope this will help u.
Title: FTP Server
Post by: Ricky on January 27, 2005, 08:24:51 AM
To access ftp from client, create  a normal linux user and you can access by that user from any client giving host as Ip of the linux machine and user / pass as you have given for that user.