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
  • 130,897
  • 41
  • 276
  • 420
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,797
  • 27
  • 33