Skip to content

A simple utility that asynchronously downloads files from a remote SFTP folder. Can significantly speed up the download of a large number of files.

License

Notifications You must be signed in to change notification settings

pavdwest/sftpy_async

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A simple utility that asynchronously downloads files from a remote SFTP folder. Can significantly speed up the download of a large number of files.

How to Use

  1. Clone the repo: git clone git@github:pavdwest/sftpy_async.git
  2. cd sftpy_async
  3. Create virtual env: pip3 -m venv .venv
  4. Activate venv: source ./venv/bin/activate
  5. Install requirements: pip3 install -r requirements.txt
  6. Copy config.example.yaml to config.yaml and fill out connection details
  7. Run python ./main.py

About

A simple utility that asynchronously downloads files from a remote SFTP folder. Can significantly speed up the download of a large number of files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages