• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to Install FTP on Oracle Linux 8.5

  • 00:35 cat /etc/os-release
  • 00:57 dnf install vsftpd
  • 01:17 systemctl enable vsftpd
  • 01:30 systemctl start vsftpd
  • 01:40 systemctl status vsftpd
  • 02:36 vim /etc/vsftpd/vsftpd.conf
  • 03:05 adduser user1
  • 03:17 passwd user1
  • 03:43 mkdir /home/user1/share1
  • 04:04 touch /home/user1/share1/file1
  • 04:23 systemctl restart vsftpd
{{postValue.id}}

To Install FTP Server on Oracle Linux 8.5

Introduction:

FTP, or File Transfer Protocol, is a standard communication protocol used for transferring computer files from a server to a client over a network. The FTP protocol is built on a client-server model, which uses separate control and data connections between the client and the server.

Installation Steps:

Step 1: Check the Oracle Linux Version by using the below command

[root@linuxhelp linuxhelp]# cat /etc/os-release
NAME="Oracle Linux Server"
VERSION="8.5"
ID="ol"

Step 2: Install FTP by using the below command

[root@linuxhelp ]# yum install vsftpd
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirrors.piconets.webwerks.in
 * extras: mirrors.piconets.webwerks.in
 * updates: mirrors.piconets.webwerks.in
Resolving Dependencies
Installed size: 353 k
Is this ok [y/d/N]: y
Downloading packages:
vsftpd-3.0.2-29.el7_9.x86_64.rpm          
                          
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : vsftpd-3.0.2-29.el7_9.x86_64                                                  1/1 
  Verifying  : vsftpd-3.0.2-29.el7_9.x86_64                                                  1/1 
Installed:
  vsftpd.x86_64 0:3.0.2-29.el7_9                                                                 
Complete!

Step 3: Enable, Start and Check the Status of FTP by using the below command

[root@linuxhelp ]# systemctl enable vsftpd
Created symlink from /etc/systemd/system/multi-user.target.wants/vsftpd.service to /usr/lib/systemd/system/vsftpd.service.

[root@linuxhelp ]# systemctl start vsftpd
[root@linuxhelp/]# systemctl status vsftpd

Step 4: Stop and Disable the Firewall by using the below command

[root@linuxhelp ]# systemctl stop firewalld
[root@linuxhelp ]# systemctl disable firewalld

Step 5: Check the Configuration by using the below command

[root@linuxhelp ]#  vim /etc/vsftpd/vsftpd.conf

snap1

Step 6: Add user and create password by using the below command

 [root@linuxhelp ]# adduser user1

 [root@linuxhelp ]# passwd user1
Changing password for user user1.
New password: 
BAD PASSWORD: The password fails the dictionary check - it is too simplistic/systematic
Retype new password: 
passwd: all authentication tokens updated successfully.

Step 7: Create Directory and File by using the below command

[root@linuxhelp ]# mkdir  /home/user1/share1
[root@linuxhelp ]# touch /home/user1/share1/file1

Step 8: Restart the FTP by using the below command

 [root@linuxhelp ]# systemctl restart vsftpd

Step 9: Now open your FTP with the server IP address in the format as shown in the below image snap 2

Step 10: Now provide user name and password as shown in the below image

snap 3

snap 4

Conclusion:

We have reached the end of this article. In this guide, we have walked you through the steps required to Install FTP on Oracle Linux 8.5. Your feedback is much welcome.

Tags:
sebastian
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

What port uses FTP?

A

Ftp used port 21

Q

How many types of FTP are there?

A

There are two types of FTP access: user FTP and anonymous FTP. User FTP requires an account on the server and lets users access any files they could access if they were logged in.

Q

Can we ping the FTP server?

A

Open a DOS window and enter a "ping" followed by the URL of the computer where the FTP Server is located.

Q

What is more secure than FTP?

A

SFTP. SFTP allows organizations to move data over a Secure Shell (SSH) data stream

Q

Why is FTP better than SFTP?

A

For fast and reliable file transfers via FTP, you can use passwords and other security options

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Gibbson ?
How do i run both nginx and apache in same instance on centos

Hi...,

my server is based centos operating system and my webserver is already running on Apache.... i need to run both apache and nginx on same instance ... please help me to implement this concept...

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.