View previous topic :: View next topic |
Author |
Message |
orange_juice Guru


Joined: 16 Feb 2006 Posts: 588 Location: Athens - Greece
|
Posted: Mon Mar 03, 2008 8:59 pm Post subject: Filesharing with other OSs in public network [solved] |
|
|
Hallo!
I am running several gentoo family boxes behind a firewall. I also have a couple of old desktops sitting around doing nothing.
I need to share occasionally some files of 10-20 MBs with other people outside my private network who mainly use Micro$oft's products.
I would like to ask for the safest way to do that but at the same time I need my friends to be able to follow it.
I would appreciate your help!
Kind regards,
orange_juice
Last edited by orange_juice on Sun Mar 09, 2008 7:48 pm; edited 1 time in total |
|
Back to top |
|
 |
CrankyPenguin Apprentice


Joined: 19 Jun 2003 Posts: 283
|
Posted: Mon Mar 03, 2008 10:02 pm Post subject: Ssh, httpd |
|
|
Depending upon how those files need to be shared and how "secure" they are I would suggest either SSH/SFTP or putting them on a website. If you don't mind who finds them then just post them on a website and pull them down once your friends have them. Failing that SFTP runs ftp over ssh and can be used to provide the same basic interface while using SSH encryption. All that you have to do there is open up SSH on one box. There are many good SFTP capable gui's including one from the Mozilla project. _________________ Linux, the OS for the obsessive-compulsive speed freak in all of us. |
|
Back to top |
|
 |
orange_juice Guru


Joined: 16 Feb 2006 Posts: 588 Location: Athens - Greece
|
Posted: Tue Mar 04, 2008 12:37 am Post subject: Re: Ssh, httpd |
|
|
CrankyPenguin wrote: | There are many good SFTP capable gui's including one from the Mozilla project. |
Thank you for your answer.
I understand that If I create a hardened server with nfs / samba for the internal network and sftp for the external behind my firewall, it will do the job satisfying all the needs of security and user friendliness.
Kind regards,
orange_juice |
|
Back to top |
|
 |
|