Skip to content

wengzy/pyftpsync

 
 

Repository files navigation

pyftpsync

Build Status Latest Version License Documentation Status Code style: black Released with: Yabs StackOverflow: pyftpsync

Synchronize directories using FTP(S), SFTP, or file system access.

sample

Summary

Synchronize directories using FTP(S), SFTP, or file system access.

  • This is a command line tool...
  • ... and a library for use in your Python projects.
  • Upload, download, and bi-directional synch mode.
  • Allows FTP-to-FTP and Filesystem-to-Filesystem synchronization as well.
  • Architecture is open to add other target types.

Note: Version 4.0 drops support for Python 2.

Quickstart

Python 3.6+ is required, pip recommended:

$ pip install pyftpsync --upgrade
$ pyftpsync --help

Note: Windows users may prefer the MSI Installer.

Documentation

Read the Docs for details.

About

Synchronize directories using FTP(S), SFTP, or file system access.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.0%
  • PowerShell 1.0%