Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for Issue1218 - Permission problems in directory creations on FTP/SFTP transfers #1220

Merged
merged 5 commits into from
Sep 11, 2024

Conversation

andreleblanc11
Copy link
Member

@andreleblanc11 andreleblanc11 commented Sep 11, 2024

  • cd_forced now no longer takes perm as an argument

  • permDirDefault is now used as default permissions in directory creations in cd_forced instead of hardcoded 775 in SFTP and FTP

  • the mkdirs on FTP are already accompanied with chmods so no changes to be made there

  • the mkdirs on SFTP are now accompanied with chmods

  • Improvements to cd_forced logging message

Copy link

github-actions bot commented Sep 11, 2024

Test Results

248 tests   246 ✅  1m 37s ⏱️
  1 suites    1 💤
  1 files      1 ❌

For more details on these failures, see this check.

Results for commit eabe000.

♻️ This comment has been updated with latest results.

@petersilva petersilva merged commit be6dcb2 into development Sep 11, 2024
24 of 60 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants