Steps To Configure FTP Server 1
Steps To Configure FTP Server 1
1. Mount CD 3.
2. Install the package vsftpd-1.1.3-8.i386.rpm
3. Open redhat package management using:
redhat-config-packages
4. Servers select FTPserver option Update it and quit
5. Go to terminal and start ftp service:
#service vsftpd start/restart
6. Make the changes in the configuration file:
# gedit /etc/vsftpd/vsftpd.conf
anonymous_enable=YES
local_enable=YES
write_enable=YES
anon_upload_enable
ascii_upload_enable
ascii_download_enable
chroot_list_enable
chroot_list_file=/etc/vsftpd.chroot_list
#gedit /etc/vsftpd.chroot_list
In this file write down the user name to whom you want to
Authorize for ftp services
#gedit /etc/vsftpd.ftpusers
0
Save the file and close it.
gedit /etc/vsftpd.user_list
16. Go to command prompt Here we will use two commands i.e. get (to
download the file from ftp server) and put (to upload the file on server)
as follows:
C:\Windows\System32
19.ftp>put D:\hello.doc
20.To check this file in linux, Go to root directory. File will be appearing
there.