View Single Post
Old 17-11-2007, 00:51   #8
dev
cf.geek
 
Join Date: Jan 2004
Posts: 989
dev has a reputation beyond reputedev has a reputation beyond reputedev has a reputation beyond reputedev has a reputation beyond reputedev has a reputation beyond reputedev has a reputation beyond reputedev has a reputation beyond reputedev has a reputation beyond reputedev has a reputation beyond reputedev has a reputation beyond reputedev has a reputation beyond reputedev has a reputation beyond reputedev has a reputation beyond repute
Re: Secure files on an FTP server

Quote:
Originally Posted by dragon View Post
Depends on the ftp server.

I know linux servers running cpanel and pure-ftpd as the ftp server map it to the account holders user name.

try chmod 700 (i think) (owner RWX .group --- and public ---)
or Chmod 500 (i think) (owner RW- Group --- and public ---)
Chmod 600 (i think) (owner R-X Group --- public ---)

R= read
W = Write
X = execute
- = No permission.
700 = owner r / w / x
600 = owner r / w
500 = owner r / x
400 = owner r
200 = owner w
100 = owner x
dev is offline   Reply With Quote