| View previous topic :: View next topic |
| Author |
Message |
i_gabr_2003
Joined: 05 May 2006
Posts: 2
|
| Posted: Fri May 05, 2006 3:26 am Post subject: error when setting file permissions |
|
|
hi
i installed apache and all running ok
but when i connect ftp using 127.0.0.1 and my username and password
when i try to change permission it gives me tis error:
"The command was not understood by the server.
Issue the raw FTP command "HELP" to identify all commands supported by the server."
------------------------
STATUS:> Connecting FTP data socket 127.0.0.1:1486...
150 Opening passive mode data connection for listing of "/".
226 LIST command successful.
STATUS:> Directory listing completed.
COMMAND:> SITE CHMOD 777 /rapidleech
500 Syntax error, command "SITE" unrecognized.
ERROR:> Syntax error, command unrecognized.
COMMAND:> TYPE A
200 TYPE command successful.
--------------------------------------
from the config file of the ftp i made the mount and i made
<User "root">
Password "password"
Mount / C:\apache2triad\htdocs\
Allow / All
</User>
-----------------------------------------------------
thanks at all |
|
| Back to top |
|
dawg
Joined: 11 Apr 2004
Posts: 180
|
| Posted: Fri May 05, 2006 12:25 pm Post subject: |
|
|
CHMOD is not recognized by windows and will not work -
In order to set file permissions, you will have to have local access to the server to use the right click context menus. |
|
| Back to top |
|
i_gabr_2003
Joined: 05 May 2006
Posts: 2
|
| Posted: Fri May 05, 2006 4:49 pm Post subject: |
|
|
dawg wrote: CHMOD is not recognized by windows and will not work -
In order to set file permissions, you will have to have local access to the server to use the right click context menus.
how to do that?
how to have local access to the server? |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 1538
|
| Posted: Sat May 06, 2006 9:37 am Post subject: |
|
|
| http://apache2triad.net/forums/viewtopic.php?t=1706 is about the same issue |
|
| Back to top |
|
| |