copying directories from NT server to Unix server (solaris 5.8)


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers copying directories from NT server to Unix server (solaris 5.8)
# 1  
Old 03-18-2005
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.
# 2  
Old 03-18-2005
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  
Old 03-19-2005
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 04:52 PM..
# 4  
Old 03-20-2005
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  
Old 08-08-2008
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
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to preserve time stamp while copying a directory from Server B to Server A?

Experts, Please help me out here. How to preserve time stamp while copying a directory from Server B to Server A (3 Replies)
Discussion started by: ahmed.vaghar
3 Replies

2. Shell Programming and Scripting

Copying a file with UTF char on UNIX server

Hi, I need to run a SQL which check for special UTF char in DB. When I try to copy that in UNIX file it changes it to some wierd chat. How can in retain the UTF chars in my script? e.g. ο|π|ρ|σ|τ|υ|φ|χ|ψ Any help will be appriciated. Thanks, (14 Replies)
Discussion started by: varun22486
14 Replies

3. Shell Programming and Scripting

Copying the files to Windows server from UNIX server

Hi Team, I had a requirement to write a shell script which automatically transfer the files from unix server to windows server. I can able to unix to unix using Scp command. I am not sure how to do unix to windows. I am very new on this concept. Could you please help me or guide in... (4 Replies)
Discussion started by: gvkumar25
4 Replies

4. UNIX for Dummies Questions & Answers

Copying Directories from one server to another

Hi, I have a requirement where I have to connect to another server and copy directories from one server to another Directories on the Source server look like below (YYYY-MM-DD- 1 to 23) drwxr-xr-x 2 test_user dmfmart 422 Sep 1 23:45 2014-09-01-18 drwxr-xr-x 2 test_user dmfmart ... (3 Replies)
Discussion started by: arunkesi
3 Replies

5. UNIX for Dummies Questions & Answers

Copying files from Unix Server to Local

How to copy files from Unix server to Local (6 Replies)
Discussion started by: win4luv
6 Replies

6. UNIX for Dummies Questions & Answers

Copying files from Unix Server to Local

How do i copy files from Unix Server to my Local Desktop.. ANy ideas..please suggest....V Urgent. (1 Reply)
Discussion started by: win4luv
1 Replies

7. Shell Programming and Scripting

writing script in UNIX for copying files in two server

can anyone help me in writing script in UNIX for copying files in two server from the third server after checking the files in the third server and if there is anything new in the third server automatically it should be added to the rest of the two servers and if same file is existing in the two... (4 Replies)
Discussion started by: REKHA09
4 Replies

8. UNIX for Advanced & Expert Users

Copying a file from Solaris to Windows 2003 server

Hello, I am really new to solaris and I want to know the easiest way to copy a file from a solaris server to an Iomega NAS running windows 2003 server. Can I map the drive on the windows box so the solaris server can see it. Any advice would be appreciated. (1 Reply)
Discussion started by: akula81
1 Replies

9. AIX

Copy Directories in to UNIX server

I have software on Z drive " I map it " , its about 50 MB , I want to copy the whole directory in to unix server , under some folder ... What are the steps how Ican perform this ? I have UNIX user name and password and rights to create files and folders.. Remember I want to copy all the folder... (3 Replies)
Discussion started by: khan1978
3 Replies

10. UNIX for Advanced & Expert Users

Copying files between 2 Unix server

Is there a simple way to copy data from one server to a different server? Seems that if 2 servers are on the same network, there should be a simple way to copy between the two. Not just one file. I need to copy a whole directory with subdirectories from one server to a different one. I... (9 Replies)
Discussion started by: Docboyeee
9 Replies
Login or Register to Ask a Question