Using SSH, transfer webURL to remote machine
- by AlanTuring
Hi so i was doing some research in the library so i could use some pictures later on my Desktop computer in my room. I have space on my Lab account which i usually SSH into, and i was wondering if URL's can be directly transferred over to a remote machine and saved on the hard disk.
I was thinking something like this:
scp http://click.si.edu/images/truncatedurl.jpg /home3/etc.../filename.jpg
is this possible?
Thanks in advance.