I've been faced with some network problem and the direct download speed is very slow and a time-out error can be easily seen.
But I can use other downloading tools like "Internet Download Manager" to successfully fetch file from the link like this "https://static.rust-lang.org/dist/2016-12-21/rustc-1.14.0-x86_64-pc-windows-gnu.tar.gz".
I can see that when rustup or rust-init start downloading, it always creates a temp file in $HOME/.rustup/tmp.
Is there any way to tell the rustup or rust-init not to create a new tmp file but use the .tar.gz file I just downloaded via other method?
Is there any command line parameters for this feature? or is it possible to be added?
I've been faced with some network problem and the direct download speed is very slow and a time-out error can be easily seen.
But I can use other downloading tools like "Internet Download Manager" to successfully fetch file from the link like this "https://static.rust-lang.org/dist/2016-12-21/rustc-1.14.0-x86_64-pc-windows-gnu.tar.gz".
I can see that when rustup or rust-init start downloading, it always creates a temp file in $HOME/.rustup/tmp.
Is there any way to tell the rustup or rust-init not to create a new tmp file but use the .tar.gz file I just downloaded via other method?
Is there any command line parameters for this feature? or is it possible to be added?