Copyright (c) 2012-2022 Martin Wendt
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.
See CHANGELOG.md.