- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- telnet session
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 10:11 PM
10-14-2003 10:11 PM
telnet session
I've a problem. I want to build a script for connect to a Unix server from windows pc. This connection must be by telnet session, and the login must be automatic. I have to specify in the script file the user and password for can entry on unix server.
Could anybody help me? I'd very grateful with any valid response.
Best regards,
David.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 10:23 PM
10-14-2003 10:23 PM
Re: telnet session
You need help with a windows script.
What windows utility (eg Reflections, Hummingbird) are you using to connect?
If you're using windows native telnet then it has no scripting and you can't do it.
-- Graham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 10:40 PM
10-14-2003 10:40 PM
Re: telnet session
I'm trying to access via Reflection.Could you tell me anything from that application?
Best regards,
David.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 10:42 PM
10-14-2003 10:42 PM
Re: telnet session
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 10:56 PM
10-14-2003 10:56 PM
Re: telnet session
However I don't use reflection and can't script this for you.
Have a look at the WRQ site.
This one looks promising...
http://download.wrq.com/fileinfo.asp?filename=SIMPCONN.RBS
-- Graham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 11:06 PM
10-14-2003 11:06 PM
Re: telnet session
The password can be kept encrypted.
Rgds,
JL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2003 04:11 AM
10-16-2003 04:11 AM
Re: telnet session
Just a thought.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2003 04:24 AM
10-16-2003 04:24 AM
Re: telnet session
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 11:08 PM
10-20-2003 11:08 PM
Re: telnet session
in X client manager, create a new connection;
method=telnet
hostname=FQDN or ip/port
username=
password=
command= Well, this is where the fun begins, isn't it?
Click on the 'advanced' button and you see that you can specify a series of commands, and in which order they will be executed. This may take some experimenting to get it just right.
When you save this connection, you could call it from scheduler I suppose. I keep some icons for this type of connection on my windows desktop to make logins nice and easy.