povsister

Results 39 comments of povsister

Well, sounds interesting. How about providing a `fs.Dir` inerface as input, so you can provide anything looks like a directory for the transfer ? Of course you could do what...

> my god,SCP don't support ignore..... 草,要不还是说中文吧

For my design, if a regular file is used as `remoteDir` parameter, it should be normally downloaded into `localDir`, and it actually did. This error occurs because my scp implementation...

It‘s a little earlier to dockerize project since NOT ALL features are completely implemented. I mean, it's not production-ready. I know about the author and he is really busy recently....

Emm.. looks like this implementation does not support memoryFS. Any ideas on patching this ?

Any progress on this issue ?

Looks like the func `time.Ticker.Reset(dur)` which was introduced in Go 1.15 causes complie failure.

This is caused by upstream golang bug which finally blames on glibc See https://github.com/golang/go/issues/30310 There is little we can do to fix it. The workaround is to add `export GODEBUG=netdns=go`...