Basic rate limiting implementation.

Added `--limit-upload` and `--limit-download` flags to rate limit
backups and restores.
This commit is contained in:
rmdashrf 2017-10-08 11:28:03 -07:00
parent 8ceb22fe8a
commit 32637a0328
12 changed files with 1179 additions and 4 deletions

2
vendor/github.com/pkg/sftp/sftp.go generated vendored
View file

@ -1,5 +1,5 @@
// Package sftp implements the SSH File Transfer Protocol as described in
// https://filezilla-project.org/specs/draft-ietf-secsh-filexfer-02.txt
// https://tools.ietf.org/html/draft-ietf-secsh-filexfer-02
package sftp
import (