Hi all, Windows version of Netcat is here: https://eternallybored.org/misc/netcat/ Netcat is a command line program. It is a very popular utility, it is usable for telnet, and more. For example, you can communicate with an POP3 or SMTP mail server, if you know POP3 or SMTP protocol. And, you can use netcat as a service. If you open a port on your computer, you can listen this port with Netcat. So, others can connects to your machine, and you can chat. Or, you can listen a port, for example, an FTP port, and you or others can connect this port with ftp client, and if you know ftp protocol, you can type in netcat window as ftp server, and you can see the client's program answers. Or, you can get a WEB page Here is an FTP example: Tri out this with Netcat: Open a command line, go to Netcat's directory, and type these lines: nc -v -t ftp.elf.stuba.sk 21 user anonymous pass ieuser@ stat quit
This site uses cookies to enhance your experience.