Sshfs version 2.2 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    version 2.2

      View the most recent changes for the sshfs port at: sshfs.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for sshfs.
      The raw portfile for sshfs 2.2 is located here:
      http://sshfs.darwinports.com/dports/fuse/sshfs/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/sshfs


      The sshfs Portfile 58336 2009-09-26 21:21:09Z toby macports.org $

      PortSystem 1.0

      Name: sshfs
      Version: 2.2
      Category: fuse
      Platform: darwin
      Maintainers: eridius
      Description: SSH filesystem for FUSE
      Long Description: This is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side there's nothing to do. On the client side mounting the filesystem is as easy as logging into the server with ssh.

      Homepage: http://fuse.sourceforge.net/sshfs.html

      distname sshfs-fuse-${version}
      Master Sites: sourceforge:fuse
      Checksums: ${distfiles} md5 26e9206eb5169e87e6f95f54bc005a4f sha1 5c75cc747f97fd4fa031059346c25282027e5bc9

      livecheck.distname sshfs-fuse

      depends_build path:bin/pkg-config:pkgconfig
      depends_lib port:gettext path:lib/pkgconfig/glib-2.0.pc:glib2 port:macfuse port:libiconv port:openssh

      configure.cppflags-append -DDARWIN_SEMAPHORE_COMPAT
      configure.post_args-append --disable-dependency-tracking

      platform darwin {
      patch_sites http://macfuse.googlecode.com/svn/tags/macfuse-2.0/filesystems/sshfs
      patchfiles sshfs-fuse-${version}-macosx.patch
      checksums-append sshfs-fuse-${version}-macosx.patch md5 08330f4c10e25052b3a5c26d180e4752 sha1 24e6721c25fb883c945550ac62e20f4c35f4393e

      # override patch.pre_args since it defaults to -p0
      patch.pre_args -p1
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/sshfs
      % sudo port install sshfs
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching sshfs
      ---> Verifying checksum for sshfs
      ---> Extracting sshfs
      ---> Configuring sshfs
      ---> Building sshfs with target all
      ---> Staging sshfs into destroot
      ---> Installing sshfs
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using sshfs with these commands:
      %  man sshfs
      % apropos sshfs
      % which sshfs
      % locate sshfs

     Where to find more information:

    Darwin Ports



    Lightbox this page.