mercoled�, 05 febbraio 2003 alle 09:51:02, Jim Popovitch ha scritto: > People, you can use telnet to connect to any port and view the raw > connection data on that port. See this URL for how to send email via
actually, telnet does NOT show you the RAW connection data (it does terminal emulation, intercepting control sequences). For real raw data you should use netcat: http://freshmeat.net/projects/netcat/ or, even better, nc6: http://freshmeat.net/projects/nc6/ Regards, Simone Piunno -- This signature intentionally left blank ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: [email protected] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
