Results 130 comments of Ivan Andreev

The FTP client library used by rclone supports custom Dial func option: https://pkg.go.dev/github.com/jlaffaye/ftp#DialWithDialFunc and we can feed it with https://pkg.go.dev/golang.org/x/net/proxy#Dialer Also see an example of socks5 dialer and its usage...

I'm yet curious how we can tweak rclone test suite to add a mock of socks5 proxy.

The attempt PR #4933 was abandoned and closed. New developers can pick it by the link above and use its patch as a basis.

https://keybase.io/blog/keybase-joins-zoom

15 thumbs up since 2018 (3 years) warrants **the** badge.

@creativeprojects The rclone executable currently spans ~70mb. Growing it by ~20mb or even more for a single 3rd party is not an option. If we had out-of-process plugins (#5747), the...

> +1 for this! Now that Mega has reduced its free space from 50GB to only 15GB, Keybase support for rclone would make it absolutely the best tool ever for...

Tentatively assigned Fred to see on the [tracker](https://github.com/rclone/rclone/issues?q=is%3Aopen+is%3Aissue+label%3A%22new+backend%22+label%3AIMPORTANT) who is who :)

The probability of getting the race test stuck depends directly on the number of rclone PR/merge jobs running concurrently. With 4-5 or more PR jobs running at once, having one...