Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 967 Bytes

readme_pypi.rst

File metadata and controls

30 lines (22 loc) · 967 Bytes

Copyright (c) 2012-2022 Martin Wendt

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.

Requires Python 3.7+.

Note

MS Windows users that only need the command line interface may prefer the MSI installer or install using the Windows Package Manager:

> winget install pyftpsync

See also https://github.com/mar10/pyftpsync for details and Read the Docs.

Change Log

See CHANGELOG.md.