Often I need to use wget from a remote login, but I see that the links provided on the web pages do not directly point to the file, but rather to the script, which leads to the download. This means that wget cannot be used to extract the file. Instead, I have to do a browser download, followed by scp for remote login.
Is there any way I can use wget to really customize the target file ??
source
share