- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to scp from HP unix 11.31 via both way to MS-w...
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
тАО05-06-2009 06:26 PM
тАО05-06-2009 06:26 PM
how to scp from HP unix 11.31 via both way to MS-windows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-06-2009 08:03 PM
тАО05-06-2009 08:03 PM
Re: how to scp from HP unix 11.31 via both way to MS-windows
Scp - secure copy between hosts. See more info and examples
http://acs.ucsd.edu/info/scp.shtml
It stands for secure copy
# scp -p file hostb:/destination
#scp -p file remotehost or ip:/destination
You then see it copy and the % complete
If it helps, pls assign point.
Rgds,
Taifur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-06-2009 09:32 PM
тАО05-06-2009 09:32 PM
Re: how to scp from HP unix 11.31 via both way to MS-windows
You cant scp or ftp any directory before you need to zip it and copy. Or else you need to 1st go to that destination directory and mget or mput the all file, best practices for mget or mput is start ftp with -i option that is interactive mode ex:
ftp -i servername
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-07-2009 06:17 AM
тАО05-07-2009 06:17 AM
Re: how to scp from HP unix 11.31 via both way to MS-windows
You can scp a directory. just use the -r option. Anyway. You need to have an sshd service running on the windows server. There is an openssh port for windows that works well. Once installed you can scp from hpux to windows and vice versa. But it won't work until the service is on the windows box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-07-2009 07:53 AM
тАО05-07-2009 07:53 AM
Re: how to scp from HP unix 11.31 via both way to MS-windows
what do you want to do:
- copy a Unix directory from a windows ?
or
- copy a Windows directory from Unix ?
from the windows size you can:
- use cygwin for the 'scp' command
- use the brilliant 'winscp' freeware
from the Unix size you need to have an ssh server.
for scripting with ssh, the best is to use a passwordless connection using a publickey.
Regards,
Cedrick Gaillard.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-07-2009 10:10 AM
тАО05-07-2009 10:10 AM
Re: how to scp from HP unix 11.31 via both way to MS-windows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-07-2009 06:57 PM
тАО05-07-2009 06:57 PM
Re: how to scp from HP unix 11.31 via both way to MS-windows
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-08-2009 03:28 AM
тАО05-08-2009 03:28 AM
Re: how to scp from HP unix 11.31 via both way to MS-windows
When you add the Windows ssh software piece, make sure you get one that will read OpenSSH syntax. Many of them do not! Or they wrap the commands up to make them proprietary for their software.
Once you have the Windows ssh software properly loaded and you know how it works, then you can create your key on your UNIX box and send the pubic key to the Windows server for installation there. I recommend doing a one time 'ftp' of the file, so you can be sure it doesn't get corrupted. Follow the procedures to connect, "shake hands" to confirm certification and update your known_hosts. Make sure your Windows side keeps the proper ports open and then you can automate, via your script, to transfer files.
The biggest challenge I ran into was dealing with the Windows person who didn't know where or how to place the key on their server. Fortunately they contacted the vendor who walked them thru what to do.
Hope this helps,
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-15-2009 08:27 PM
тАО05-15-2009 08:27 PM