Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mar10/pyftpsync
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Sep 12, 2024
2 parents e5ff238 + e3d6f6b commit 4f06f53
Show file tree
Hide file tree
Showing 4 changed files with 324 additions and 437 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pip-log.txt
# Unit test / coverage reports
.cache/
.coverage
.coverage.*
.idea
.pytest_cache
.tox
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- Fix #82 Error importing SFTPTarget with paramiko > 3.0
- Fix #92 Unquote url characters in password
- Fix #99 Recursive folders with capital letters are not synced
- Drop support for Python 3.7 (end-of-life: 2023-06-27)
- Use GH Actions for CI instead of Travis

Expand Down
Loading

0 comments on commit 4f06f53

Please sign in to comment.