-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
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.