0 Votes
Last modified by Сергей Коршунов on 2023/05/03 13:52

From version 3.1
edited by Сергей Коршунов
on 2023/05/03 13:52
Change comment: There is no comment for this version
To version 2.1
edited by Сергей Коршунов
on 2022/11/11 18:11
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,6 @@
1 1  = Configure Vsftpd FTP Server on Rocky Linux 8|AlmaLinux 8 =
2 2  
3 +
3 3  
4 4  **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)
5 5  
... ... @@ -6,8 +6,9 @@
6 6  C-More EA9 HMI Series Panel FTP - F...
7 7  
8 8  
10 +
9 9  
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.
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.
11 11  
12 12  
13 13  
... ... @@ -107,9 +107,9 @@
107 107  
108 108  With the user and password created as above, proceed and create the FTP directories with the necessary permissions.
109 109  
110 -{{{sudo mkdir -p /srv/ftp
111 -sudo chmod -R 750 /srv/ftp
112 -sudo chown vsftpduser: /srv/ftp}}}
112 +{{{sudo mkdir -p /home/vsftpduser/ftp_folder
113 +sudo chmod -R 750 /home/vsftpduser/ftp_folder
114 +sudo chown vsftpduser: /home/vsftpduser/ftp_folder}}}
113 113  
114 114  To grant the user access to the Vsftpd server, add them to the **///etc/vsftpd/user_list//** file.
115 115