screencloud-plugins icon indicating copy to clipboard operation
screencloud-plugins copied to clipboard

FTP Upload Permisssions

Open devmattrick opened this issue 11 years ago • 0 comments

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.

devmattrick avatar Aug 31 '14 16:08 devmattrick