Thanks for the reply
Quote:
|
Another thought, have you considered adding the users to the ftp group? That should allow them to connect and upload as themselves, not as the ftp user.
|
I wanted to use virtual users for this FTP rather than adding the users to my system user list.
The umask of my system is 022 as you said it would be.
It doesn't seem to matter what the permissions are on files before they're sent. Even when they have been chmodded to 755.
For example, I send an image to the server:
before sending
Code:
-rwxr-xr-x 1 breakerfall users 86169 Dec 24 03:45 wow.jpg
after sending
Code:
-rw------- 1 ftp ftp 86169 Dec 28 04:07 wow.jpg
The real strange thing is that I wasn't having problems the other day. This wasn't an issue and both myself and my friend could FTP into the server and upload files and access them online just fine. I just freshly installed the system on that machine so I have been making changes constantly the past few days which could have caused the problem.
I don't know if it could be related but the only thing I can think of is the fact that I re-compiled PHP for apache and mysql just yesterday.
Quote:
|
What are the permission settings on the files when they are uploaded? (octet version)
|
I do not know the values yet. Is there a way of finding out and are you referring to the numerical value of the w, r, x etc? I haven't dabbled with file permissions up to know: there's a lot to learn and not enough hours in each day
Again, thanks for the reply
