0
votes
0answers
40 views

telnet and ^D signal

Is there the way to ^D with telnet? When I press ENTER it invokes send() and telnet sends inputed data to server. When I press CTRL+D it ignores signal. Can I send data until I press CTRL+D or only ...
1
vote
1answer
82 views

Telnet handling wc and any command that read an input from the keyboard

I am new in UNIX and new in Programming on it using C language. What I want to do is the simple implementation for telnet. I made all required connection on both sides(Server & Client). On the ...
0
votes
1answer
24 views

Is there anyway to restrict an env variable to readonly

I am using the following in openssh/telnet code, which sets the user environment. setenv("TEST_ENV", "testing", 1); But this can be modified by the user after login, is there anyway to make it ...
0
votes
2answers
553 views

Batch file to telnet and run commands on a unix server

I'm stuck here, and I really can use your help. Here's my situation. Im looking forward to create a batch script which can access a unix server using telnet. Here the unix sever will ask for ...
1
vote
2answers
229 views

How to get telnet execution result code from shell script?

Using the following shell code for remote telnet request: { sleep 5 echo admin sleep 3 echo pass sleep 3 echo ls sleep 5 echo exit } | telnet 172.16.1.1 I want to check if telnet connection was ...
-1
votes
1answer
34 views

telnetd accepts only one connection [closed]

I have got telnet server running on a bsd target. I want to connect to this target from multiple other machines. Surprisingly it does not allow more connections. I checked why and found it is not ...
2
votes
2answers
385 views

bash and telnet to test an email

I'm trying to find out whether an email address is valid. I've accomplished this by usign telnet, see below $ telnet mail.example.com 25 Trying 0.0.0.0... Connected to mail.example.com. Escape ...
3
votes
1answer
66 views

force connect to work

I run the following line in bash, on a VM running red hat 5: for i in {1..100000}; do telnet 10.10.10.105 41941; done At some point, telnet connects to the port even though there is ...
0
votes
1answer
3k views

Telnet inside a shell script

How can I run telnet inside a shell script and execute commands on the remote server? I do not have expect installed on my solaris machine because of security reasons. I also do not have the perl ...
1
vote
1answer
507 views

“pattern match read eof” error for telnet connection using Perl

I am trying to open a telnet connection, execute some command, and terminate the connection. I need it to run around 1000 times. The script runs fine for some number of attempts [ say around 23 - 25 ...
0
votes
1answer
85 views

how to open a process in a remote server using apache telnet

i encountered a problem using the apache commons-net telnet api, and hope you can help me with it. i am connecting to a remote unix server via telnet and running a script , that at some point run an ...
1
vote
1answer
446 views

shell script which copies a file from a particular location(UNIX server) to a remote location(windows server)

I need to write a shell script which copies a file present at a location in UNIX server to a remote windows server with specified location. I am a novice in UNIX. Please advise how to do that.
0
votes
2answers
532 views

Automating Telnet without spawn/expect/send commands

Ok guys, i did ask this question before but that thread was closed as the question was vague. So here is try number 2 :D. What i wish to do? Basically i wish to have a simple script that connects to ...
0
votes
3answers
805 views

Communicating with an SSH Server for file access using pure Java

I'm writing a program in Java using the sockets to communicate with a Telnet server which allows the users to access the file directory in an UNIX OS. When using Putty to communicate with this ...
0
votes
3answers
577 views

Specifying the Telnet window size

I'm trying to use say a command on a remote system that I'm connected to. A command like "top" where it it uses the full screen to display output, but telnet seems to have a default window size. Does ...
0
votes
2answers
648 views

Connecting to external database through telnet

I have a java program that connects to a MS SQL database. The program works perfectly when running through eclipse however I get an error when I run it through AIX: java.sql.SQLException: Network ...
0
votes
3answers
724 views

Java Telnet Library

I am really not clear on explaining this requirement but what I need basically is a JSP page that connects to a Unix server and gets the word count of a file and displays on the JSP page. I have ...
1
vote
1answer
179 views

Fails in Telnet works in SSH

Hi I am connecting to a remote unix and running a command there that supposed to run in the background. The problem is that when I am connecting with ssh it works fine but if I am connecting with ...
0
votes
2answers
898 views

Perl Telnet Session Handler

I have an application that makes connections to various equipment in our network on demand, performs several commands, parses the output and reports back to the user via AJAX/JSON/Perl. In Perl, I am ...
6
votes
1answer
2k views

How to send commands to telnet and leave session open [closed]

I have to connect to a remote server via telnet and want to send file input there. This is a processor emulator (MCF68k), so I can't just scp the file to the server and run from there. I can send ...
1
vote
1answer
529 views

Hpux telnet using socket

o Sun OS, UTS, AIX etc. But, when the same program is run with HP UX on the other end, we are unable to receive the response from the HP UX box (B.11.31 O/S). sSocket = ...