Networking Forums

Networking Forums > Computer Networking > Linux Networking > data transfer WinME to Linux: crossover cable?

Reply
Thread Tools Display Modes

data transfer WinME to Linux: crossover cable?

 
 
Larry Gagnon
Guest
Posts: n/a

 
      03-14-2005, 11:06 PM
I have a Windows ME box and a Xandros 3.01 box. I want to transfer some
data files across from the Win box to the Linux box using a crossover
cable (I do not have a CDRW on either machine and there are no network
ports remaining, there are too many files to email them). How would I go
about setting up a simple mini network between the two to transfer the
files as easily as possible?

Larry Gagnon

--
********************************
to reply via email remove "fake"
Microsoft will soon release their newest product: a vacuum cleaner.
It will be their only product which doesn't suck.

 
Reply With Quote
 
 
 
 
Allen McIntosh
Guest
Posts: n/a

 
      03-14-2005, 11:56 PM
Larry Gagnon wrote:
> I have a Windows ME box and a Xandros 3.01 box. I want to transfer some
> data files across from the Win box to the Linux box using a crossover
> cable (I do not have a CDRW on either machine and there are no network
> ports remaining, there are too many files to email them). How would I go
> about setting up a simple mini network between the two to transfer the
> files as easily as possible?


Assign static IP addresses. Make the Linux box 192.168.1.1 and the ME
box 192.168.1.2. Netmask 255.255.255.0. If you have to give the ME box
a gateway to make it happy, lie and use 192.168.1.1.
The nastiest part may be configuring the FTP server on the Linux box to
allow access.
 
Reply With Quote
 
Andrei Ivanov
Guest
Posts: n/a

 
      03-15-2005, 12:36 AM
Allen McIntosh <(E-Mail Removed)> wrote:
> Assign static IP addresses. Make the Linux box 192.168.1.1 and the ME
> box 192.168.1.2. Netmask 255.255.255.0. If you have to give the ME box
> a gateway to make it happy, lie and use 192.168.1.1.
> The nastiest part may be configuring the FTP server on the Linux box to
> allow access.


After IP addresses have been configured and basic connectivity (ping)
tested, one can put files into shared folder on Windows computer, and
then connect there from Linux computer as SMB client. Also, it might
be even easier to install PuTTY, and then to use "pscp" to copy files
onto Linux computer.

--
andrei
 
Reply With Quote
 
Dariusz =?utf-8?Q?Kuli=C5=84ski?= / takeda
Guest
Posts: n/a

 
      03-15-2005, 01:31 AM
On Mon, 14 Mar 2005 16:06:15 -0800, Larry Gagnon wrote:

> I have a Windows ME box and a Xandros 3.01 box. I want to transfer some
> data files across from the Win box to the Linux box using a crossover
> cable (I do not have a CDRW on either machine and there are no network
> ports remaining, there are too many files to email them). How would I go
> about setting up a simple mini network between the two to transfer the
> files as easily as possible?


First, remember to set IP on both machines, there needs to be same netmask,
and the ip neds to be in same network.

For example you can use following addresses:

first computer:
10.0.0.1 netmask 255.255.255.0

second computer:
10.0.0.2 netmask 255.255.255.0

Then you need to decide which way to use, I think the simpliest solutions
are:
- set up ftp server on linux and access it on windows
- use windows sharing

In the second case, you need to decide, which computer would provide shared
folder. If it would be winows, then make one folder shared, move stuff over
there, and mount it using:

| mount -t smbfs -o username=xxx,password=xxx //windows/sharefolder /linuxmountpoint

You could also install samba, and make shared folder on linux.

I think the second option with windows sharing a folder might be the
easiest one.
--
(E-Mail Removed)t, ICQ# 15827691, TLEN: taked4, YahooIM: takeda64
http://eggdrop.takeda.tk - http://eggwiki.takeda.tk
http://www.againsttcpa.com
 
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
Linux Windows 2000 crossover cable LinNet Linux Networking 6 10-01-2006 12:16 AM
Can I convert a FastCat5e network cable into a crossover cable? Sherri & Garry January Windows Networking 10 10-30-2003 04:19 AM
Can I convert a FastCat5e network cable into a crossover cable? Sherri & Garry January Home Networking 10 10-30-2003 04:19 AM
Can I convert a FastCat5e network cable into a crossover cable? Sherri & Garry January Windows Networking 8 10-30-2003 04:19 AM
linux <-> 2k crossover cable network cam Linux Networking 1 08-30-2003 08:27 PM



1 2 3 4 5 6 7 8 9 10 11