Re: Complicated question re: saving files
Ryan Coleman <[email protected]>
| Newsgroups | gmane.user-groups.linux.tclug |
|---|---|
| Message-ID | <[email protected]> |
Like they reject the user agent? If so try this: > wget --user-agent="Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0" Or they are SSL-protected and wget isn’t liking it? If so try the --no-check-certificate switch. Files are almost always saved in your home directory. You will need to find that based on your distribution. If you don’t know where a file is but you know it’s name try… > find / | grep ‘FILEname.ext’ > On Dec 13, 2020, at 5:54 AM, o1bigtenor <[email protected]> wrote: > > On Sat, Dec 12, 2020 at 9:56 PM Ryan Coleman <[email protected]> wrote: >> >> Or do you mean like a command to find where your GUI application is saving files to? >> > > This one!!!! > > I am finding that lots of website quite hate wget - - - - they seem to > not like me > reaching in to grab something. > > I know it sounds goofy but I'm trying to put something together and this is the > thing I can't find anything on - - - anywhere - - - - at least not yet! > > Regards > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > [email protected] > http://mailman.mn-linux.org/mailman/listinfo/tclug-list _______________________________________________ TCLUG Mailing List - Minneapolis/St. Paul, Minnesota [email protected] http://mailman.mn-linux.org/mailman/listinfo/tclug-list