Changes for page Configure Vsftpd FTP Server on Rocky Linux 8|AlmaLinux 8
Last modified by Сергей Коршунов on 2023/05/03 13:52
From version 2.1
edited by Сергей Коршунов
on 2022/11/11 18:11
on 2022/11/11 18:11
Change comment:
There is no comment for this version
To version 3.1
edited by Сергей Коршунов
on 2023/05/03 13:52
on 2023/05/03 13:52
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,6 +1,5 @@ 1 1 = Configure Vsftpd FTP Server on Rocky Linux 8|AlmaLinux 8 = 2 2 3 - 4 4 5 5 **FTP** is an acronym for //File Transfer Protocol//. This application layer protocol is essential where the seamless transfer or data exchange between devices over the internet is required. File upload and download in an FTP application is made easy using **TCP**(Transmission Control Protocol) 6 6 ... ... @@ -7,9 +7,8 @@ 7 7 C-More EA9 HMI Series Panel FTP - F... 8 8 9 9 10 - 11 11 12 -**VSFTPD**, an acronym for// Very Secure FTP Daemon// secures data transfer on FTP by creating secure tunnels to encrypt the data flow. With Vsftpd, data transfer security is guaranteed since an end to end encryption is enforced.10 +**VSFTPD**, an acronym for// Very Secure FTP Daemon// secures data transfer on FTP by creating secure tunnels to encrypt the data flow. With Vsftpd, data transfer security is guaranteed since an end to end encryption is enforced. 13 13 14 14 15 15 ... ... @@ -109,9 +109,9 @@ 109 109 110 110 With the user and password created as above, proceed and create the FTP directories with the necessary permissions. 111 111 112 -{{{sudo mkdir -p / home/vsftpduser/ftp_folder113 -sudo chmod -R 750 / home/vsftpduser/ftp_folder114 -sudo chown vsftpduser: / home/vsftpduser/ftp_folder}}}110 +{{{sudo mkdir -p /srv/ftp 111 +sudo chmod -R 750 /srv/ftp 112 +sudo chown vsftpduser: /srv/ftp}}} 115 115 116 116 To grant the user access to the Vsftpd server, add them to the **///etc/vsftpd/user_list//** file. 117 117