ftpretty
ftpretty copied to clipboard
A wrapper for simple FTP operations: get, put, list etc.
When using put() with a path having more than one slash, i have had EOFErrror. File ftpretty.py It happens on line 135 self.conn.cwd(back) It was a python issue: .cwd('..') works,...
Add an abstraction layer so this can also be used to wrap pysftp
There is a way? get function only get freeze until the file is downloaded Thanks.
PR #2
Changes I made: - Allows anonymous login (if the server allows it) - Added is_file(remote) and is_folder(remote) to check whether something is a file or folder without using the MLSD...
Hi, For replacing static html after building a site it would be great if we could delete all files and folders recursively in one step e.g. f.delete_tree('.')