Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
November 24, 2024, 09:44:08 PM
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 4667 times)
shani
Tux Awared
Posts: 36
FTP Server
«
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
Logged
anil_garg5
Linux Learner
Posts: 71
FTP Server
«
Reply #1 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.
Logged
Ricky
LST CareTaker
Specially Skilled
Posts: 2381
FTP Server
«
Reply #2 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.
Logged
Print
Pages: [
1
]
« previous
next »
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Network Troublshooting
»
Linux Servers Support
»
FTP Server