Question

Does FTPUTIL library included on web2py? if not, how to include that library. I think because it is so useful in creating ftp client.thanks!

Was it helpful?

Solution

No, ftputil is not included in web2py. If you are running web2py from source, you can just install ftputil as you normally would and import in your app code. If running the web2py binary, you might be able to just copy the ftputil folder into /web2py/site-packages.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top