Summary: I am making a little server that opens a socket and waits for a connection on port 5253. It is supposed to take a string of input from the client, re...
Summary: i am trying to write a program that can copy a binary file (exe). nothing i have tried has worked, i initially tried to copy the entire file into a ch...
Summary: Hi, I'm trying to figure out a way to make a batchfile, or any other type of file that will run at timed intervals, that will try to telnet to port 92...
Summary: I am trying to automate a telnet session. I don't know whether to make a script, batch file, etc. but I am trying to send a set of commands using tel...
Summary: Hello everyone! :D OK, a while ago I asked how to use the Terminal font in the Visual Studio IDE, but nobody really answered my question... :S Now, I ...
Summary: hi, im currently working on a C prgram, that will allow me to share my C:\ and open a telnet session, but i am having a little trouble with the code. ...
Summary: I have multiple questions here and i will try and seperate them accordingly: 1)Is there a good way in VB 6 or VB .Net to write and app that would teln...
Summary: hi, i use putty for remote login. how can i open a new terminal from the existing terminal? is there any command for that? i mean... let say i logged ...
Summary: I am trying to built a DOS script that send a E-Mail using telnet to port 25 Does anyone know how to do it? i have tried with #telnet smtp_server 25 &...
Summary: I try to connect to a Pix Firewall Cisco via telnet, i use a module Perl Net::Telnet::Cisco and work good with other routers, but in Pix don“t do it,...
Summary: Hi all, I'm running Redhat Linux 8.0, which I recently switched over to from RHL 7.2. The perl script I have worked fine on that version of apache, bu...
Summary: Hi. For my computer class, I have to create a program. I have it designed but I'm not sure how to implement it using telnet. How do I start writing th...
Summary: I'm trying to make a chat program (a batch file) to use at my school intranet. Is there any way I could use telnet to send messages to other computers...
Summary: Hi EveryBody I have a Problem with Abnormal Program Termination. I get the Error Message: Project FiveInaRow.exe raised exception class EWin32Error wi...
Summary: I am trying to automate a telnet session. Someone suggested using the VB and the Winsock Control. I am vaguely familiar with VB and have version 6.0...
Summary: I'm programming an interface to configure a network device through telnet, I run a shell command to telnet the target ip and I want to catch the retur...
Summary: Hi, the following code on VC++6 compiles corectly but gives the Abnormal Program Termination error: #include <fstream.h> #include <iostream.h> #...
Summary: Hi! I am using a simulator (compiled with VC++ 5.0) that extensively creates and abandons threads. At a limit of 1888 threads (system wide, number fro...
Summary: I tried to write a batch file using taskkill to close down a program but now I find out that taskill was excluded from XP Home. Does anybody know of a...
Summary: Hi! I have to write a shell script to check some router. It has to be manual login using telnet. Ok, no problem until here. But: When I'm logged in, ...
Summary: Help please! I am trying to write a shell script to test telnet access to cisco device. I'm more interested on getting a trap when it fails to telnet ...