- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Copy files from Unix to NT
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
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
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
тАО10-15-2003 09:51 PM
тАО10-15-2003 09:51 PM
I want to copy files from Unix to NT. I am running ssh on 2 hp machines and I can scp files between these machines. Can I scp files from Unix to NT? I do not want to use ftp!
I have done some searching and I have downloaded WINSCP & Putty, but I am not quite sure if this will work and if so how? I do not know much about windows/nt
Any help is appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2003 10:05 PM
тАО10-15-2003 10:05 PM
Re: Copy files from Unix to NT
to get the scp work from unix to window you have to install the openssl server on window.
putty and winscp are (excellent, i use them too) clients.
Take a search with google.
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2003 10:20 PM
тАО10-15-2003 10:20 PM
SolutionThe others mentioned only work as clients, but you need an sshd listening on your NT box.
Look here
http://www.cygwin.com/
and download, and install Cygwin on your NT box.
Make sure the OpenSSH package is included.
You can pre-select packets you require.
Then you need to set up Privilege Separation on your NT-Cygwin Installation, if you start the sshd in the default setting.
To aid you in this Cygwin comes with a ssh-host-config executable that sets up the chroot directory and adds a sshd account in /etc/passwd.
The program can be run interactively if started without options from the Cygwin Bash.
There it will also ask you if it should run sshd as a Windows Service.
For details read
/usr/doc/Cygwin/openssh*README
and
the files in
/usr/doc/openssh/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-16-2003 01:37 AM
тАО10-16-2003 01:37 AM
Re: Copy files from Unix to NT
another alternative is:
http://lexa.mckenna.edu/sshwindows/download/releases/
which should be smaller.
sorry for being late...
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-16-2003 05:06 AM
тАО10-16-2003 05:06 AM
Re: Copy files from Unix to NT
http://www.cpan.org/authors/id/S/SA/SALVA/sperl-1.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-16-2003 07:46 AM
тАО10-16-2003 07:46 AM
Re: Copy files from Unix to NT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-20-2003 12:14 AM
тАО10-20-2003 12:14 AM
Re: Copy files from Unix to NT
also you can setup fairly sever logging so that you can keep track of all users activities.
andy