I don't know if this is possible through PHP scripting alone,
eg. sessions only work on 1(one) domain
you could check the referer, but it is not so secure,
eg.
check if referer = "your server1"
if true
on DL server that reads the content in the folder,
display it and c
if not true
exit
Thomas