Date: Tue, 10 Nov 2020 23:08:36 -0800 From: David Christensen <dpchrist@holgerdanske.com> To: freebsd-questions@freebsd.org Subject: Re: secure file sharing service options Message-ID: <e069c386-a08e-f287-12d2-6ab5c6094db8@holgerdanske.com> In-Reply-To: <3e3f751c-7644-7fb3-adff-c79be0707645@dreamchaser.org> References: <3e3f751c-7644-7fb3-adff-c79be0707645@dreamchaser.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2020-11-10 18:44, Gary Aitken wrote: > Can anyone recommend secure file-sharing services? An organization I > work with has a need for something more secure than google docs. > > Ideally it would allow some form of collaboration similar to the level > offered by google docs. Mostly word-type documents and spreadsheets. > Barring that, just more secure sharing options still appreciated. If you want the equivalent of a file server share available over an intranet and/or the Internet, sshfs(1) comes to mind. If you want the backing store automatically encrypted, add encfs(1). Both appear to be available for BSD, Linux, Windows, and macOS. David
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e069c386-a08e-f287-12d2-6ab5c6094db8>