Skip to main content

ZSSH - ZIP over SSH

Project description

ZSSH - ZIP over SSH

Simple Python script to exchange files between servers.

PyPI version

Login to SSH and choose which path you need to serve over HTTP.

This script is based on Python 3+

Intall from PIP

python3 -m pip install zssh

Expose a directory to ZIP

$ python3 -m zssh -as --path /desktop/path_to_expose

Extract a ZIP from URL

$ python3 -m zssh -ad --path /desktop/path_to_download --zip http://mydomain.com/temp_file.zip

Usage

usage: zssh [-h] -a A --path PATH [--zip ZIP] [--port PORT]

required arguments:
  -a A         Action [s = serve, d = download]
  --path PATH  File/Folder Path

optional arguments:
  --zip ZIP    ZIP File URL | Name should be *.zip
  --port PORT  Server Port | Default: 9800

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

zssh-1.2.0.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

zssh-1.2.0-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

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