Results 1 to 3 of 3
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
10-13-2010 #1
- Join Date
- Sep 2010
- Posts
- 14
Is there any alternative to SSHFS?
-
10-14-2010 #2
- Join Date
- Jan 2005
- Location
- Saint Paul, MN
- Posts
- 818
If all you want is file sharing (on an internal trusted network) you can look at Network File System (NFS), Andrew File System (AFS), Coda File System, and of course the old DECNET currently known as CIFS (see Samba).
-
10-14-2010 #3
Or davfs, (s)ftpfs, .. it just depends on what you need.
For example is davfs really fast for small files and can be secured with https and even shared over different places at it is being passed through a web server. But it has no support for credentials except the ones applied by a webserver and no uid/gid information.
ftpfs works even for bigger files really fast but is not regarded secure at all.
PS: try to transfer a 4gb dvd with sshfs over a gigabit lan. you won't get the speed you would like to have.