Thomas McCarthy wrote:

I update a file on my server using a script like this:

put  x & cr after URL "ftp://username:[EMAIL PROTECTED]/secretroom/somefile.txt"

I also retrieve info by getting the URL. Some of this info is of a sensitive nature (my 
daily body-mass-index). So I would like to protect it. I've already put in a file named 
"index.html" to keep casual browsing away. If I add password protection to the 
folder how would I be able to access files in it through Rev?

Simply do

put  URL "ftp://username:[EMAIL PROTECTED]/secretroom/somefile.txt" into myVar

The file will can be left not be accessible through http, and ftp requires the 
password, so you should be protected.


--
Alex Tweedly       http://www.tweedly.net



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.11/191 - Release Date: 02/12/2005

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to