how can I copy a file from unix to window machine?


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users how can I copy a file from unix to window machine?
# 1  
Old 12-04-2006
how can I copy a file from unix to window machine?

how can I copy a file from unix to window machine (and vice versa), if ftp is not available? please tell me what else is convenient? Thanks!
# 2  
Old 12-04-2006
Hi, If you don't have ftp, check to see if you have sftp
# 3  
Old 12-04-2006
Quote:
Originally Posted by Remi
Hi, If you don't have ftp, check to see if you have sftp
thanks, I do have sftp. Just for curiosity, is there any other way that I can do this?

also what is the common ways to copy files from unix to unix nowadays? Thanks!
# 4  
Old 12-04-2006
If you want a complex solution, setup a samba server and mount the unix directory on to windows machine and do a 'windows copy' Smilie

Regds,

Kaps
# 5  
Old 12-04-2006
You would say secure shell copy (scp) is your friend.

cheers,
Darwin
# 6  
Old 12-04-2006
Is there an SFTP server for windows? What about SCP/SSH? If you're copying from Windows to Unix, scp and sftp are the obvious choices, but since you're copying from unix to windows, the answer might be different. How secure do you need this to be? If the two boxes are sitting next to eachother and you want to do this often, samba is probably a good idea. If the Windows box is accross the internet from your unix box... I have no idea... I'd look for a windows sftp/scp server.

Scp and Sftp are the default unix to unix file copy utilities.

-Pileofrogs
# 7  
Old 12-04-2006
Quote:
Scp and Sftp are the default unix to unix file copy utilities.
These utilities don't exist on many of the UNIX systems I use at work. I have a hard time thinking they would be the default utilities. Plain old 'ftp' is pretty standard. Also, uucp might work.

From my uucp man page.
Code:
uucp(1)                                                                uucp(1)

NAME
       uucp - Unix to Unix copy

SYNOPSIS
       uucp [ options ] source-file destination-file

       uucp [ options ] source-file... destination-directory

DESCRIPTION
       The  uucp  command  copies  files  between systems.  Each file argument is either a
       pathname on the local machine or is of the form

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

File Transfer from Window server to UNIX and UNIX to UNIX

Dear All, Can someone help to command or program to transfer the file from windows to Unix server and from one unix server to another Unix server in secure way. I would request no samba client. (4 Replies)
Discussion started by: yadavricky
4 Replies

2. Shell Programming and Scripting

Taking mirror copy of the application id and password into the new UNIX machine

I am working in Datastage Migration project. The applications has to be moved from legacy machines to the new machines. all the applications will be having their own application id and password (non expiry) created in the unix (5.3). Now the scripts and the datastage applications has to be moved... (1 Reply)
Discussion started by: kmanivan82
1 Replies

3. Solaris

I can't copy any file to any machine | abort problem | freezing

I want to copy tar file to another machine. tar size is 4gb. Firstly I tried copy to windows machine with ftp client but copy operation didn't start. Now I have tryied to copy to solaris machine command with scp but copy was freezed. Picture is attached.... (1 Reply)
Discussion started by: getrue
1 Replies

4. UNIX for Dummies Questions & Answers

ftp to copy file within target machine

I have ftp'd to a machine and have to copy a file from one directory to other. I thought once I am logged in using ftp, cp command would do it. But when I run the cp command, I get the following: ftp> cp * ../../../../maint/ usage: cp Is using cp the only/right option? Thanks in advance! (2 Replies)
Discussion started by: sunny8107
2 Replies

5. Shell Programming and Scripting

shell script to copy files frm a linux machine to a windows machine using SCP

I need a shell script to copy files frm a linux machine to a windows machine using SCP. The files keeps changing day-to-day. I have to copy the latest file to the windows machine frm the linux machine. for example :In Linux, On July 20, the file name will be 20.txt and it should be copied to... (3 Replies)
Discussion started by: nithin6034
3 Replies

6. Shell Programming and Scripting

crontab; copy most recent *.mpg file from local machine to smb storage device

Hello, I've been searching your forum for an answer to the following question and whilst I've seen several which may help I'm afraid my inexperience with UNIX systems has got the better of me and I'm incapable of piecing your considerable expertise together. Problem: I have a linux box which... (5 Replies)
Discussion started by: julezsht
5 Replies

7. UNIX for Dummies Questions & Answers

Copy file from local machine to server?

I am logged into a server via SSH. There is a file on my desktop of my Windows PC I would like to put on that server. How do I do it? SCP looks the likely method but how does the server know where the file is on the local machine? Thanks. (2 Replies)
Discussion started by: Sepia
2 Replies

8. UNIX for Dummies Questions & Answers

Copy file from Remote Unix box to windows machine

Hi I need to copy a file from the remote unix server to windows machine. I read lot of thrad but didn't worked out. Requesting all to please help. (2 Replies)
Discussion started by: sameerspice
2 Replies

9. Shell Programming and Scripting

how to transfer a file from unix to window machine

I want to ftp some of the unix files to my local PC through unix shell script. I want that script should be run from unix. when i tried by using scp, came to know that connection refused (3 Replies)
Discussion started by: balireddy_77
3 Replies

10. UNIX for Dummies Questions & Answers

copy files from local drive to telnet unix machine.

i want to run some solaris executable program (text file). i telnet to solaris machine. the text file is on the net drive h: or my local drive on windows system. how can i copy the text file from local drive in windows to remote machine in solaris system? thanks. (4 Replies)
Discussion started by: gary
4 Replies
Login or Register to Ask a Question