| Suse/Novell This Forum is for the discussion of Suse Linux. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
09-01-2005, 10:15 PM
|
#1
|
|
Member
Registered: Apr 2005
Location: Chicago, IL
Distribution: Ubuntu 9.04
Posts: 355
Rep:
|
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?
|
|
|
|
09-01-2005, 10:26 PM
|
#2
|
|
Moderator
Registered: Nov 2004
Location: San Jose, CA
Distribution: Ubuntu
Posts: 8,505
Rep: 
|
A local user? A user on your LAN? A user over the 'NET?
|
|
|
|
09-01-2005, 10:56 PM
|
#3
|
|
Member
Registered: Apr 2005
Location: Chicago, IL
Distribution: Ubuntu 9.04
Posts: 355
Original Poster
Rep:
|
Quote:
Originally posted by Matir
A local user? A user on your LAN? A user over the 'NET?
|
A user over the net.
|
|
|
|
09-01-2005, 11:40 PM
|
#4
|
|
LQ Newbie
Registered: Aug 2005
Posts: 19
Rep:
|
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 
|
|
|
|
09-02-2005, 01:35 AM
|
#5
|
|
LQ Newbie
Registered: Sep 2003
Location: Sweden
Distribution: Gentoo
Posts: 18
Rep:
|
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!
|
|
|
|
09-02-2005, 12:07 PM
|
#6
|
|
Member
Registered: Apr 2005
Location: Medicine Park, OK
Distribution: Slackware
Posts: 348
Rep:
|
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...
|
|
|
|
09-02-2005, 01:54 PM
|
#7
|
|
Member
Registered: Nov 2004
Location: Texas
Distribution: openSUSE 10.3, Yoper Linux 3.0 , Arch Linux 2007.08
Posts: 253
Rep:
|
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:userid  assword@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.
|
|
|
|
09-02-2005, 01:56 PM
|
#8
|
|
Member
Registered: Nov 2004
Location: Texas
Distribution: openSUSE 10.3, Yoper Linux 3.0 , Arch Linux 2007.08
Posts: 253
Rep:
|
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!
|
|
|
|
09-03-2005, 12:25 PM
|
#9
|
|
Member
Registered: Apr 2005
Location: Chicago, IL
Distribution: Ubuntu 9.04
Posts: 355
Original Poster
Rep:
|
Thanks a lot for the suggestions, folks! 
|
|
|
|
09-03-2005, 01:51 PM
|
#10
|
|
Member
Registered: Jul 2003
Posts: 658
Rep:
|
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.
|
|
|
|
09-03-2005, 07:43 PM
|
#11
|
|
Member
Registered: Apr 2005
Location: Medicine Park, OK
Distribution: Slackware
Posts: 348
Rep:
|
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..
|
|
|
|
09-03-2005, 08:32 PM
|
#12
|
|
Member
Registered: Nov 2004
Location: Texas
Distribution: openSUSE 10.3, Yoper Linux 3.0 , Arch Linux 2007.08
Posts: 253
Rep:
|
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?
|
|
|
|
09-04-2005, 03:42 AM
|
#13
|
|
Member
Registered: Jul 2003
Posts: 658
Rep:
|
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 
|
|
|
|
09-04-2005, 11:00 PM
|
#15
|
|
Member
Registered: Apr 2005
Location: Medicine Park, OK
Distribution: Slackware
Posts: 348
Rep:
|
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?
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:32 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|