Zssh version 1.5c - How to Download and Install on Mac OS X
Monday the 22nd of March, 2010

    version 1.5c

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


      The zssh Portfile 39234 2008-08-13 03:00:47Z ryandesign macports.org $

      PortSystem 1.0

      Name: zssh
      Version: 1.5c
      Revision: 1
      Category: comms security
      Platform: darwin
      Maintainers: nomaintainer

      Description: Program for transferring files using SSH
      Long Description: "zssh (Zmodem SSH) is a program that can transfer files to a remote machine using a SSH connection. It acts as an alternative to scp."

      Master Sites: sourceforge
      Homepage: http://zssh.sourceforge.net/

      extract.suffix .tgz

      Checksums: md5 9f140ec2705a96d6a936b7dca0e8dd13 sha1 68dc9b8572646ef63909b3855e7990d75f49926c rmd160 87f3c69d6497a90fc89bc423de932915ee667efa

      depends_lib port:readline

      configure.type gnu

      configure.args --mandir=${destroot}${prefix}/share/man

      use_parallel_build yes

      pre-destroot {
      move ${worksrcpath}/INSTALL ${worksrcpath}/INSTALL.txt
      }

      destroot.destdir prefix=${destroot}${prefix}

      post-destroot {
      set docdir ${destroot}${prefix}/share/doc/${name}-${version}
      xinstall -d ${docdir}
      xinstall -W ${worksrcpath} CHANGES COPYING FAQ README TODO ${docdir}
      }

    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/zssh
      % sudo port install zssh
      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 zssh
      ---> Verifying checksum for zssh
      ---> Extracting zssh
      ---> Configuring zssh
      ---> Building zssh with target all
      ---> Staging zssh into destroot
      ---> Installing zssh
    - 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 zssh with these commands:
      %  man zssh
      % apropos zssh
      % which zssh
      % locate zssh

     Where to find more information:

    Darwin Ports



    Lightbox this page.