FTP sucks.
In order for it to work, I need to support paths like ".",
"./", "./name/", "name/", "name" and so on. Another problem
is that FTP is not at all suited to working with browsers or
multi-window filemanagers. HTTP is so much nicer - I wish I
could find a working Python WebDAV server.
