Metadata-Version: 1.1
Name: igloo
Version: 0.0.20
Summary: A command line scp client
Home-page: http://github.com/mtth/igloo/
Author: Matthieu Monsch
Author-email: monsch@mit.edu
License: MIT
Description: Igloo: a command line scp client.
        
        Usage:
          igloo [options] (--list | FILENAME)
          igloo -h | --help | --version
        
        Examples:
          igloo my_file.txt
          igloo -f private < my_code.py
          echo 'hello world!' | igloo -s hello
          igloo -ds test.log | grep foo
        
        Arguments:
          FILENAME                      The file to copy. If in uploading mode
                                        (default) with streaming mode activated this
                                        will only be used as remote filename. If in
                                        downloading mode, the remote file to fetch.
        
        Options:
          --debug                       Enable full exception traceback.
          -d --download                 Downloading mode.
          -f FOLDER --folder=FOLDER     Folder to copy the file to/from.
          -h --help                     Show this screen.
          --host=HOST                   Remote hostname.
          --list                        List remote files in folder.
          -p PROFILE --profile=PROFILE  Profile [default: default].
          -r --recursive                Enable directory transfer. Not yet implemented.
          --remove                      Remove remote file.
          -s --stream                   Streaming mode.
          -t --track                    Track transfer progress.
          --use-password                Use password identification.
          --user=USER                   Username.
          --version                     Show version.
          -z --zip                      Zip file or folder before transferring. Files
                                        that are already compressed won't be
                                        compressed again. Not yet implemented.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
