: Can anyone help?
:
: How can i set Adobe to connect to a website using my password and username for that site?
: Thank You
:
Maybe you should make Adobe files unaccessible to everybody by changing file mode to 0700.
chmode(somefile.pdf, 0700)
This would make this file accessible only to you.
And then if you need to access it through a link, make a link with ftp protocol:
<a href="ftp://yourName@yourServer/somePath/somefile.pdf">Some Adobe Document</a>
I think this should help you. Try it.
Good luck!
Aidas Bendoraitis aka
Archatas