Skip to main content

A command line sftp client

Project description

Igloo: a command line scp client.

Usage:
igloo put [-t] [-f FOLDER] [FILE]
igloo get [-s | -t] [-f FOLDER] [FILE]
igloo config [-u URL] [-d DEFAULT] [-a ALIAS]
igloo -h | --help | --version

Examples:
igloo put my_file.txt
igloo put -f private < my_code.py
echo 'hello world!' | igloo put

Arguments:
FILE File to copy. If no file is specified standard
input will be used instead.

Options:
-h --help Show this screen.
--version Show version.
-f FOLDER --folder=FOLDER Folder to save/fetch the file to/from.
-s --stream Stream the file to stdout instead of saving it
to a file.
-t --track Track progress.
-u URL --url=URL SSH URL.
-a ALIAS --alias=ALIAS Url alias.
-d DEFAULT --default=DEFAULT Default folder [default: public].

Project details


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.14.tar.gz (3.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page