On Thu August 23 2018 07:56:45 Dan Youngquist wrote:
On 08/23/2018 07:42 AM, Gene Heskett wrote:
gene@coyote:/$ wget -O keyfile 'http://keyserver.quickbuild.io:11371/pks/lookup?op=get&search=0xF5CFC95C ' Cannot specify both -k and -O if multiple URLs are given, or in combination with -p or -r. See the manual for details.
I think the word 'keyfile' shouldn't be there. As far as I know it's not a valid wget command, so wget is interpreting it as the option -k (--convert-links).
"-O keyfile" tells wget to put the key (plus some HTML) into the file "keyfile".
--Mike