git grep -l github.com/ncw/rclone | xargs -d'\n' perl -i~ -lpe 's|github.com/ncw/rclone|github.com/rclone/rclone|g' goimports -w `find . -name \*.go`
* Add docs for --jottacloud-md5-memory-limit * Factor out readMD5 function and add tests * Fix accounting * Make sure temp file is deleted at the start (not Windows)