-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add ability to set file permissions after writing an SFTP file. Resol… #203
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #203 +/- ##
==========================================
- Coverage 21.71% 21.03% -0.69%
==========================================
Files 59 61 +2
Lines 19301 20341 +1040
==========================================
+ Hits 4192 4278 +86
- Misses 14648 15565 +917
- Partials 461 498 +37 ☔ View full report in Codecov by Sentry. |
// restart timer once action is completed | ||
f.fileSystem.connTimerStop() | ||
defer f.fileSystem.connTimerStart() | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
simplified timer here...technically unrelated to the actual changes
…ves #202.