--> To transfer the file from source to desination machine
Purpose:
Download(Source to desination)
Upload(Desination to source)
#vi /etc/vsftpd/vsftpd.conf
#setsebool -P allow_ftpd_full_access 0
#service vsftpd reload
#chkconfig vsftpd on
Note: Package Name:vsftpd
|