M
MAX
How to give (put to browser) someone PDF document, with hidden path to
document.
If I use locate, user can see exact location of PDF document.
Perl script work on Microsoft IIS server and that cud be problem if I wont
to use password on folder.
#!/usr/bin/perl
#
#
# print "Content-type: text/html\n\n";
$line="www.mladilist.com/down/a.pdf";
print "Location: http://$line\n\n";
# ---------------------------------------
Is it possible to hide document(directory) with password, so that you can
read it only from perl script.
Tnx.
Paul
document.
If I use locate, user can see exact location of PDF document.
Perl script work on Microsoft IIS server and that cud be problem if I wont
to use password on folder.
#!/usr/bin/perl
#
#
# print "Content-type: text/html\n\n";
$line="www.mladilist.com/down/a.pdf";
print "Location: http://$line\n\n";
# ---------------------------------------
Is it possible to hide document(directory) with password, so that you can
read it only from perl script.
Tnx.
Paul