- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Kermit
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
05-31-2005 05:19 AM
05-31-2005 05:19 AM
Kermit
Can this be used with PowerTerm and a PC to get info to and from the VAX?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 06:58 AM
05-31-2005 06:58 AM
Re: Kermit
Welcome to the VMS forum.
Regarding Kermit, you'd best check the website
http://www.columbia.edu/kermit/ck80.html
But do you really need it? You seem to have PowerTerm, that can be used to log in into an OpenVMS system, and since every Windoze PC is equipped with an ftp client, you can use that to transfer files from/to the VMS system.
Hope this helps,
Kris (aka Qkcl)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 09:57 AM
05-31-2005 09:57 AM
Re: Kermit
Yes, KERMIT is very handy. I frequently use the OpenVMS C-KERMIT for a variety of tasks. In general, C-KERMIT has a powerful scripting capability, as well as the ability to work over non-IP links (as well as over TELNET connections).
For a client, I recently made the modifications to C-KERMIT to make outgoing LAT connections. Thus, I was able to utilize an Ethernet connection to a VAX which had neither DECnet not IP, for the purposes of file backup to another system.
The C-KERMIT book is an excellent reference for the package. It is, as described, available from the Columbia University fileserver at no charge.
I hope that the above is helpful.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 04:12 PM
05-31-2005 04:12 PM
Re: Kermit
Have you considered submitting your changes for
inclusion in the C-Kermit source?
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 07:17 PM
05-31-2005 07:17 PM
Re: Kermit
It is my intent to submit the changes to the C-KERMIT project.
However, I have not had time to finish all of the odds and ends necessary for complete integration. I have a bit of work to do, and my schedule has been limited.
The particular client project that required the LAT connection is being accomplised successfully with the test version, with some of the functions rather specifically hardwired.
When I get the spare time, I will finish the job (of if the client needs the additional functionality).
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 07:23 PM
05-31-2005 07:23 PM
Re: Kermit
Sounds good -- I look forward to seeing it
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 02:44 AM
06-01-2005 02:44 AM
Re: Kermit
Do I need to have TCP/IP installed on the VAX to utilize ftp?
The goal is to not have to install anything. I have DecNet and LAT running. I cannot have my VAX on the same network as my Windows servers anymore, as it runs Netbeui, and that is not allowed.
I'm looking for a way for current users to utilze their PowerTerm session to run their VAX programs, as well as transfer any files needed.
Thanks a lot for all of your info.
(I'm reading the Kermit link as I type.)
Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 08:43 AM
06-01-2005 08:43 AM
Re: Kermit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 07:46 PM
06-01-2005 07:46 PM
Re: Kermit
if you are using PowerTerm on PC, you can also transfer files from/to vax without network. You can do this simply installing c-kermit on vax server (you have to download ckermit.exe).
When you have to transfer:
1. Open emulation session on vax with PowerTerm
2. Run c-kermit in server mode (on vax)
3. Click on PowerTerm menu:
Comunication->Receive file->Kermit
Warning: check your powerterm software has kermit dll
Kermit procedure is not easy to end user.
Kermit transfer doesn't need of tcp/ip.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 08:03 PM
06-01-2005 08:03 PM
Re: Kermit
Be aware that if you are using Powerterm, that
their implementation of Kermit is not an officially
supported (by Kermit) version and that you will
not get the best performance.
Dave