Partial torrent files corrupted on transfer: MD5 hash differ

i have the following command that runs every 20 min via cron:

flock -xn /home/owner/locks/upload.lck -c /home/owner/scripts/upload_silent.sh

upload_silent.sh:
/usr/local/bin/rclone copy /home/owner/gdrive/"TV Shows"/ gdrive:tv --transfers=6 --no-traverse --quiet --log-file=/home/owner/scripts/rclone_tv.txt

rclone seems to uploading partially downloaded files thinking that the files are complete, especially with large tv show packs. is there currently a fix for this with rclone or will this have to be addressed with rtorrent?

It would be best if you can get rtorrent to move the completed stuff into a new directory and sync from there with rclone.