If I have a URL similar to this: http://www.vim.org/scripts/download_script.php?src_id=11834
How do I download the file using wget? Everytime I try I always end up downloading the php file.
|
If I have a URL similar to this: http://www.vim.org/scripts/download_script.php?src_id=11834 How do I download the file using wget? Everytime I try I always end up downloading the php file.
| |||
|
feedback
|
|
The
For a case where you need to POST authentication information, you can do the following, which is extracted from StackOverflow: How to use wget post data
| |||||
feedback
|