I have a server in USA (linuxLinux box B), and my home pcPC (linuxLinux box A), and I need download a file from website C,
theThe issue is, it is very slow to download a file direct from A,
so I need download the file when I loginlog in B, and sftpsftp get the file from A.
isIs there any way that I can download file and use B as proxy directly through only one line command?