I saw the suggestions about "right clicks" but I don't have a mouse on my Z.
Here's details of what happens when I attempt downloading a PM attachment:
The url for the attachment is the same whether I do a "Save as" bookmark, or just click on the link and fetch it from my history:
https://www.oesf.org/forums/index.php?act=A...ype=msg&id=4312 Then whether I do the following wget when logged in to the board in another window, or not logged in, I get the same results:
<blockquote>
bash-2.05# wget -O myfile.gz --http-user sdjf --http-passwd xxxx
https://www.oesf.org/forums/index.php\...g\&id=4312 --13:32:03--
https://www.oesf.org/forums/index.php?act=A...ype=msg&id=4312 => `myfile.gz'
Connecting to
www.oesf.org:80... connected!
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
0K .......... .......... ..
@ 10.96 KB/s
13:32:06 (10.92 KB/s) - `myfile.gz' saved [23550]
bash-2.05#
</blockquote>
Then I renamed the html file that was retrieved so I could view it in lynx:
bash-2.05# mv myfile.gz myfile.gz.html
and the board message in the file is:
<blockquote>
Board Message
Sorry, an error occurred. If you are
unsure on how to use a feature, or
don't know why you got this error
message, try looking through the help
files for more information.
The error returned was:
Sorry, some required files are
missing, if you intended to view a
topic, it's possible that it's been
moved or deleted. Please go back and
try again.
You are not logged in, you may log in below
</blockquote>
As I said above, got the same html file whether or not I was logged in. Is there a way to tweak wget or one of my browsers? I have no clue about the mime types on these files.
Thanks,
sdjf
P.S. when I click on link to "BB Code Help" I get an error 404 so sorry the display may not be quite right.