copy data from Windows to Unix any help?


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users copy data from Windows to Unix any help?
# 1  
Old 06-10-2002
copy data from Windows to Unix any help?

I have a log file that I would like to copy from my windows pc to my unix pc for further processuon. Is there any command that can help me perform this task?. I already have a cron to fire up the process, but nothing seems to be coming up.

I am trying to use ftp but nothing is coming forth. would appreciate any help asap.

Thanks,

Odogbolu98Smilie
# 2  
Old 06-10-2002
FTP should work for you. What error do you get when you try to do the ftp?
Have you tried from the UNIX side to the P.C. and also from the P.C. to UNIX? Do you get the same error?

Is the P.C. the same system as the UNIX system (dual boot)?



Another option may be Samba - check it out here

Or you might be able to email the file to the root account (or other local UNIX account).
# 3  
Old 06-13-2002
Thanks RTM,

Finally I was able to get the FTP command to work. But I was faced with another issue. How do you copy a list of files from the ftp command mode. The wildcard doesn't seems to work. Does anyone have an idea.

like put *.* ?

Thanks,
Odogbolu98
# 4  
Old 06-13-2002
Check to see if you have the mput command. Also you might want to turn off prompt(ing) which will ask you if you want to send this file for each file.
# 5  
Old 06-15-2002
FTP (Unix server to a PC)

Hi RTM...
just adding to your suggestion..
i have always done ftp (get and send) from a PC(windows) to a Unix Server..
but how to do a FTP (send/get) from a Unix Server to a PC(windows) is that possible ? unix server can ping a PC IP address but how can it FTP a file to a PC ?
i would appreciate if u have any comments/solutions
regards
# 6  
Old 07-05-2002
the unix server could only ftp to the win computer if the win computer is running an ftp server, what would be more practical to do is to ftp to the unix server from the win computer and use the get command.
# 7  
Old 07-06-2002
thankx (more ideas)

thanks for ur reply....however

i accept that it cud be more practical to do get n send from a win PC to Unix server but if at all its the vice versa case then...what kind of FTP server my Win PC should be running so that Unix server can do get n send to the Win PC ? any idea ? is there any software available like what FTP server ???

Your reply will be appreciated...
Regards
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

UNIX command to copy files from Windows to UNIX box

Hi Folks, I have a file name abc.xml in my windows machine at the location c:\ytr\abc.xml which I want to place at the unix box machine inside cde directory.. at the following location that is /opt/app/cde/ now the credentials of unix box are abc345 -->(dummyid) ftyiu88--->(dummy passwd) ... (4 Replies)
Discussion started by: punpun66
4 Replies

2. Shell Programming and Scripting

Unix shell script to Copy files from one Windows server to another Windows server.

Can anybody please help me on how to code for the below requirement: I need to write a shell script (on different unix server) to copy files from multiple folders (ex. BRN-000001) from one windows server (\\boldls-mwe-dev4)to a different windows server(\\rrwin-ewhd04.ecomad.int). This shell... (4 Replies)
Discussion started by: SravsJaya
4 Replies

3. UNIX for Dummies Questions & Answers

copy paste to windows from unix

I generally highlight the content in unix terminal and use ctrl+v to paste in windows and it was working. Recently I noticed that if I copy in unix and paste in windows, it works once and then it does not work the second time. Then if I do a ctrl+c in a windows app to select a text and then go back... (3 Replies)
Discussion started by: carv_13
3 Replies

4. Shell Programming and Scripting

Copy from vi Editor ( unix ) to windows

How to copy the complete content from a file in vi Editor to windows ( notepad ). I can use " select " and paste it to windows but this is restricted to current page. Not allowing me to scroll down or up when selecting the content.:confused: (1 Reply)
Discussion started by: frintocf
1 Replies

5. UNIX for Dummies Questions & Answers

Copy unix filesystem to windows

Hi all Is there a way to copy a unix filesystem (folders, subfolder and files) to windows (AD) and at the same time maintaine the unix permission (user/group) when copied to windows (AD) filesystem? I want the same permission in windows as I had in unix in one copy job. Is this... (8 Replies)
Discussion started by: tomjen
8 Replies

6. UNIX for Dummies Questions & Answers

Copy file from Windows to Unix

I have a file in windows that I need to copy to UNIX. How can I FTP binary to the UNIX server. Thanks (2 Replies)
Discussion started by: abou202
2 Replies

7. UNIX for Advanced & Expert Users

Copy Paste across UNIX and Windows ?

how to select all the text from a file in Unix and then paste it in Notepad in windows? (4 Replies)
Discussion started by: skyineyes
4 Replies

8. UNIX for Advanced & Expert Users

how can i copy data in LINUX Machine to windows XP

Can anyone tell me how can i copy data in LINUX Machine to windows XP Thanks, Sandeep (2 Replies)
Discussion started by: bsandeep_80
2 Replies

9. UNIX for Dummies Questions & Answers

Copy from Windows to Unix

How do i copy a jar file from Windows to Unix?I am using eTrust single sign on tool to connect to the unix server. (1 Reply)
Discussion started by: ghanshyam
1 Replies

10. UNIX for Dummies Questions & Answers

copy and paste from MS Windows to Unix

Where I work we run unix through Microsoft windows, so my unix Windows appear on my MS Windows desktop. I surf the net with Microsoft Internet Explorer, is there anyway I can copy and paste examples from the net into my Unix windows? Thank you (9 Replies)
Discussion started by: Loaded Gun
9 Replies
Login or Register to Ask a Question