| View previous topic :: View next topic |
| Author |
Message |
grinch2171
Joined: 10 Jun 2004
Posts: 3
|
| Posted: Thu Jun 10, 2004 3:45 pm Post subject: CHMOD |
|
|
| I need to CHMOD a file but it says server does not allow changing of file permissions. Is there a way to solve this? |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 303
|
| Posted: Thu Jun 10, 2004 9:20 pm Post subject: |
|
|
| chmod it manually if you have direct or ftp/shell access to the server |
|
| Back to top |
|
grinch2171
Joined: 10 Jun 2004
Posts: 3
|
| Posted: Fri Jun 11, 2004 10:50 am Post subject: |
|
|
| And how do you do that exactly? |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 303
|
| Posted: Fri Jun 11, 2004 12:15 pm Post subject: |
|
|
| you should ask your provider that |
|
| Back to top |
|
grinch2171
Joined: 10 Jun 2004
Posts: 3
|
| Posted: Sat Jun 12, 2004 2:41 am Post subject: |
|
|
| I am the provider |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 303
|
| Posted: Sat Jun 12, 2004 8:57 am Post subject: |
|
|
shame on you then as you should know how to change file atributes for your os
linux
Quote: chmod 666 index.log
windows
Quote: attrib -r -a -s -h index.log |
|
| Back to top |
|
adrianid
Joined: 15 Aug 2004
Posts: 1
Location: Iasi
|
| Posted: Sun Aug 15, 2004 7:46 pm Post subject: |
|
|
| In windows can't chmod an object with attrib (this is only attributes of files) but in properties of that object you will find the security TAB where you must put the rights what you want/have to. If you have WinXP OS thereis a problem if you aren't logged as a member of a domain(Active Directory) as you won't find that tab, but it can be resolved in SAFE MODE(restart and press F8 as soon as the boot-loader is going to load the OS). |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 303
|
| Posted: Mon Aug 16, 2004 6:34 am Post subject: |
|
|
the security tab you described is firstly dependant on the filesystem , only on a NTFS filesystem you can set specific permisions/rights for files
on any windows version that is not built on NT , or does not run a NTFS filesystem , that tab is unexistant
the "chmod" term is used here generically to describe the command of the os used to manage file attributes
and the Windows command with which you manage file permissions/attributes and which you have on any windows version and windows filesystem is attrib
It acts like a chmod ony that the permissions are applied to everyone , not to specific entities like (owner/group/world)
as for attrib.exe it allows to set attributes which you can not set in "tabs" like the system attribute |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 303
|
| Posted: Mon Aug 16, 2004 6:38 am Post subject: |
|
|
the security tab you described is firstly dependant on the filesystem , only on a NTFS filesystem you can set specific permisions/rights for files
on any windows version that is not built on NT , or does not run a NTFS filesystem , that tab is unexistant
the "chmod" term is used here generically to describe the command of the os used to manage file attributes
and the Windows command with which you manage file permissions/attributes and which you have on any windows version and windows filesystem is attrib
It acts like a chmod ony that the permissions are applied to everyone , not to specific entities like (owner/group/world)
as for attrib.exe it allows to set attributes which you can not set in "tabs" like the system attribute |
|
| Back to top |
|
badger
Joined: 21 Jul 2005
Posts: 1
|
| Posted: Thu Jul 21, 2005 8:13 pm Post subject: |
|
|
I'm using FlashFXP to chmod my files, and each time I do, I get a Quote: 500 Syntax error, command "SITE" unrecognised.
When you try to chmod with FlashFXp it sends the command Quote: SITE CHMOD 777 /whatever folder / file
Any ideas? |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 303
|
| Posted: Sat Jul 23, 2005 11:04 am Post subject: |
|
|
| see http://apache2triad.net/forums/viewtopic.php?t=1706 and http://www.whitsoftdev.com/phpBB2/ phpsFTPd is just a web gui for the server |
|
| Back to top |
|
| |