Sending text over port/listening on port?

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
benign
Posts: 2
Joined: 23 May 2012 14:11

Sending text over port/listening on port?

#1 Post by benign » 23 May 2012 18:06

Does any batch trickery exist such that it would be possible for a client to send a cleartext series of strings over a socket to a host listening on port n? I've googled around and haven't found much.

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: Sending text over port/listening on port?

#2 Post by foxidrive » 23 May 2012 19:53

Telnet probably suits that requirement.

A scriptable telnet tool can be had from google with:

Telnet Scripting Tool v.1.0
by Albert Yale ay@aci.qc.ca http://ay.home.ml.org/

Post Reply