- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Telnet to VMS node and send text file
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
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
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
тАО01-07-2008 02:06 AM
тАО01-07-2008 02:06 AM
I currently use Hyperterminal to connect to a VMS node using TCP/IP on Port 23 {telnet}. I then send a text file..all very easy...
I now want to connect using a telnet cmd prompt for improved logging. I can connect fine but what is the command for sending the text file??
Thanks for any help
F.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2008 03:07 AM
тАО01-07-2008 03:07 AM
Re: Telnet to VMS node and send text file
While it is possible to use a command along the lines of COPY SYS$INPUT
Hyperterm has support for the KERMIT file transfer protocol.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2008 03:17 AM
тАО01-07-2008 03:17 AM
Re: Telnet to VMS node and send text file
File Transfer Protocol would, at first
glance, seem to be more appropriate for
transferring a file than, say, Telnet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2008 04:32 AM
тАО01-07-2008 04:32 AM
Solution(http://www.chiark.greenend.org.uk/~sgtatham/putty/)
WG
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2008 06:50 AM
тАО01-07-2008 06:50 AM
Re: Telnet to VMS node and send text file
PuTTY and Kermit do quite well.
VTstar is the best emulation around (since it's using the real VT terminal code), and it can capture files. It's on the Freeware.
Most of these packages contain xmodem or zmodem or other such tools for file transfers, and most (all?) of these support logging.
telnet exposes user and password pairs in cleartext to anyone monitoring the WiFi or the network cable, and the entire contents of any mail messages read, etc. ssh (and its sftp capabilities) are a better choice here, and sftp is much easier to configure through firewalls than is ftp. (Most auditors will stomp on telnet use.)
If you're logging on a session for a console or for regulatory purposes or such, there are console management packages available. Some of these are mentioned in the OpenVMS FAQ. http://www.hoffmanlabs.com/vmsfaq has the most current edition, grab the text file or the PDF and download it.
And there are system-level ways to monitor exactly what objects an application has touched, if that's why you're looking for logging.
Stephen Hoffman
HoffmanLabs LLC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2008 12:20 PM
тАО01-07-2008 12:20 PM
Re: Telnet to VMS node and send text file
http://www.ayera.com/teraterm/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-08-2008 07:45 PM
тАО01-08-2008 07:45 PM
Re: Telnet to VMS node and send text file
Occasionally, you can purchase an older, yet perfectly suitable, copy of KEA, SmarTerm, or Reflection off eBay. These generally go for not much money, although there seems to be some people out there who know what they are and thus, a residual demand for them.
I like KEA the best. It will allow you to do Telnet and FTP transfers very nicely between your networked PC and VMS system. It will also provide a great serial RS232 terminal emulator.
Reflection is a good one as well. But I like KEA the best, because you can easily pop up an onscreen VT style keyboard which you can press the correct keys with your mouse, such as the DO Key and the TPU/EDT editor keypads properly. This way, you don't have to redefine keys to the PC style keyboard.
Powerterm is another good terminal emulator and it is available for free download on the HP site (I think). But I don't think it is as good as KEA.