> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to