Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gofs_go1.17.6_amd64_windows_v0.2.4.zip | 2022-02-06 | 15.1 MB | |
gofs_go1.17.6_amd64_linux_v0.2.4.tar.gz | 2022-02-06 | 7.7 MB | |
README.md | 2022-02-03 | 904 Bytes | |
v0.2.4.tar.gz | 2022-02-03 | 50.4 kB | |
v0.2.4.zip | 2022-02-03 | 80.3 kB | |
Totals: 5 Items | 22.9 MB | 0 |
Fixed
- Fix when a reconnect happens but can't receive auth response.
- Fix invalid convert causes a panic when checking connection close error.
- Fix retry to write a not exist file.
- Fix the problem of data race.
- Avoid deleting the file twice or more.
- Fix rename action does not trigger force delete in the local disk mode.
Enhancements
- Rename the
src
flag tosource
. - Rename the
target
flag todest
. - Add the
Config
struct to store flag arguments. - Add the
about
flag to print about info. - Add the
clear_deleted
flag to support clear all deleted files in thedest
path. - Rename the package,
server/fs
=>server/httpfs
. - Move the
util/fs*.go
tofs
package. - If execute the
sync_once
flag finished, then shutdown and exit the program. - Ignore all events about the deleted files.
- Add some badges.
- Add README doc for the server.