3

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.

George Tsiokos
  • 185
  • 3
  • 10

2 Answers2

15

The tool to use is probably the windows ports of netcat.

Zoredache
  • 128,755
  • 40
  • 271
  • 413
3

Hak5 talked about just this in a recent episode.

http://www.hak5.org/episodes/episode-511

The discussion starts around 12 minute mark.

Joseph
  • 3,787
  • 26
  • 33