Skip to content

ZSSH - ZIP over SSH (Simple Python script to exchange files between servers)

License

Notifications You must be signed in to change notification settings

aslamanver/zssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ZSSH - ZIP over SSH (Simple Python script to exchange files between servers)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages