![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| From Solaris UNIX to MS SQL Server | usagi67 | Shell Programming and Scripting | 0 | 03-11-2008 03:46 AM |
| Copying a file from Solaris to Windows 2003 server | akula81 | UNIX for Advanced & Expert Users | 1 | 02-20-2006 02:13 PM |
| Copy Directories in to UNIX server | khan1978 | AIX | 3 | 12-09-2005 05:19 AM |
| Copying multiple directories at the same time using Unix | JPigford | UNIX for Dummies Questions & Answers | 9 | 01-17-2005 02:16 PM |
| Copying files between 2 Unix server | Docboyeee | UNIX for Advanced & Expert Users | 9 | 10-20-2003 11:54 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
copying directories from NT server to Unix server (solaris 5.8)
I need to copy around 30 directories (each directory include one or more text file(s)) from NT server to Unix server at one go. For doing this what are the privillages i should have in both NT and Unix server.
Please let me know which command i can use in shell prompt. TIA. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
you could use tar. im sure there is a version for that OS
example: tar cvf filename.tar directoryname then put it on your solaris using ftp for example at the other end, tar xvf filename.tar |
|
#3
|
|||
|
|||
|
my colleague showed me a tool called "Far manager" (((http://www.softpedia.com/get/File-managers/FAR.shtml))).................if you customise that tool to map to the other server..then it works almost like windows explorer..using this tool, it is very easy to copy files or folders from one machine to another...
David Last edited by DavidCdp50; 03-19-2005 at 01:52 PM. |
|
#4
|
||||
|
||||
|
You could also try SAMBA. You can then share out the appropriate directory on the UNIX machine (i.e., where you want to copy the files to), and then just map the share under Windows as if it were a share on another Windows box and copy everything across.
Check out the SAMBA site for documentation - there's plenty available. You can grab Solaris packages for SAMBA from Sunfreeware. Cheers ZB |
|
#5
|
|||
|
|||
|
Copy and Paste files from Windows 2003 server to Sun Solaris server
Hi,
I want to write a program/script to copy and paste the files in the Windows 2003 server (C:\test directory) to Sun solaris server, when there is new file added to the C:\test directory in the Windows 2003 server. Can anyone advise me how to go about it? I am newbie to Sun solaris server. I greatly appreciate if you can advise me sample code. Thank you very much. shamatec |
|||
| Google The UNIX and Linux Forums |