How to stop download

Assume i started download a file from gdrive. and i want to cancel it how can i do it? will close the powershell work?

Assuming you are running rclone from a powershell window, closing down that window will close rclone too - and thus cancel the download.

Usually you can hit CTRL+C in most command-windows also to cancel a running script, which is more convenient most of the time. At least this is the case in CMD on windows and Bash on Linux. I have so little experience of powershell that I really don't know, but I would assume it works the same there as it's something people would expect in a command terminal.

1 Like

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