Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

ftputil. Python’s built-in ftplib is ridiculously low level, requiring you to send RETR commands and even assemble downloaded chunks yourself using a callback. ftputil looks like a really solid high-level interface to that module with file-like objects and plenty of convenient methods.

Tagged , , ,

2 comments

  1. I just wanted to thank you for your work on Django's auto-escaping. I work in PHP, but a solid templating system with supported auto-escaping is quite the temptation. (The Smarty guys are hostile to it, or they were when the project was active.)

    Braden Anderson - 9th July 2008 17:34 - #

  2. Having just fought with ftplib and thought "this can't be it", I'm glad to see ftputil. I'm new to the Python community: what's next? Does fptutil become part of 2.6? 2.7? Only if X happens?

    Paul Hoffman - 9th July 2008 21:27 - #

Sign in with OpenID

Auto-HTML: Line breaks are preserved; URLs will be converted in to links.

Manual XHTML: Enter your own, valid XHTML. Allowed tags are a, p, blockquote, ul, ol, li, dl, dt, dd, em, strong, dfn, code, q, samp, kbd, var, cite, abbr, acronym, sub, sup, br, pre

A django site