PDA

View Full Version : Raw Logs & FSO


homeacademy
10-23-2003, 05:11 AM
I want to use ASP to organize (copy around) the zipped raw log files on my account. My first thought was to use FSO to do this. However, it just won't find the file. I gave it a complete path (e:/web/...) but fso.FileExists still says it's not there. I can see the file fine with FTP. What's going on? I've checked my code carefully. Any help is appreciated.

homeacademy
10-30-2003, 05:01 AM
Any ideas?

homeacademy
10-31-2003, 04:35 AM
Thanks. If it's 'virtual' on my account, it is 'real' somewhere, so I'll contact technical support to get the path.

dchow
10-31-2003, 12:54 PM
The log directory is actually a FTP virtual directory. You cannot access it via FSO from your website.