View Full Version : Easy file sharing over the internet
Berkut
March 15th, 2005, 09:08 AM
Hi.
I'am searching for an easy way to share my files in Ubuntu to a friend on WinXP over the internet (and maybe the other way too). I tried it with Openssh, but that's a bit hard to configure for me (is there a gui for the server?). What would be the easiest way? I mean something like sharing a folder (like in nutilus for the local network).
Something like Spike would be cool ( http://www.porchdogsoft.com/products/spike/ ) but its only for Win and Mac (and i don't have a credit card).
Thank you for any sugestions!
deuce868
March 15th, 2005, 09:42 AM
What I do is create a webdav directory with apache. Then there is a tool for windows called NetDrive from novell. It will map the webdav directory as a drive in windows like Z:\.
There are several good tutorials on setting up webdav just look around.
Berkut
March 15th, 2005, 07:09 PM
That seems to be it! I'am reading the tutorials now.
Thanx Deuce.
JaF
May 19th, 2005, 09:36 AM
You could always try http://www.yousendit.com/ you can send files up to 1GB and its useful for one off transfers etc.
WimVriend
July 7th, 2005, 03:50 PM
Hi.
I'am searching for an easy way to share my files in Ubuntu to a friend on WinXP over the internet (and maybe the other way too). I tried it with Openssh, but that's a bit hard to configure for me (is there a gui for the server?). What would be the easiest way? I mean something like sharing a folder (like in nutilus for the local network).
Something like Spike would be cool ( http://www.porchdogsoft.com/products/spike/ ) but its only for Win and Mac (and i don't have a credit card).
Thank you for any sugestions!
Hi,
Look at this one
http://gnomefiles.org/app.php?soft_id=545
I am very happy with it.
Wim
LordHunter317
July 7th, 2005, 03:52 PM
I recommend you don't use WebDAV, as it's a security issue on the Linux side. You can't provide sufficent control of the permissions, currently. Which is a crying shame.
Using SSH and SFTP is quite easy. I don't know why you're looking for a configuration tool for the server, as there is nothing to configure. It comes out of the box setup just fine.
deuce868
July 7th, 2005, 07:04 PM
How is it a security issue on the linux side? Most tutorials show you how to set it up using apache2 on https and tools like subversion use this setup all the time with no major security headaches I've seen.
Can you point to something I've not heard about?
LordHunter317
July 7th, 2005, 09:34 PM
WebDAV runs as the Apache user. This means all files are owned by the Apache user on the filesystem (not a good thing), making providing proper security rather difficult.
deuce868
July 8th, 2005, 06:41 AM
WebDAV runs as the Apache user. This means all files are owned by the Apache user on the filesystem (not a good thing), making providing proper security rather difficult.
Well I guess we're just going to have to disagree here. What's the problem with the apache user owning the files? It happens all the time. Who else is going to own them? I'm sorry, but you just seem to be making baseless generalizations. Saying something is not a good thing just doesn't help anyone understand why at all.
LordHunter317
July 8th, 2005, 10:21 AM
Well I guess we're just going to have to disagree here. What's the problem with the apache user owning the files?What if I have not one person accessing the files, but 3? Now, I don't know who owns what files. In a screw up, one of the users could access the others' files.
In the advent of an Apache daemon compromise, it means all that WebDAV data is vulnerable. It's standard security practice to not have anything owned by the Apache user for that very reason: it prevents an attacker from messing with your data.
That also ignores the fact that unless you use different passwords for WebDAV access, you have to open up the permission on /etc/shadow, which is an incredibly bad idea. Good way to get your entire box owned very quickly these days, via a rainbow-table attack on the stolen file.
This also ignores the fact that WebDAV/SSL is much harder to setup properly than SSH for SFTP, even ignoring these flaws in the implementation.
relix42
July 8th, 2005, 01:15 PM
Thank you for any sugestions![/QUOTE]
Wouldn't it be easier to use FTP and the Windows "Network Place" capabities? Or am I missing something?
Endolith
May 14th, 2008, 04:50 PM
What if I have not one person accessing the files, but 3? Now, I don't know who owns what files. In a screw up, one of the users could access the others' files.
This also ignores the fact that WebDAV/SSL is much harder to setup properly than SSH for SFTP, even ignoring these flaws in the implementation.
But doesn't SSH/SFTP have the same flaws of allowing users to access each others' files?
vBulletin® v3.8.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.