An FTP Client...My first real program!

tmallen thomasmallen at gmail.com
Wed Aug 13 15:46:33 EDT 2008


On Aug 13, 3:27 pm, tmallen <thomasmal... at gmail.com> wrote:
> Here's the code:http://pastebin.com/m21dfcc19
>
> What could be improved? The script feels clumsy, and I have no
> experience refactoring Python code. This will eventually be a GUI FTP
> client. I'm mainly looking for design advice...

Note that all it does right now is store account info and connect to
the host, listing the contents of the pwd. Anonymous connections work,
and the script is functionally sound.



More information about the Python-list mailing list