Suppose you're working on a Unix/Linux machine remotely through an SSH session, and then you need to get a resource (like a tar or gzip file) that's on the Internet to that machine. Well, you could download that file to your local machine, and then use For instance, I just needed to get a Ruby resource on a local Linux workstation. I just followed these steps:scp to copy it to your remote Unix box. Or ... you can get the URL for the resource on your local workstation, copy the URL, and then use wget on the remote workstation and download it directly to that machine.
wget http://tmtm.org/downloads/mysql/ruby/mysql-ruby-2.7.1.tar.gz
I should also note that you can use As soon as the download was completed I had the file I needed on my remote server, with no need for the etxra One thing to know is that this will leave a record in the remotew3m on the remote machine as well. I just can't use that as fast as I can use a GUI browser, like Firefox.
scp step.
system's access log files, showing the hit coming from the remote
system where you ran the wget command. I don't think that is really a problem, but I thought I should mention it.

Post new comment