Is there a unix command I can use to pull a file from a URL and put it into a directory of my choice? So I have a URL which if you go to it, a file will be downloaded. I want to be able to type a unix command to download the linked file from the URL I specify and place it into a directory of my choice.
So if the URL www.example.com/image.png. I want to type a unix command to download the image.png file, I want to put that file into my examples/ directory
Is this possible?
Thanks!
http://www.freewarelovers.com/android/download/temp/1280424320_ASTRO_File_Manager_2.5.2.apkFirst try with both curl and wget then go to the URL directly and compare the results – Corey Jun 14 '11 at 21:51Connecting to www.freewarelovers.com|50.16.198.100|:80... connected. HTTP request sent, awaiting response... No data received. Retrying.– Corey Jun 14 '11 at 21:55