- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX sftp
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
01-31-2008 11:57 AM
01-31-2008 11:57 AM
HPUX sftp
I'm looking for a way to automate sftp with a password to a third party vendor (for file transfer to and from).
Thoughts?
Thank You
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2008 12:02 PM
01-31-2008 12:02 PM
Re: HPUX sftp
Available at software.hp.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2008 12:55 PM
01-31-2008 12:55 PM
Re: HPUX sftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2008 12:59 PM
01-31-2008 12:59 PM
Re: HPUX sftp
I was hoping for a solution that did not include downloading more software to the server. Looks like I have no choice...
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2008 01:14 PM
01-31-2008 01:14 PM
Re: HPUX sftp
> include downloading more software to the
> server. [...]
Did I miss something? Who suggested that?
Publickey key files, perhaps, but not any
actual software (in the sense of programs).
If you want to use one of the usual scripting
tools, then you might need to install
"expect" or Kermit on the _client_, but
nothing on the server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2008 01:21 PM
01-31-2008 01:21 PM
Re: HPUX sftp
"Did I miss something? Who suggested that?
Publickey key files, perhaps, but not any
actual software (in the sense of programs).
If you want to use one of the usual scripting
tools, then you might need to install
"expect" or Kermit on the _client_, but
nothing on the server."
Wouldn't both servers need the key files? Since I'm dealing with a third party vendor, that is not an option. Or, am I misunderstanding how the keys work?
When you say "on the client" does that mean the software is not actually on the HPUX box itself?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2008 01:32 PM
01-31-2008 01:32 PM
Re: HPUX sftp
Both the SFTP client and the server would
need some key files.
> [...] that is not an option.
If you say so.
> When you say "on the client" does that mean
> the software is not actually on the HPUX
> box itself?
That's hard to say, because I don't really
know which OS is on the SFTP client and which
is on the server. (My psychic powers are
weak.) I was assuming that you had the HP-UX
system, and that it was the client, but I'm
always open to a good clue as to what's
actually going on. Perhaps a more complete
description of the situation would be
helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2008 01:41 PM
01-31-2008 01:41 PM
Re: HPUX sftp
"Perhaps a more complete
description of the situation would be
helpful."
HPUX box running B.11.11
I'd like to automatically sftp from the HPUX box to a third party vendor (to and from).
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2008 01:57 PM
01-31-2008 01:57 PM
Re: HPUX sftp
you wanted to use "expect" or Kermit (or
whatever) to do the SFTP scripting, then
you'd need to install it on your HP-UX
system. It would then be used to run an SFTP
session with the third party's SFTP server as
if it were done interactively. The system at
the far end wouldn't know the difference
between your script and you.
Of course, any such scripting involves
storing a password in a file, which is
generally considered a poor idea.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2010 03:17 PM
03-03-2010 03:17 PM
Re: HPUX sftp
thanks