Tagged Questions
8
votes
5answers
4k views
How to download a file through an SSH server?
I have a server in USA (Linux box B), and my home PC (Linux box A),
and I need download a file from website C,
The issue is, it is very slow to download a file direct from A,
so I need download the ...
7
votes
1answer
8k views
How to wget a file to a remote machine over SSH?
I'd like to basically pipe a wget command to a file on a remote server over SSH. How can I do this? I know I could simply ssh into the server and have it download the file, but I'd much rather use the ...