Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gofs_go1.18.3_amd64_windows_v0.4.3.zip | 2022-07-04 | 18.8 MB | |
gofs_go1.18.3_amd64_linux_v0.4.3.tar.gz | 2022-07-04 | 9.5 MB | |
README.md | 2022-07-04 | 1.4 kB | |
v0.4.3.tar.gz | 2022-07-04 | 103.7 kB | |
v0.4.3.zip | 2022-07-04 | 167.2 kB | |
Totals: 5 Items | 28.5 MB | 0 |
Fixed
- Fix when create a directory that matches the ignore rule, then its subdirectory's file that does not match the ignore rule will miss synchronize.
Enhancements
- Add support to sync the changed file to the sftp server.
- Add support to browse files from sftp server by http.
- Use the
retry_*
flags to control sftp reconnect rule. - Update Dockerfile, set environment
CGO_ENABLED=0
to disable dynamically linked for run in Docker. - Remove the
-tags netgo
compile argument in thebuild-release.sh
script for release. - Add support
[filepath]
and[regexp]
switches to control the ignore file rule provider, default is[filepath]
. - Support imports the gofs as an importable package.
- Add the
RunWithArgs
function, running the gofs program with specified command-line arguments, starting with the program name. - Add the
VFS.Addr
function to return the server address. - Export the
fs.toDeletedPath
function. - Skip the access log of
/favicon.ico
path. - Add the
log_format
flag to set the log output format, current supporttext
andjson
, default istext
. - Update dependency and fix incompatible code, github.com/no-src/log v0.1.3 => v0.1.4.
- Update dependency, github.com/gin-gonic/gin v1.8.0 => v1.8.1.
- Update
build-docker.sh
script, remove the image with specified tag and remove dangling images after build success.