1. Check if the FTP-related RPM package is installed (if the following prompts indicate that the relevant RPM package has been installed)
[email protected] ~]# which VSFTPD
/usr/sbin/vsftpd
[Email protected] ~]# Rpm-qa | grep vsftpd
vsftpd-2.2.2-14.el6.x86_64.rpm
2. If the RPM package is not installed, you can go to the mirror to install the vsftpd-2.2.2-14.el6.x86_64.rpm Package
[Email protected] ~]# df-h(see which directory the image is mounted in)
Filesystem Size used Avail use% mounted on
/dev/mapper/vg_gaowei-lv_root
43G 23G 18G 57%/
Tmpfs 1004M 615M 390M 62%/DEV/SHM
/DEV/SDA1 477M 43M 409M 10%/boot
/dev/sr0 3.6G 3.6G 0 100%/media/rhel-6.7 server.x86_64
[Email protected] ~]# cd/media/rhel-6.7\ server.x86_64/
[[email protected] RHEL-6.7 server.x86_64]# ls
EFI eula_fr Eula_zh loadbalancer repodata Server
EULA eula_it GPL Media.repo resilientstorage TRANS. TBL
Eula_de Eula_ja highavailability Packages Rpm-gpg-key-redhat-beta
Eula_en Eula_ko Images README rpm-gpg-key-redhat-release
Eula_es eula_pt isolinux release-notes Scalablefilesystem
[Email protected] RHEL-6.7 server.x86_64]# CD packages/
[[email protected] packages]# RPM-IVH vsftpd-2.2.2-14.el6.x86_64.rpm (Install this package)
3. Download FTP-0.17-51.1.EL6.X86_64.RPM This package, install
4. Start the FTP server
#service vsftpd Start
5. Restart the FTP server
#service vsftpd Restart
Then you can access it using FTP.
What to do if the FTP service for Linux is not enabled