GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Operating System  >  Shell Scripting
Go To First  |  Previous Question  |  Next Question 
 Shell Scripting  |  Question 28 of 47    Print  
What are the steps to take files from unix server to windows?

  
Total Answers and Comments: 8 Last Update: November 04, 2009     Asked by: Dipti 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
January 31, 2007 09:10:02   #1  
Jitendra        

RE: What are the steps to take files from unix server ...
Hi

You can use ftp.First open a dos prompt.

Go to the required directory where you want the file to be copied from UNIX system.

Now use command ftp IP Address of UNIX machine .

Now use the get command.

Ex:- get filename



Thanks

Jitu

 
Is this answer useful? Yes | No
March 25, 2007 19:52:23   #2  
cmanne Member Since: January 2006   Contribution: 49    

RE: What are the steps to take files from unix server ...

1. Using FTP
2. Using Samba Share
3. Using NFS mount ( I am not 100 sure about this)


 
Is this answer useful? Yes | No
April 11, 2007 08:26:49   #3  
balavi Member Since: April 2007   Contribution: 1    

RE: What are the steps to take files from unix server ...
We need to do SCP (secure copy)

Command is SCP (options not know)

We have SCP clients available for this like WinScp

 
Is this answer useful? Yes | No
September 25, 2007 00:01:09   #4  
Shrenik Jain        

RE: What are the steps to take files from unix server ...
You can use AFS Client installed on your windows machine. There after you can access the UNIX files from Windows.
 
Is this answer useful? Yes | No
November 03, 2007 04:29:13   #5  
zorba        

RE: What are the steps to take files from unix server ...
1. WinSCP from Windows
2. SFU ( NFS client ) from Windows
3. FTP client on windows provied UNIX server is also a FTP server
4. Open Samba/CIFS share on UNIX and access from Windows Client

 
Is this answer useful? Yes | No
November 08, 2008 00:04:30   #6  
UncaAlby Member Since: October 2008   Contribution: 13    

RE: What are the steps to take files from unix server to windows?
If you're the admin of the Unix server install Samba on the Unix server for the easiest solution for users more familiar with the Windows operating environment.

Follow the directions with the Samba suite. It's open source and free.

It allows Windows users to drag-and-drop files from their "Network Neighborhood" window so there's no extra learning curve for them.

 
Is this answer useful? Yes | No
November 08, 2008 00:12:57   #7  
UncaAlby Member Since: October 2008   Contribution: 13    

RE: What are the steps to take files from unix server to windows?
If you can't get Samba or you're not the Admin so you can't install it anyway then use FTP as it's almost guaranteed to be installed and running on both machines. The only hang-up is that sometimes the server is shut off for security reasons.

From windows:

Start->Run...

Run the command "cmd"

Enter the command from the "cmd" window "ftp {network name of unix server}"
This may request a user name and password from the FTP subcommands. Your Windows user ID might not be on the Unix server so you may need to specify it with the "user" subcommand.

Then you can use subcommands such as:

Change to a specific directory to find the desired files
cd {directory}

Copy a file from the Unix server to the Windows client
get {filename}

Copy a file from the Windows client to the Unix server
put {filename}

Exit
bye

Get a list of other interesting subcommands
help

 
Is this answer useful? Yes | No
November 04, 2009 03:01:33   #8  
abrenar Member Since: November 2009   Contribution: 3    

RE: What are the steps to take files from unix server to windows?
Most UNIX servers are configured not to use FTP or TELNET for security purposes and if you use FTP it has limited number of data can be transfered on one transaction hence I preferred using another web application so that if the user's need to get the data regularly they can download it on their PC using the URL of the said application example Tomcat.
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape