Rclone getting stuck on file transfer from ftp server

Command: rclone copy --transfers 16 --checkers 32 --ftp-host "example.org" --ftp-user "user" --ftp-pass "encoded_password" -v --log-file=rclone_log :ftp:minecraft/usbCraft ./usbcraft_dl -P

What I expect to see is it getting all the files from the specified folder on the ftp server, and this does happen on my local machine with version
$ rclone version
rclone v1.43.1
- os/arch: linux/amd64
- go version: go1.11

But on a server I’m renting it dosen’t work and is just stuck on the last few files most of the time, and sometimes it’s even stuck when all files are already transferred and checked. Server:$
$ rclone version
rclone v1.46
- os/arch: linux/amd64
- go version: go1.11.5

Log: https://gist.github.com/usbpc/af3f00b3d76e8e66266d3ced10cad586

Also to note is that sometimes it works sometimes it dosen’t.

So the problem is that rclone gets stuck at the end of the transfer?

THere aren’t any clues in the log.

Can you try running killall -QUIT rclone when it gets stuck then post the backtrace generated? That will give us a clue anyway!

It might be worth having a go with the latest beta too.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.