![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Windows & DOS: Issues & Discussions Questions involving Unix to Windows (Desktop or Server) go here. Any Windows/DOS questions should go here as well. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can UNIX data on tape be read in Windows?? | yourstruly | UNIX for Dummies Questions & Answers | 2 | 02-20-2008 06:35 AM |
| How can import data files to XL sheet. | koti_rama | UNIX for Dummies Questions & Answers | 1 | 01-29-2008 03:28 AM |
| OpenStreetMap project completes import of United States TIGER data | iBot | UNIX and Linux RSS News | 0 | 01-23-2008 04:20 PM |
| Import data from compressed file | ap_gore79 | Shell Programming and Scripting | 4 | 06-17-2004 10:39 PM |
| copy data from Windows to Unix any help? | odogbolu98 | UNIX for Advanced & Expert Users | 8 | 07-09-2002 09:22 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
Hi,
Is there any way to import data files from Unix system to Windows system? I have many data files on Unix machine generated every night. I need to pick certain data from each file and plug them into this windows file on the network share drive. Anyone has any idea? Thanks in advance! |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
If you want to transfer the files from remote directory on unix onto local directory on windows or viceversa,one way is to download WinSCP .Thats what im using right now.
|
|
#3
|
||||
|
||||
|
Quote:
www.samba.org |
|
#4
|
||||
|
||||
|
thumsup9's idea is fine.
But I am looking for an automated process. Is there any command or utility within Unix to allow me to export data file from Unix to Windows' shared drive's certain folder? If I can get all the data files automatically exported to the windows directory, I can use VB program handle it from there. ? |
|
#5
|
||||
|
||||
|
Quote:
With Samba, you can script the transfer... smbmount \\\\mywinbox\\sharename /mnt cp my_file /mnt smbumount /mnt There we have it, the file is on the windows box. Cheers ZB |
|
#6
|
|||
|
|||
|
Quote:
|
|
#7
|
|||
|
|||
|
When you say Unix, what version/distro? Solaris/Linux/HP-UX/etc...
With what has been said before Samba would be the best way and write a scrite then to do what you are after. From what you say you can't install any 2rd party software. If it is an important task explain this to the Unix Admin and then he'll setup Samba for you. If your teh Unix admin explain what is going on to your boss then also explain why 3rd party software is needed for this process. |
|||
| Google The UNIX and Linux Forums |