LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 09-12-2005, 04:18 PM   #1
n00bpenguin
Member
 
Registered: Aug 2005
Posts: 30

Rep: Reputation: 15
Sharing Files on Mandrake


I have an old HP that I switched over to Mandrake Linux when Win 98 was just too horrendous to bear any longer. I recently got a new computer though, and I am running Mandriva on it. The problem is I want to get about 9-10 gigs of info (music/papers) from my old computer to my new, but when I set the old one up on the network It won't allow me to share any files. I go through to configure the sharing and everything there seems to work fine, but when I right click again on the file it doesn't give me the option to share it like it should. I've tried rebooting and everything like that but I still can't get it to share. Any body that can help?
 
Old 09-12-2005, 04:44 PM   #2
unreal128
Member
 
Registered: Jun 2003
Distribution: SuSE, Slackware, Gentoo
Posts: 207

Rep: Reputation: 30
I can't really help you with the GUI side of transmitting the file since I am not too familiar with the Mandrake distribution. Although, from a base Linux perspective, it might be best to start the ftp daemon service on your new box and just ftp in from your old one and send the data. You can also do the same with NFS if you want to. Does the old box show an IP in 'ifconfig' and are you able to see the remote PC?
 
Old 09-12-2005, 04:47 PM   #3
n00bpenguin
Member
 
Registered: Aug 2005
Posts: 30

Original Poster
Rep: Reputation: 15
^ i need help with exactly how I would ftp into the new computer from the old.
 
Old 09-12-2005, 04:49 PM   #4
jonlake
Member
 
Registered: Apr 2004
Distribution: Slackware 11.0, Gentoo
Posts: 252

Rep: Reputation: 31
I would setup an ssh server on the box that is holding the information that you want. Then you can scp (secure copy) the files to your machine. The advantage of this method is you can copy any file you want in any direction. I would suggest you learn to use this utility.

Also, you can setup an ftp server on the box holding the files and use ftp to copy them down.

The scp syntax is
Code:
scp <source> <destination>
So for example, if you are trying to copy from a remote box, to the one you are sitting on now, you would do
Code:
scp user@remote_box:/directory/files/you/want /where/you/want_files_locally
The user has to be a user on the remote pc that has access to the files, however, when they are coming across, the local machine will use the current user you are logged on as, and that user will have to have write permissions for the directory where the files are being copied to.

Last edited by jonlake; 09-12-2005 at 04:51 PM.
 
Old 09-12-2005, 05:15 PM   #5
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 683Reputation: 683Reputation: 683Reputation: 683Reputation: 683Reputation: 683
Quote:
but when I right click again on the file it doesn't give me the option to share it
Right click on the folder and not the files.
 
Old 09-13-2005, 10:14 AM   #6
n00bpenguin
Member
 
Registered: Aug 2005
Posts: 30

Original Poster
Rep: Reputation: 15
^I meant folder, i'm not that much of a n00b.
 
Old 09-13-2005, 12:56 PM   #7
unreal128
Member
 
Registered: Jun 2003
Distribution: SuSE, Slackware, Gentoo
Posts: 207

Rep: Reputation: 30
To ftp into the remote client, you need to verify that you are getting an IP on the old box. Run 'ifconfig -a' on the old box and put it in your reply. If you get an IP, then also include the results of 'ifconfig -a' on the new box.
 
Old 09-14-2005, 03:25 PM   #8
n00bpenguin
Member
 
Registered: Aug 2005
Posts: 30

Original Poster
Rep: Reputation: 15
It won't let me run ifconfig -a on my old computer.
 
Old 09-14-2005, 06:45 PM   #9
unreal128
Member
 
Registered: Jun 2003
Distribution: SuSE, Slackware, Gentoo
Posts: 207

Rep: Reputation: 30
Are you root when you run it and what is the message you get?
 
Old 09-14-2005, 07:05 PM   #10
n00bpenguin
Member
 
Registered: Aug 2005
Posts: 30

Original Poster
Rep: Reputation: 15
nevermind

Last edited by n00bpenguin; 09-14-2005 at 07:50 PM.
 
Old 09-14-2005, 07:49 PM   #11
n00bpenguin
Member
 
Registered: Aug 2005
Posts: 30

Original Poster
Rep: Reputation: 15
ok, here's what it says.

Link encap:Ethernet HWaddr 00:10:B5:44:A4:77
inet addr:65.188.151.22 Bcast:255.255.255.255 Mask:255.255.248.0
inet6 addr: fe80::210:b5ff:fe44:a477/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:354069 errors:0 dropped:0 overruns:0 frame:0
TX packets:2298 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:22189918 (21.1 Mb) TX bytes:337958 (330.0 Kb)
Interrupt:10 Base address:0x4000

eth1 Link encap:Ethernet HWaddr 00:09:5B:68:4D:6A
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::209:5bff:fe68:4d6a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:415 errors:0 dropped:0 overruns:0 frame:0
TX packets:543 errors:3 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:36318 (35.4 Kb) TX bytes:114834 (112.1 Kb)
Interrupt:9 Base address:0x6000 Memory:e3800000-e3800fff

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:130 errors:0 dropped:0 overruns:0 frame:0
TX packets:130 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:8488 (8.2 Kb) TX bytes:8488 (8.2 Kb)

sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
 
Old 09-14-2005, 08:44 PM   #12
n00bpenguin
Member
 
Registered: Aug 2005
Posts: 30

Original Poster
Rep: Reputation: 15
when i run scp user@address:/source/directory /destination/directory
it gives me this
ssh: connect to host 65.188.151.22 port 22: Connection refused
 
Old 09-14-2005, 10:37 PM   #13
n00bpenguin
Member
 
Registered: Aug 2005
Posts: 30

Original Poster
Rep: Reputation: 15
could it be my firewall?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
mandrake 10.1 sharing files and internet sharing xfiles_arram Linux - Networking 0 05-21-2005 02:22 PM
Sharing files with others Cooner Programming 1 09-23-2004 04:28 PM
Sharing Files Between Windows 98 and Mandrake 9.2 via networking Boffy Linux - Networking 2 07-10-2004 05:51 PM
Sharing files across Win98SE and Mandrake 9.1 CyberLord_7 Linux - General 6 06-24-2004 03:55 PM
Sharing files with Win9x & Mandrake 9.1 KDE tearinox Linux - Newbie 1 08-05-2003 11:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 05:31 AM.

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