How can I output a text file to a TCP port on Windows Vista using built-in software? For example,
type TextFile.csv | telnet localhost 1979
This doesn't work: The process tried to write to a nonexistent pipe.
How can I output a text file to a TCP port on Windows Vista using built-in software? For example,
type TextFile.csv | telnet localhost 1979
This doesn't work: The process tried to write to a nonexistent pipe.
The tool to use is probably the windows ports of netcat.
Hak5 talked about just this in a recent episode.
http://www.hak5.org/episodes/episode-511
The discussion starts around 12 minute mark.