LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 09-01-2005, 10:15 PM   #1
Cinematography
Member
 
Registered: Apr 2005
Location: Chicago, IL
Distribution: openSUSE 13.1
Posts: 357

Rep: Reputation: 31
an easy way to share files with another user


I did a search for file sharing and client/server stuff, and I found programs like glftpd and proftpd. They seem a little complicated though. I couldn't get either one started. Is there a GUI program or an easy way to give a user access to a directory or select directories on your computer?
 
Old 09-01-2005, 10:26 PM   #2
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
A local user? A user on your LAN? A user over the 'NET?
 
Old 09-01-2005, 10:56 PM   #3
Cinematography
Member
 
Registered: Apr 2005
Location: Chicago, IL
Distribution: openSUSE 13.1
Posts: 357

Original Poster
Rep: Reputation: 31
Quote:
Originally posted by Matir
A local user? A user on your LAN? A user over the 'NET?
A user over the net.
 
Old 09-01-2005, 11:40 PM   #4
caesium5
LQ Newbie
 
Registered: Aug 2005
Posts: 19

Rep: Reputation: 0
I'm new too, so just a suggestion

install Apache
enable it using YaST
letting your friends know your IP address and
putting up the files into the folders (/home/~accoutname) should do the trick.

I'm away from my box, else I can test out before posting this
 
Old 09-02-2005, 01:35 AM   #5
Munkur
LQ Newbie
 
Registered: Sep 2003
Location: Sweden
Distribution: Gentoo
Posts: 18

Rep: Reputation: 0
Why not just put up a DC hub, like for example: OpenDCHub

...and then people can connect to it and download from you... and you from them!
 
Old 09-02-2005, 12:07 PM   #6
edong23
Member
 
Registered: Apr 2005
Distribution: Slackware
Posts: 350

Rep: Reputation: 30
just make a new account, a download account, and give them the username and password and let them scp it. works great for me.. even if they have windows, cuas ethere is something called winscp.. i dont know much about it, but a guy used it to get some stuff from me the other day, and he is a windows only user...
 
Old 09-02-2005, 01:54 PM   #7
mac57
Member
 
Registered: Nov 2004
Location: Texas
Distribution: openSUSE 10.3, Yoper Linux 3.0 , Arch Linux 2007.08
Posts: 253

Rep: Reputation: 30
Something I do frequently for this sort of thing is just to have an ftp server running on my machine. If you are running SuSE (I assume you are, given the location of the post!), try out package pure-ftpd; this is a nice lightweight and secure ftp deamon. I have been using it for years with SuSE - it is solid.

Having set this up, make sure to allow ftp access in the firewall. For this, use the firewall configuration from YaST and its "Advanced" function - allow port 21 for TCP, which is the normal ftp port.

Now, very simply, the other machine (assuming it is linux) can use Midnight Commander to transfer files back and forth. Midnight Commander has a wonderful ftp support mechanism, which hides all the underlying mechanics, and makes the other machine look simply another directory. You can navigate around, transfer files, do everything you can do with a local directory. It is the BEST ftp client I have ever used.

To use this, open midnight commander ("mc" on most systems) and enter the following:

cd /#ftp:useridassword@hostname/directory

Of course, put in the intended userid, password and hostname in the above, not the words I have used. Once you have this all working, you can just add a bookmark (C-x h) to make access simple.

I transfer files between two linux boxes this way all the time. VERY, very nice. And, very secure. I only start pure-ftpd when I need to do a transfer, so the service is generally not there for hackers to exploit. In the same vein, I only allow port 21 in the firewall when I want to transfer. You can decide to run pure-ftpd all the time, and leave port 21 open all the time, if you wish. You will need to decide how paranoid you are!

If you have any troubles with this, just post back.
 
Old 09-02-2005, 01:56 PM   #8
mac57
Member
 
Registered: Nov 2004
Location: Texas
Distribution: openSUSE 10.3, Yoper Linux 3.0 , Arch Linux 2007.08
Posts: 253

Rep: Reputation: 30
An update - I see that where I had typed the letters ":" and "p", a smiley face has been inserted. Clearly, I meant the letters ":" and "p" in that spot!
 
Old 09-03-2005, 12:25 PM   #9
Cinematography
Member
 
Registered: Apr 2005
Location: Chicago, IL
Distribution: openSUSE 13.1
Posts: 357

Original Poster
Rep: Reputation: 31
Thanks a lot for the suggestions, folks!
 
Old 09-03-2005, 01:51 PM   #10
vinay_s_s
Member
 
Registered: Jul 2003
Posts: 659

Rep: Reputation: 30
ssh and kde for nubs

i suggest using ssh as its more secure and all, but for newbies who are afraid of the command line, please use the fish protocol in konqueror

enter this in the addressbar
fish://username@ipaddress

konq will ask for the password, and you are all set to use it as a normal file browsing environment.
 
Old 09-03-2005, 07:43 PM   #11
edong23
Member
 
Registered: Apr 2005
Distribution: Slackware
Posts: 350

Rep: Reputation: 30
well then, i would also suggest the fish thing, that is too cool. i know alot of people that dont like getting stuff from me becuase of my lack of knowledge of guis for it.. that is cool. now i can tell them to use that. awesome..
 
Old 09-03-2005, 08:32 PM   #12
mac57
Member
 
Registered: Nov 2004
Location: Texas
Distribution: openSUSE 10.3, Yoper Linux 3.0 , Arch Linux 2007.08
Posts: 253

Rep: Reputation: 30
This fish thing sounds too cool. Never heard of it before. What protocol is it using between machines? What daemons does the other machine need to have running in order to use this? Are there specific ports you need to open on the other machine's firewall in order to have this work?
 
Old 09-04-2005, 03:42 AM   #13
vinay_s_s
Member
 
Registered: Jul 2003
Posts: 659

Rep: Reputation: 30
All you need is ssh setup and working on the host machine, (and ofcourse a username and password just like u will need it for normal ssh)

you can say that the kde fish plugin is sorts of a frontend for ssh
 
Old 09-04-2005, 03:51 AM   #14
vinay_s_s
Member
 
Registered: Jul 2003
Posts: 659

Rep: Reputation: 30
heres something that might be of some use, especially the second half of the article:

http://www.novell.com/coolsolutions/feature/15895.html

Last edited by vinay_s_s; 09-05-2005 at 01:13 AM.
 
Old 09-04-2005, 11:00 PM   #15
edong23
Member
 
Registered: Apr 2005
Distribution: Slackware
Posts: 350

Rep: Reputation: 30
yessir, kde never stops delivering. i hate the kde desktop environment, but thier tools are nice... too bad the desktop isnt.. amazing how they can make the best stuff and the worse stuff... i did the fish thing today, it was really nice. wounder if there is a plugin for firefox?
 
  


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
Adding a user to the DIP group or easy way to get online through dial-up? Erik_the_Red Linux - Newbie 2 11-16-2005 06:07 PM
Extract files in one easy step? AndyMCR Slackware 15 10-15-2005 06:41 AM
An easy way to push and pull files reitzell Linux - Newbie 2 04-27-2005 09:32 PM
Samba :share files from home directory to an other user flashdelux Linux - Software 0 11-29-2004 12:57 PM
Kodak Easy Share digital camera CX4230 under SUSE 8.2 thedeerhunter27 Linux - Hardware 0 12-21-2003 04:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 09:53 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