Changes between Version 22 and Version 23 of SftpFrontend
- Timestamp:
- 2010-06-09T23:00:18Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SftpFrontend
v22 v23 15 15 === sshfs === 16 16 17 sshfs is an SFTP client that allows filesystem access via FUSE (a user-space filesystem layer). It works on Linux and other Unix systems that provide FUSE. For Mac OS X, a patched version of sshfs is included as part of MacFUSE.17 sshfs is an SFTP client that allows filesystem access via FUSE (a user-space filesystem layer). It works on Linux and other Unix systems that provide FUSE. For Mac OS X, a patched version of sshfs is included as part of [http://code.google.com/p/macfuse/ MacFUSE]. 18 18 19 19 Tahoe's SFTP frontend includes several workarounds and extensions to make it function correctly with sshfs.