HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Kermit command and timestamp of file
Operating System - HP-UX
1833874
Members
2318
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
06-07-2007 02:21 PM
06-07-2007 02:21 PM
Kermit command and timestamp of file
Hi All
I have on rp2570 server. I need to get file from server. If i used FTP, the timestamp of file will correct with the time on server. but if I use kermit -s filename the timestamp will be some day of 2035.
Do you know the reason?
Need your help
Thanks
I have on rp2570 server. I need to get file from server. If i used FTP, the timestamp of file will correct with the time on server. but if I use kermit -s filename the timestamp will be some day of 2035.
Do you know the reason?
Need your help
Thanks
HP is simple
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2007 04:48 PM
06-07-2007 04:48 PM
Re: Kermit command and timestamp of file
It might help to know a few more things:
1. I assume that you are getting ("get") or
sending ("-s") a file from one system to
another. What is each system?
2. When you use FTP, which system is the FTP
server, and which is the client?
3. Which FTP client are you using?
4. Which FTP server are you using?
5. What are the exact FTP client commands
which you use?
6. On which system are you running Kermit?
7. Which Kermit version?
8. What are the exact Kermit commands which
you use?
1. I assume that you are getting ("get") or
sending ("-s") a file from one system to
another. What is each system?
2. When you use FTP, which system is the FTP
server, and which is the client?
3. Which FTP client are you using?
4. Which FTP server are you using?
5. What are the exact FTP client commands
which you use?
6. On which system are you running Kermit?
7. Which Kermit version?
8. What are the exact Kermit commands which
you use?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2007 07:13 PM
06-07-2007 07:13 PM
Re: Kermit command and timestamp of file
1. I assume that you are getting ("get") or
sending ("-s") a file from one system to
another. What is each system?
SEND COMMAND ( -s OPTION). SEND FILE FROM RP2570 TO LAPTOP
2. When you use FTP, which system is the FTP
server, and which is the client?
RP2570 IS SERVER, LAPTOP IS CLIENT
3. Which FTP client are you using?
FTP COMMAND IN DOS
4. Which FTP server are you using?
WU-FTP
5. What are the exact FTP client commands
which you use?
GET AND MGET
6. On which system are you running Kermit?
RP2570
7. Which Kermit version?
NOT SURE, DO NOT REMEMBER. IT IS INSTALLED DEFAULT WITH HPUX 11.11
8. What are the exact Kermit commands
#kermit -s filename
PLs help
sending ("-s") a file from one system to
another. What is each system?
SEND COMMAND ( -s OPTION). SEND FILE FROM RP2570 TO LAPTOP
2. When you use FTP, which system is the FTP
server, and which is the client?
RP2570 IS SERVER, LAPTOP IS CLIENT
3. Which FTP client are you using?
FTP COMMAND IN DOS
4. Which FTP server are you using?
WU-FTP
5. What are the exact FTP client commands
which you use?
GET AND MGET
6. On which system are you running Kermit?
RP2570
7. Which Kermit version?
NOT SURE, DO NOT REMEMBER. IT IS INSTALLED DEFAULT WITH HPUX 11.11
8. What are the exact Kermit commands
#kermit -s filename
PLs help
HP is simple
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2007 03:15 AM
06-08-2007 03:15 AM
Re: Kermit command and timestamp of file
"LAPTOP" is not a very complete system
description. This is some Windows system?
I don't use Kermit much, so I could be wrong
about almost anything, but as I understand
it, "kermit -s" talks to a Kermit server, so
you must have a Kermit server running on your
laptop when you do this. This would mean that
there are two Kermit programs involved here,
one on the HP-UX system, and one on the
"laptop" (whatever that is). Either one
could have a bug, or could be confused about
the time[zone] setting. Knowing nothing
about either Kermit program, it's hard to say
much.
If the Kermit on the HP-UX system is normal
C-Kermit, then I'd expect it to describe
itself if you just run it. For example:
td176> kermit
Executing /usr/share/lib/kermit/ckermit.ini for UNIX...
Good Morning!
C-Kermit 8.0.200, 12 Dec 2001, for HP-UX 11.00
[...]
You could try a more interactive Kermit
session, perhaps specifying LOG DEBUG (or
some other LOG function) which might be
informative. If you get desperate:
http://www.columbia.edu/kermit/support.html
Or buy the book:
http://www.columbia.edu/kermit/manuals.html
description. This is some Windows system?
I don't use Kermit much, so I could be wrong
about almost anything, but as I understand
it, "kermit -s" talks to a Kermit server, so
you must have a Kermit server running on your
laptop when you do this. This would mean that
there are two Kermit programs involved here,
one on the HP-UX system, and one on the
"laptop" (whatever that is). Either one
could have a bug, or could be confused about
the time[zone] setting. Knowing nothing
about either Kermit program, it's hard to say
much.
If the Kermit on the HP-UX system is normal
C-Kermit, then I'd expect it to describe
itself if you just run it. For example:
td176> kermit
Executing /usr/share/lib/kermit/ckermit.ini for UNIX...
Good Morning!
C-Kermit 8.0.200, 12 Dec 2001, for HP-UX 11.00
[...]
You could try a more interactive Kermit
session, perhaps specifying LOG DEBUG (or
some other LOG function) which might be
informative. If you get desperate:
http://www.columbia.edu/kermit/support.html
Or buy the book:
http://www.columbia.edu/kermit/manuals.html
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP