pyftpsync icon indicating copy to clipboard operation
pyftpsync copied to clipboard

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

Results 12 pyftpsync issues
Sort by recently updated
recently updated
newest added

Hi, Python version: 3.8.10 pyftpsync version: 3.1.0 (also tested with 4.0.0-a3) Started with the following Error from the Title: ``` $ pyftpsync download -v --progress . ftps://ftp.someserver.de Download to /opt/workspace/working...

bug
CLI
sftp

Bumps [lief](https://github.com/lief-project/LIEF) from 0.12.1 to 0.12.2. Commits 2169578 Update date d21af83 Fix missing copy_file (related to #770) fad1db9 Bump version 27cada7 Resolve #770 See full diff in compare view [![Dependabot...

dependencies

Thanks for this excellent package for syncing folder trees, it is exactly what we need for our project. We want to use the private_key argument on pysftp.Connection for SSH key...

enhancement
CLI
sftp

Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2. Release notes Sourced from urllib3's releases. 2.2.2 ๐Ÿš€ urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
no-pr-activity

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) ๐Ÿ PYCON US 2024 EDITION ๐Ÿ Security Fixed an issue where setting verify=False on the...

dependencies
no-pr-activity

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies

Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.15.4 to 3.20.1. Release notes Sourced from filelock's releases. 3.20.1 What's Changed CVE-2025-68146: Fix TOCTOU symlink vulnerability in lock file creation by @โ€‹gaborbernat in tox-dev/filelock#461 Full Changelog:...

dependencies
python

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.4.0 to 2.6.0. Release notes Sourced from urllib3's releases. 2.6.0 ๐Ÿš€ urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python

Hello. The UploadSynchronizer don't upload for new files because the remote parent folder retains the same date. How can I work around this issue? I have tried the force option...