Networking Forums

Networking Forums > Computer Networking > Linux Networking > What's the simplest way to copy files between networked PCs?

Reply
Thread Tools Display Modes

What's the simplest way to copy files between networked PCs?

 
 
Michael Badt
Guest
Posts: n/a

 
      11-02-2003, 09:21 AM
HI,
I need to copy some large files from PC1 (Knoppix 3.3) to PC2 (Mandrake
9.1). It's a one-time operation and I'd rather avoid installing,
configuring and running NFS on either PC.
Both PCs are networked and I can ping PC1-PC2 and vice versa.
Please advise !

Thanks!

 
Reply With Quote
 
 
 
 
Fred Emmott
Guest
Posts: n/a

 
      11-02-2003, 09:24 AM
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Michael Badt wrote:
| HI,
| I need to copy some large files from PC1 (Knoppix 3.3) to PC2 (Mandrake
| 9.1). It's a one-time operation and I'd rather avoid installing,
| configuring and running NFS on either PC.
| Both PCs are networked and I can ping PC1-PC2 and vice versa.
| Please advise !
|
| Thanks!
|

if you already have apache setup, just plonk whatever on your webserver.

- --
Fred Emmott

Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect. --- Linus Torvalds
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQE/pNt1Dvn9hyzHIq4RAoUxAJ9e3DywDYOtX0NEyJPzGsZVQ9diDA CdGC3s
W9jaylzpoittyk8zx+v/OBk=
=egW0
-----END PGP SIGNATURE-----

 
Reply With Quote
 
bards
Guest
Posts: n/a

 
      11-02-2003, 09:28 AM
Michael Badt wrote:
> HI,
> I need to copy some large files from PC1 (Knoppix 3.3) to PC2 (Mandrake
> 9.1). It's a one-time operation and I'd rather avoid installing,
> configuring and running NFS on either PC.
> Both PCs are networked and I can ping PC1-PC2 and vice versa.
> Please advise !
>
> Thanks!
>


Use 'scp' which is part of the ssh suite. It should be installed on both
distros by default.

man scp.


HTH.

 
Reply With Quote
 
ray
Guest
Posts: n/a

 
      11-02-2003, 02:39 PM
Michael Badt wrote:
> HI,
> I need to copy some large files from PC1 (Knoppix 3.3) to PC2 (Mandrake
> 9.1). It's a one-time operation and I'd rather avoid installing,
> configuring and running NFS on either PC.
> Both PCs are networked and I can ping PC1-PC2 and vice versa.
> Please advise !
>
> Thanks!
>


rcp or use an nfs mount.

 
Reply With Quote
 
Michael Powe
Guest
Posts: n/a

 
      11-02-2003, 07:47 PM
>>>>> "Michael" == Michael Badt <(E-Mail Removed)> writes:

Michael> HI, I need to copy some large files from PC1 (Knoppix
Michael> 3.3) to PC2 (Mandrake 9.1). It's a one-time operation and
Michael> I'd rather avoid installing, configuring and running NFS
Michael> on either PC. Both PCs are networked and I can ping
Michael> PC1-PC2 and vice versa. Please advise !

in my experience, rsync is good and fast for numbers of files or to
copy a directory structure recursively. i use scp for one-off,
simple/single file transfers. in addition, there's plain old ftp,
which is usually enabled by default.

mp

--
cat: /home/powem/.signature: No such file or directory
 
Reply With Quote
 
Phil Jones
Guest
Posts: n/a

 
      11-02-2003, 08:19 PM
Or ftp........

"Michael Powe" <michael+(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> >>>>> "Michael" == Michael Badt <(E-Mail Removed)> writes:

>
> Michael> HI, I need to copy some large files from PC1 (Knoppix
> Michael> 3.3) to PC2 (Mandrake 9.1). It's a one-time operation and
> Michael> I'd rather avoid installing, configuring and running NFS
> Michael> on either PC. Both PCs are networked and I can ping
> Michael> PC1-PC2 and vice versa. Please advise !
>
> in my experience, rsync is good and fast for numbers of files or to
> copy a directory structure recursively. i use scp for one-off,
> simple/single file transfers. in addition, there's plain old ftp,
> which is usually enabled by default.
>
> mp
>
> --
> cat: /home/powem/.signature: No such file or directory



 
Reply With Quote
 
Timothy Murphy
Guest
Posts: n/a

 
      11-02-2003, 08:47 PM
Michael Powe wrote:

> in my experience, rsync is good and fast for numbers of files or to
> copy a directory structure recursively. i use scp for one-off,
> simple/single file transfers. in addition, there's plain old ftp,
> which is usually enabled by default.


(1) scp has a -r option to download directories

(2) My experience is exactly the opposite of yours --
"plain old ftp" is usually disabled by default.

--
Timothy Murphy
e-mail (<80k only): tim /at/ birdsnest.maths.tcd.ie
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland
 
Reply With Quote
 
David Efflandt
Guest
Posts: n/a

 
      11-02-2003, 09:14 PM
On Sun, 02 Nov 2003 20:28:19 +1000, bards <(E-Mail Removed)> wrote:
> Michael Badt wrote:
>> HI,
>> I need to copy some large files from PC1 (Knoppix 3.3) to PC2 (Mandrake
>> 9.1). It's a one-time operation and I'd rather avoid installing,
>> configuring and running NFS on either PC.
>> Both PCs are networked and I can ping PC1-PC2 and vice versa.
>> Please advise !
>>
>> Thanks!
>>

>
> Use 'scp' which is part of the ssh suite. It should be installed on both
> distros by default.
>
> man scp.


scp is safest (encrypted) and may be fastest (if compression is enabled).
For example, I can often transfer files about twice the speed of my
wireless or adsl connection using scp with compression.

--
David Efflandt - All spam ignored http://www.de-srv.com/
http://www.autox.chicago.il.us/ http://www.berniesfloral.net/
http://cgi-help.virtualave.net/ http://hammer.prohosting.com/~cgi-wiz/
 
Reply With Quote
 
Leon.
Guest
Posts: n/a

 
      11-03-2003, 12:12 AM

"Michael Badt" <(E-Mail Removed)> wrote in message
news(E-Mail Removed). ..
> HI,
> I need to copy some large files from PC1 (Knoppix 3.3) to PC2 (Mandrake
> 9.1). It's a one-time operation and I'd rather avoid installing,
> configuring and running NFS on either PC.
> Both PCs are networked and I can ping PC1-PC2 and vice versa.
> Please advise !
>
> Thanks!
>


Possibilities :

rcp, scp (scp may be ready to go )
ftp (may require setting up)
http ( may require setting up)
email (may be quicker or convenient, if its already set up )

mc :

mc is a file manager, like the old xtree gold.

run mcserv on one machine first,

and run mc on the other, create the network link under mc (F9, file,
network link )

and then you can copy back and forth, rename, delete, make directories on
both ends


You can also use mc as a ftp client.


 
Reply With Quote
 
Jem Berkes
Guest
Posts: n/a

 
      11-03-2003, 12:47 AM
> I need to copy some large files from PC1 (Knoppix 3.3) to PC2 (Mandrake
> 9.1). It's a one-time operation and I'd rather avoid installing,
> configuring and running NFS on either PC.
> Both PCs are networked and I can ping PC1-PC2 and vice versa.
> Please advise !


Most distros have the OpenSSH daemon ready to go. Try connecting from one
PC to the other with:

sftp user@IP

If that doesn't work try 'sshd' to start the OpenSSH daemon, then attempt
sftp.

--
Jem Berkes
http://www.sysdesign.ca/
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy files using filenames from text files with shell script or bash script altariamx2003@gmail.com Linux Networking 4 11-23-2006 08:27 AM
copy files Max Wireless Networks 1 01-17-2006 03:30 PM
Moving files among networked computers J.H. Holliday Network Routers 4 05-30-2005 10:58 PM
Can no longer copy files from one pc to another Pam Windows Networking 1 03-17-2005 04:13 AM
Copy files from old computer to new? So'n'so Windows Networking 7 12-11-2003 12:52 AM



1 2 3 4 5 6 7 8 9 10 11