| View previous topic :: View next topic |
| Author |
Message |
bandora
Joined: 14 Apr 2005
Posts: 8
|
| Posted: Thu Apr 14, 2005 11:34 pm Post subject: Need help Vlad... |
|
|
Hey Vlad... Sorry if I am being a N00b... but can you please tell me how to make the SlimFTpd permit changing the attribs when I connect to my ftp server? I went to http:myip/phpsftpd/ and clicked of config on my username then where it says "Allow" I tried everything there and it's still not working... and when I use for example CuteFTP PRO ... FTP client .... and try to change the attribs there it tells me... that the ftp server doesn't understand what "777" means... (777 the attribs)... so can you guys help me plz...
Thanks...
NOTE: I appologize if I am being a N00b... but plz anser me... |
|
| Back to top |
|
door33
Joined: 28 May 2004
Posts: 67
Location: US
|
| Posted: Fri Apr 15, 2005 12:49 am Post subject: |
|
|
| you cannot chmod on a windows server. |
|
| Back to top |
|
bandora
Joined: 14 Apr 2005
Posts: 8
|
| Posted: Fri Apr 15, 2005 3:20 pm Post subject: .... |
|
|
So I can't set-up a phpbb forum? because I need to change the config.php attribs to "666".... If there is another way, could you please tell me? :?
Thanks.... |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 1538
|
| Posted: Fri Apr 15, 2005 4:11 pm Post subject: |
|
|
see FAQ #17 , the same thing has been answered to about a dozen other users on this forum , you guys should learn to search and stop wasting my time
P.S. your topic subject dissrespects the Forum Guidelines  |
|
| Back to top |
|
bandora
Joined: 14 Apr 2005
Posts: 8
|
| Posted: Fri Apr 15, 2005 5:21 pm Post subject: sorry... but still need help! |
|
|
ok... so I read the FAQ ... and I understood that in windows there is no chmod or 777 or that kinda thing... it's for unix... ok.... And in Windows I am suppose to use the -R -A -S -H thing.... ok my question now is... how do I do this -R -A -S -H method?
Thanks again for helping me...
NOTE: I typed in the search -R -A -S -H and it didn't find what I want... |
|
| Back to top |
|
Joshua Meadows (DemoRic)
Joined: 29 Dec 2004
Posts: 785
Location: S.E. Kansas
|
| Posted: Fri Apr 15, 2005 6:04 pm Post subject: |
|
|
The example is attrib -r -a -s -h
It's a dos command that sets a files attributes to
Read-Only
Archive
System
Hidden
If you want more information
Start -> Run -> cmd.exe
Type
Code: attrib /?
in the dos window. |
|
| Back to top |
|
| |