to transfer a file from unix to window


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting to transfer a file from unix to window
# 1  
Old 03-19-2008
to transfer a file from unix to window

Hello sir/Madam,

I m writing in unix prompt folllowing-

>ftp <local ip> // my pc ip is 10.64.0.59
Then following message is displayed-

"ftp: connect: Connection refused"


Please help me to solve this problem.

Thanking you.
# 2  
Old 03-19-2008
I really doublt if this works...

Why not use samba..? See my reply on your earlier post..
# 3  
Old 03-19-2008
CPU & Memory transfer file from linux to window from a server

Hello Sir/Madam,

In my system both unix and windows xp are running, I want to transfer a file from unix to window.Is any command in unix for this purpose????

Sir, I m new in unix scripting ,So Please help me to solve my problem.
Thanking you.
# 4  
Old 03-19-2008
do you have an ftp server on your windows box? if not, you have to use the other way... on your win box type: "ftp yourunixip" and login there... be sure to have the ftpd started on your unix box!
Login or Register to Ask a Question

Previous Thread | Next Thread

9 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

transfering file from unix to window

Hello Sir/Madam, In my system both unix and windows xp are running, I want to transfer a file from unix to window. Sir, I m new in unix scripting ,So Please help me to solve my problem. Thanking you. (2 Replies)
Discussion started by: Nirmal
2 Replies

3. Shell Programming and Scripting

How i ftp a unix file to my local window

Hello Sir/ Madam, i m new user in unix shell scripting.Please guide me to crack this problem. Thanking you. (1 Reply)
Discussion started by: Nirmal
1 Replies

4. 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

5. UNIX for Advanced & Expert Users

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! (6 Replies)
Discussion started by: fredao
6 Replies

6. Shell Programming and Scripting

Transfer FILE from UNIX to WIN2000/XP

it's possible make a transfer file with a remote command from UNIX SYSTEM to another computer with WIN2000/XP ??? ex.(rsh,ssh ecc.....????) now i use FTP program or telnet connection but ,i find a solution for execute a transfre file in to shell script UNIX (sh or ksh) from windows system (2 Replies)
Discussion started by: ZINGARO
2 Replies

7. UNIX for Advanced & Expert Users

unix automatic file transfer

Hello, I am a beginner with korn shell scripting. I have got a text file that gets produced every night and I need to transfer it to a windows shared area. Is there any command line script (e.g FTP) that I could use to transfer the file automatically without manual intervention everyday? Any... (4 Replies)
Discussion started by: tagem
4 Replies

8. UNIX for Dummies Questions & Answers

unix to winnt file transfer

how to pass files from unix to windows nt?help (8 Replies)
Discussion started by: srinivasanvs
8 Replies

9. IP Networking

File transfer from unix to NT box?

Is there a method to transfer a file from UNIX (AIX) to an NT box without the NT box having any special software running? I can ping the box via the network and I have a valid NT account to use. Is FTP a viable solution ? HELP! (10 Replies)
Discussion started by: jvacc
10 Replies
Login or Register to Ask a Question