All Questions
9 questions
0
votes
1
answer
2k
views
ProFTPD on Debian: Set read, execution and write permissions to new uploaded files (and then delete it by software)
I have activated an FTP server with ProFTPD on Debian Server 8.11.
I would like that the new uploaded files via FTP has 2 features:
read, execution and write permissions of the user&group (by ...
0
votes
1
answer
82
views
Unable to set permissions on group files/folders linux
I have a development server I have multiple FTP users accessing and uploading multiple files. I have it working where two users can upload and modify files they created or didn't create.
The issue I ...
1
vote
1
answer
2k
views
Rsync to windows FTP over curlftpfs fails to set permissions
I'm transferring some large files (1.5Gb) to a windows FTP server in a cronjob. It's going over a 2Mbit ADSL line, with 512Kbit upstream. So it takes forever, and can be prone to dropping to line.
I ...
1
vote
2
answers
3k
views
All my files uploaded have unusable permissions
I've just moved to a new server and have come across some strange permissions issues.
Every file I upload has permissions of 600, owned by the user account and is also in the same group. With this ...
0
votes
1
answer
131
views
Migrating to new Linux RHEL host/server -- error 150 when moving folders
I've just began migration of my website to a new host. The server is Linux RHEL and I have SSH access as well as Plesk for control panel admin.
I've uploaded my files via FTP using Panic's Coda. The ...
4
votes
1
answer
2k
views
Set default permissions for new files (Linux)
I'm having a bit of a nightmare with file permissions on my web-server at the moment.
The server has Apache installed on it, which uses the user 'apache' from the group 'apache'.
I have also ...
13
votes
3
answers
22k
views
FTP and Apache permission issues
Im having issues as to which user should own my www directory - ftp or apache?
When set to the ftp user, the user can add, remoe and easily modify files but php file system actions generate permission ...
0
votes
4
answers
4k
views
403 Forbidden when trying to download file that was uploaded using SSH
I have FTP access to an Apache server on linux to upload files so that they can be downloadable from the web.
I recently was granted SSH access for extra permissions and figured that it would be ...
-2
votes
2
answers
12k
views
How can I set the default permissions mode on files uploaded via FTP to 775?
I'm using ProFTPD 1.3.1 Server on Linux. Currently when you upload files via FTP the files have the permissions mode of 664. I would like to change this to default files to 775 instead.
The aim is ...