screencloud-plugins
screencloud-plugins copied to clipboard
FTP Upload Permisssions
I noticed that there wasn't a way to configure upload permissions from the menu. I can't get it working myself, so I figured you may be able to understand how to (I don't know a lot of Python). Here is the documentation on how to chmod a file using ftputil:
http://ftputil.sschwarzer.net/trac/wiki/Documentation#ftphost-chmod
From what I saw is you can't use the "ftp" variable in your program, you need to use a FTPHost object.