Skip to content

Commit

Permalink
Refactor temporary file management
Browse files Browse the repository at this point in the history
We want to keep track of temporary files in order to delete "stale"
temporary files.  By incorporating a temporary file manager we (1)
encapsulate that management in a way that simplifies the SftpSessionHandler,
and (2) are able to track when temporary files have not been accessed in
a long period of time.

Issue #144 Temporary file storage can become "dead" if CLOSE is never called
  • Loading branch information
slifty committed Oct 23, 2023
1 parent c583540 commit 5adddc0
Show file tree
Hide file tree
Showing 4 changed files with 357 additions and 185 deletions.
Loading

0 comments on commit 5adddc0

Please sign in to comment.