Prevent file from being accessed as it's being uploaded
Open
- Dominant language
- Java
- Stars
- 2.7k
- Forks
- 620
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 11
Description
We are trying to upload a file using SFTPClient.Put . Unfortunately the file that is currently uploaded is accessed by a program even before the upload is complete. Is there another class/method that I can use to make this upload atomic ? Ideally the file should be locked before the upload is complete.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.