Re: setting file permissions on a web server
- From: "Diez B. Roggisch" <deets@xxxxxxxxxxxxx>
- Date: Sun, 30 Apr 2006 20:06:49 +0200
I suppose I could write a script that would set the permissions of all the files in a particular folder on my computer to 755, but is there a Windows equivalent command for chmod to do this? Or am I stuck having to do it on the server side?
The chmod has to be executed on the machine the file resides on - aka the server. If your plan includes a ssh-account you can use that. Otherwise you might be able to create an ftplib-based script that will automate this over ftp.
Diez
.
- References:
- setting file permissions on a web server
- From: John Salerno
- Re: setting file permissions on a web server
- From: Daniel Nogradi
- Re: setting file permissions on a web server
- From: John Salerno
- setting file permissions on a web server
- Prev by Date: Re: Hierarchy - how?
- Next by Date: Re: Add file to zip, or replace file in zip
- Previous by thread: Re: setting file permissions on a web server
- Next by thread: Re: setting file permissions on a web server
- Index(es):
Relevant Pages
|