A[r]TA writes: > Hi, > > Is there a way in Python to read and write ports?? > So port 80 for HTTP en PORT 21 for FTP and more... What you are locking for are sockets. You open a socket on a port but the software talks to a socket. Here is a pointer to the documentation: http://www.python.org/doc/howto/sockets/sockets.html