FTP setup & configuration

Status
This thread has been locked.

Shattered

old-timer
Supreme
Feedback score
5
Posts
3,486
Reactions
2,059
Resources
0
I am not the greatest at linux, so I am willing to pay someone $5-10 to help me with this.

Basically, I need FTP setup & I need it configured so that I can create FTP users and give them access to all of the files inside of their directory no matter the file permissions.

Right now I have FTP setup and files are being generated by a system and the FTP users are not allowed to edit the files.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Palakk

Feedback score
1
Posts
46
Reactions
9
Resources
0
I am not the greatest at linux, so I am willing to pay someone $5-10 to help me with this.

Basically, I need FTP setup & I need it configured so that I can create FTP users and give them access to all of the files inside of their directory no matter the file permissions.

Right now I have FTP setup and files are being generated by a system and the FTP users are not allowed to edit the files.
Shattered
Use ftp's such as FileZilla and other ftp websites. They allow access to you and the users you want to give and you can link the ftp to linux software.

This should help you. If still need help Pm me
https://www.howtoforge.com/tutorial/how-to-use-ftp-on-the-linux-shell/
 
Last edited:

Zigenzag

Dev Ops Engineer
Supreme
Feedback score
4
Posts
215
Reactions
101
Resources
0
Best thing to do is check your permissions are correct. In your FTP config (most likely located somewhere like /etc/pure-ftpd.conf but you may need to google this) you should be able to find what group your ftp user is set to use (if you have it in the configuration)

Alternatively you can be dirty and set the folder to 777 but it aint going to be secure :)

Something like:
Code:
chmod 777 -R /path/to/directory
 

Brazy

CEO of Occasionally Returning
Supreme
Feedback score
14
Posts
2,698
Reactions
1,373
Resources
0
If anyone still hasn't done it, my Discord is aye#1257
 
Status
This thread has been locked.
Top