Normally I can sercure copy files from one machine to another using
> scp -oProxyJump=user@login.node.org ssh user@main.node.org:/home/user/my_files/* .
which is very slow for large data sets.
I was told that the machines I am using has a very fast link that can be accessed with wget. How do I perform the same file transfer using wget instead?