how to configure ftp server on redhat linux?

Answer Posted / srikanth

install package
#yum install vsftpd* -y
you need check package install or not
#rpm -qa |grep -i vsftpd*
install package ok
packages not install go to packages location install packages
#rpm -ivh vsftpd*
After completed this task
service restart or service on
#service vsftpd restart
#chkconfig vsftpd on
These steps follow server and client side
After login ftp client side
ftp <password>
ftp>name
ftp>password ( we are used anonymous user name,password : enter ales type password
ftp>ls present location
ftp>cd pub which directory located in your file and directory that path
ftp>get file or directory(single file)
ftp>mget (multiple files , directory)
ftp>put (single files)
ftp>mput(multiple files)
ftp> completed your task ( don't type this words)
ftp>bye or quit
task is completed

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are system calls used for process management in linux?

587


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

1933


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