Re: setting file permissions on a web server
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

Re: setting file permissions on a web server

From: Diez B. Roggisch <deets@nospam.web.de>
Date: Sun Apr 30 2006 - 20:06:49 CEST

> 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
Received on Mon May 1 00:47:40 2006