- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Copying Files from Unix to windows machine
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
08-09-2006 11:03 PM
08-09-2006 11:03 PM
Copying Files from Unix to windows machine
I need to copy files generated on unix machine to windows machine. This showld be done thru a shell script. The unix machine is installed with Openssh.Pls let me know How can i do this.
bye.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 11:10 PM
08-09-2006 11:10 PM
Re: Copying Files from Unix to windows machine
You need to automate it using FTP. Check this thread for more information : http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=101940
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 11:12 PM
08-09-2006 11:12 PM
Re: Copying Files from Unix to windows machine
logical steps:
ftp -n ip-address
user usr-name usr-pwd
put file
bye
You may also want to consider the unix2dos facility to make the UNIX file DOS compatible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 11:13 PM
08-09-2006 11:13 PM
Re: Copying Files from Unix to windows machine
Also there are other methods to the the copying of files:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1016568
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 11:21 PM
08-09-2006 11:21 PM
Re: Copying Files from Unix to windows machine
Since i am using secured shell, i am not able to use ftp. How can it be done over a secured shell and what are the prerequistes need to set up at windows machine.
Bye.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 11:32 PM
08-09-2006 11:32 PM
Re: Copying Files from Unix to windows machine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 11:40 PM
08-09-2006 11:40 PM
Re: Copying Files from Unix to windows machine
Do i need to install Openssh server on windows machine. Also can you give me some brief steps of how to set up ssh-keys on windows machine.
Bye.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 11:47 PM
08-09-2006 11:47 PM
Re: Copying Files from Unix to windows machine
then create a user on the windows server.
add the unix users public key to the windows users authorized_keys file.
that should be it. don't think I left out any steps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 12:04 AM
08-10-2006 12:04 AM
Re: Copying Files from Unix to windows machine
Ok, this thread will give you links to download software that you need, it open your door to other options, very completed information.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=995411&admit=-682735245+1155211289033+28353475
Also this site is good to find for info on configuring the whole thing:
http://www.openssh.com/windows.html
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 12:54 AM
08-10-2006 12:54 AM
Re: Copying Files from Unix to windows machine
I installed Winsshd on Windows machine and tried to connect to my machine. Its able to connect to the machnine but failing to logon to the machine.
I tried to connect using sftp with guest user on to my local machine but its throwing
Permission denied, please try again.
pls tell me if anything need to be set.
Bye.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 01:21 AM
08-10-2006 01:21 AM
Re: Copying Files from Unix to windows machine
Otherway to copy files from windows is just download putty from http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html and it is just a binary file. Then go to command line on windows, c:\cd program files\putty, then look for psftp.exe which is basically does same ftp functions.
Thanks,
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 01:33 PM
08-10-2006 01:33 PM
Re: Copying Files from Unix to windows machine
http://www.docs.hp.com/en/B8724-90044/ch02.html?btnPrev=%AB%A0prev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 03:13 PM
08-10-2006 03:13 PM
Re: Copying Files from Unix to windows machine
I installed Winsshd on windows and able to connect to the machine from unix. Now i need to automate this process. I need to know where should i put the public key in the windows directory and what the permissions should be for the files. Pls guide me with some breif steps for doing this.
Bye.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2006 06:50 AM
08-11-2006 06:50 AM
Re: Copying Files from Unix to windows machine
CIFS simply makes a Windows box look like an NFS mount point,
Create a directory on your unix box you what to mount,
Put an entry in your /etc/fstab for the mount point
Make the Share available on the Windoze box
mount the directort.
Then copy files at will to and from the mount point in crontab
I use Fedora FC4 or FC5 as my primary linux boxes to perform the "duty" I use Webmin to manage the File System mounts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 01:25 PM
02-19-2007 01:25 PM