2015년 2월 23일 월요일

Redhat(RHEL), CentOS에 FTP Client, Server 설치하기 (yum install vsftpd)

How to Install FTP Server and Client on RedHat (RHEL)


If you don't have Redhat Yum Repository License, then you can use RHEL ISO image as Yum Repository.
Do like following steps, then You can use RHEL Yum Repository legally.

(1) Mount a RedHat OS Image
     mount -o loop /root/rhel-server-7.0-x86_64-dvd.iso /mnt/rhel7

(2) Install FTP client
     yum install ftp*

(3) Install FTP server
     yum install vsftpd

(4) Setup booting configuration
     chkconfig vsftpd on 
     service vsftpd start


If you have CentOS instead of Redhat Enterprise Linux(RHEL), You can skip step (1).
CentOS Yum Repoistory is free, So you don't need to mount a private Yum Repository.