A command line scp client
Project 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 -sd 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 save/fetch the file to/from.
-h --help Show this screen.
--host=HOST Hostname.
--http-url=URL Not used yet.
--list List remote files in folder.
-p PROFILE --profile=PROFILE Profile [default: default].
--remove Remove remote file.
-s --stream Streaming mode.
-t --track Track transfer progress.
--user=USER Username.
--version Show version.
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 -sd 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 save/fetch the file to/from.
-h --help Show this screen.
--host=HOST Hostname.
--http-url=URL Not used yet.
--list List remote files in folder.
-p PROFILE --profile=PROFILE Profile [default: default].
--remove Remove remote file.
-s --stream Streaming mode.
-t --track Track transfer progress.
--user=USER Username.
--version Show version.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
igloo-0.0.17.tar.gz
(4.2 kB
view hashes)