You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: