How do I use wget for the targets that are linked behind php or cgi etc scripts?
Often times, I need to use wget from a remote non-gui login but I see that the links presented on webpages do not directly point to the file but rather a script that leads to the download. This means it is impossible to use wget to fetch the file. 开发者_C百科Instead, I have to do a browser download followed by scp to the remote login.
Is there a way, I can use wget to really target the intended file somehow!?
精彩评论