Changes between Version 68 and Version 69 of SftpFrontend


Ignore:
Timestamp:
2011-08-21T22:04:27Z (13 years ago)
Author:
davidsarah
Comment:

don't know whether MacFUSE works on Snow Leopard (it uses a hybrid kernel by default, not a 64-bit one, so it *may* work)

Legend:

Unmodified
Added
Removed
Modified
  • SftpFrontend

    v68 v69  
    7676For Mac OS X, a patched version of sshfs is included as part of [http://code.google.com/p/macfuse/ MacFUSE].
    7777
    78 However, development of MacFUSE stalled at version 2.0.3, which does not work on the 64-bit kernels used by default in Snow Leopard or Lion, and development has subsequently [http://www.mail-archive.com/macfuse@googlegroups.com/msg02517.html splintered into several forks]. The Tuxera fork (version 2.2.1) does not work with Tahoe-LAFS, possibly due to issue (2) in [http://osdir.com/ml/macfuse/2011-08/msg00052.html this post]. The Bryan Pahm, OSXFUSE, and FUSE4X forks have not been tested.
     78However, development of MacFUSE stalled at version 2.0.3, which does not work on the 64-bit kernel used by default in Lion, and it has subsequently [http://www.mail-archive.com/macfuse@googlegroups.com/msg02517.html splintered into several forks]. The Tuxera fork (version 2.2.1) does not work with Tahoe-LAFS, possibly due to issue (2) in [http://osdir.com/ml/macfuse/2011-08/msg00052.html this post]. The Bryan Pahm, OSXFUSE, and FUSE4X forks have not been tested.
    7979
    80 Version 2.0.3 ''does'' work on Leopard (Mac OS X 10.5.8), with all the caveats noted for Linux above, and the following additional ones:
     80Version 2.0.3 ''does'' work on Leopard (Mac OS X 10.5.8). It has not been tested with Snow Leopard. All of the caveats noted for Linux above apply, and the following additional ones:
    8181
    8282The MacFUSE version of sshfs stores "extended attributes" in files with names starting with "{{{._}}}". For example the attributes for "{{{foo.txt}}}" would be stored in a file called "{{{._foo.txt}}}". Since some Mac OS X applications may depend on these attributes (especially for their own file formats), if you need to copy or move the original file then you should copy or move the attribute file along with it. The OS X {{{cp}}} and {{{mv}}} commands will do this by default; operations using the Tahoe WUI or CLI will not (unless you are moving all files in a directory). Note that filenames beginning with "{{{.}}}" are not listed by default by {{{ls}}}.