LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-04-2004, 02:20 PM   #1
stranger777
Member
 
Registered: Jul 2004
Location: Canada
Distribution: none right now
Posts: 31

Rep: Reputation: 15
Transfering files from Linux to XP - Network


So my better half uses Windows on her very cool and expensive "desktop replacement" which we use as well to watch the odd DVD or downloaded TV episode. I would like to download files on my machine and then transfer them to hers without burning a CD. We are all using a router, so can I just plug my network cable into her system and somehow transfer those big files? Is this going to be a big thing? I have never done any networking, ever. I have tried searching for this and found stuff. Confusing stuff... If it's a big thing just tell me and I keep wasting those CDs.

Merci!
 
Old 09-04-2004, 02:34 PM   #2
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
It's not a big thing ... if you have a router you have some sort of home network, and each of you has an IP address on that network. If you have SSH set up on your Linux box, you can use WinSCP or something similar to login remotely and transfer files. Another option is Samba, which will allow you to make Windows network shares on your Linux machine, thus allowing them to be mapped from a Windows machine. Samba is slightly complex, but not too hard to get going.
 
Old 09-04-2004, 02:35 PM   #3
ranger_nemo
Senior Member
 
Registered: Feb 2003
Location: N'rn WI -- USA
Distribution: Kubuntu 8.04, ClarkConnect 4
Posts: 1,142

Rep: Reputation: 47
You could also use CD-RWs and erase re-use the same disc over and over.

If you want to cable directly from your network card to her's, you'll need a crossover cable... It has a few wires switched around so you can direct connect two computers. Otherwise, you'll need a hub/switch betwixt the two computers, then you only need two regular network cables.

Easiest thing would be to share a folder on her computer, then install samba-client on your computer. You will be able to mount her shared drive onto your system, then transfer files back and forth. You can use the command-line, or get something like LinNeighborhood << www.bnro.de/~schmidjo/ >>, or use LISA in KDE, to be able to browse to her computer.

If you want to put the shared folder on your computer, and browse to it through Network Neighborhood on her's, you'll need to install the full Samba and configure it. Not too hard, really. Search the forum or Google for more info.
 
Old 09-04-2004, 02:40 PM   #4
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,513

Rep: Reputation: 46
The most obvious answer to this is samba network. Through samba you can have a network of windows and linux.
As I think samba configuring is a pain in the ***, I just do a ssh session, with winscp3 in the win computer, and i'm done.

All this assumes both computers are already physically networked.
 
Old 09-04-2004, 03:19 PM   #5
ranger_nemo
Senior Member
 
Registered: Feb 2003
Location: N'rn WI -- USA
Distribution: Kubuntu 8.04, ClarkConnect 4
Posts: 1,142

Rep: Reputation: 47
You don't need to configure Samba to use smbclient...
Code:
$ smbclient -L win_box
Password:
Domain=[win_box] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]

        Sharename       Type      Comment
        ---------       ----      -------
        IPC$            IPC       Remote IPC
        ADMIN$          Disk      Remote Admin
        C$              Disk      Default share
        share           Disk
Domain=[win_box] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]

        Server               Comment
        ---------            -------

        Workgroup            Master
        ---------            -------

$ ls share
$ sudo mount -t smbfs -o username=ranger_nemo //win_box/share share
Password:
$ ls share
AVG6DB_F.DAT  burnme  katana  nemo  RECYCLER  System Volume Information
$ cp whatever_the_heck_you_want share/
$ share/cp something_else ./
$ sudo umount //win_box/share
It's easier than scp, IMO.
 
Old 09-04-2004, 05:21 PM   #6
stranger777
Member
 
Registered: Jul 2004
Location: Canada
Distribution: none right now
Posts: 31

Original Poster
Rep: Reputation: 15
Thanks guys, I know now how I'll spend my Sunday (<- pathetic loser...)
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
java, transfering files over the network exodist Programming 1 09-18-2004 04:06 PM
Transfering my files unixfreak Linux - Newbie 1 08-11-2004 09:53 PM
Transfering files from a Windows machine to Linux qcoder Linux - General 4 10-10-2003 05:06 PM
Transfering files from a fat32 hd to a linux hd felipe_ced Linux - Newbie 4 08-18-2003 10:36 PM
Transfering Files form Linux to Windows Ricky22 Linux - Networking 6 06-09-2002 06:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration