Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-10-08 | 736 Bytes | |
v0.0.2.tar.gz | 2021-10-08 | 8.6 kB | |
v0.0.2.zip | 2021-10-08 | 15.3 kB | |
Totals: 3 Items | 24.6 kB | 0 |
Fixed
Chmod
not implemented and no panic, just output a debug log.- Fix rename or modify file will not write data to target file.
- Fix send a
Write
event manually is blocked, because theEvents
channel is not buffered on Non-Windows. - Use file md5 check to reduce the
Write
action execute repeatedly. - Fix log file directory permission denied.
Enhancements
- Add a simple file server to browse source directory and target directory.
- Use
log.Log
to print version info. - Output the write file progress to debug log.
- Add
retry_async
flag, control retry execute synchronously or asynchronously, default is execute synchronously. - Use
no_server
tags to disable file server built in program.