how to configure ftp server on redhat linux?

Answer Posted / muhammad.ali

step 1:first check sw is install or not by command

rpm -q vsftpd

if it is install go to step 2

step2:go in configuration file by using vi or vim editor

vim /etc/vsftpd/vsftpd.conf

step3:by default no change is required if u want the user to

enter through password then make user and give password.

adduser tom

passwd tom

and in vsftpd.conf file

their is line local_enable =YES should be done yes

step 4:restart service

service vsftpd restart

step 5: now u open brower and type their

ftp://127.0.0.1 (ip of server me using loopback address)

for anonymous user

or

ftp://tom@localhost
for localhost user above line.

Is This Answer Correct ?    22 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are different ways the context switch happens from user to kernel space or vice-versa ?

2144


Explain process management system calls in linux?

559


I would like to know whether Simado and Setu products are they EPBX or not ?

1933


What are system calls used for process management in linux?

587