On Wed, Aug 13, 2008 at 1:26 PM, tmallen <[EMAIL PROTECTED]> wrote: > I'm working on a little FTP project to get comfortable with ftplib. > It's all terminal-based right now, and one issue I'm having is hiding > password input text. I'd like one of two things to happen with this: > Either don't show any characters while I'm typing (like $ su),
The getpass module does that. http://docs.python.org/lib/module-getpass.html -- Jerry -- http://mail.python.org/mailman/listinfo/python-list