Copy a file from Linux


 
Thread Tools Search this Thread
Homework and Emergencies Emergency UNIX and Linux Support Copy a file from Linux
# 8  
Old 07-22-2010
This is becoming a quiz show. When you already know which protocols/tools are not possible to be used, then please list them all here instead having people guessing around, ty. This could speed it up if you want a quick solution.
# 9  
Old 07-22-2010
Hi Experts,

Sorry if I had breached any rules of Forum. For the above Thread. I don't Want to use scp,mount and ftp.

So please suggest me.

Regards
Naree
# 10  
Old 07-22-2010
Hi,
well You could use rsync, rcp, netcat, wget/wput (with something other than ftp, http for example), uucp and I guess quite a lot of others to choose from. It all depends on what protocols are supported on both Your computers.
If You have specific reasons for not allowing some protocols, I guess You can easily determine if any of the others are a viable option for You.

Best regards,
Lakris

PS A last resort could of course be a USB drive or similar external device? Smilie
# 11  
Old 07-22-2010
try this Smilie
Code:
# rsync -avr --no-whole-file /local_path/myfile user@remotehost:/remote_path/

# 12  
Old 07-22-2010
Thanks to All.

But i don't want to use any protocols . If there is anyother way please tell me.

Regards
Naree
# 13  
Old 07-22-2010
As soon as you have to copy something over a network, you have to use a protocol, unless you want to code something up yourself. And even then you'll probably define some protocol yourself.
# 14  
Old 07-23-2010
telnet and cat perhaps???
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

how to copy the directory but not copy certain file

Hi experts cp bin root src /mnt but not copy bin/bigfile any help? ( I post this thread in the "redhat" forum wrongly, I don't know how to withdraw that question in that wrong forum) Thanks (6 Replies)
Discussion started by: yanglei_fage
6 Replies

2. IP Networking

Need to copy file from Linux to DOS.

I have two PCs with Ubuntu 10.4 and DOS 5.0, which are connected with a 9 pins serial cable. I need to copy some files from the Linux box to the DOS box. I tried UUCP but it's too difficult and i didn't found a working client for DOS. Can you help me? Thanks for any reply! (10 Replies)
Discussion started by: mghis
10 Replies

3. SuSE

I want to copy a file from Linux

Hi Experts, I want to copy a file from a Linux machine to another Linux machine or a windows machine shared drive. I mean to say.. cp filename //hostname/shareddrive. I don't want to mount. Is there any way we can do it. Regards Naree (1 Reply)
Discussion started by: naree
1 Replies

4. Shell Programming and Scripting

I want to copy a file from Linux

Hi Experts, I want to copy a file from a Linux machine to another Linux machine or a windows machine shared drive. I mean to say.. cp filename //hostname/shareddrive. I don't want to mount. Is there any way we can do it. Regards Naree Double post. Replies here moved to... (0 Replies)
Discussion started by: naree
0 Replies

5. UNIX for Dummies Questions & Answers

copy and paste certain many lines of huge file in linux

Dear All, I am working with windoes OS but remote a linux machine. I wonder the way to copy an paste some part of a huge file in linux machine. the contain of file like as follow: ... dump annealling all custom 10 anneal_*.dat id type x y z q timestep 0.02 run 200000 Memory... (2 Replies)
Discussion started by: ariesto
2 Replies

6. UNIX for Dummies Questions & Answers

command for copy file from CD to Linux box

Hi , I have simple question as i am beginner , I have to copy one file from cd(compact disc) to my linux box on some directory. With which command and how can i do that? Thanks sam71 (2 Replies)
Discussion started by: sam70
2 Replies

7. UNIX for Dummies Questions & Answers

linux, copy a:\file to /tmp in linux?

hi, i am on linux 8. i wanted to copy a file from my a:\filename to my linux 8 /tmp directroy. how do i do this or any directions as in how to accompilsh. thanks (6 Replies)
Discussion started by: yls177
6 Replies

8. Where do I download LINUX & UNIX?

Where can i get a copy of Unix or Linux?

where can i get a free copy of unix? any kind... (5 Replies)
Discussion started by: gregtampa
5 Replies
Login or Register to Ask a Question