What is the problem you are having with rclone?
Hi,
are there any examples of using rclone with proxies in Windows 10? According to the manual a variable shall be used (export). Can I avoid that?
Hi,
are there any examples of using rclone with proxies in Windows 10? According to the manual a variable shall be used (export). Can I avoid that?
As per docs:
Can I use rclone with an HTTP proxy?
Yes. rclone will follow the standard environment variables for proxies, similar to cURL and other programs.
In general the variables are called
http_proxy
(for services reached overhttp
) andhttps_proxy
(for services reached overhttps
). Most public services will be usinghttps
, but you may wish to set both.
environment variables are the only way today to use proxy.
I think it is as easy to use with Windows as with any other OS. You do not have to set them globally but only from within your wrapper script.
yes, check out my solution at
and check out my other working example.
I’ll try it out but how to escape the proxy?
Do not configure proxy variables globally but only for your rclone command or wrapper script. Google will tell you how.
This is not rclone problem but windows scripting one.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.