kensington43
Technical User
I want to copy a Word Document from my Windows NT web Server to an Info Server:
Code:
<cflock name="theLock" type="EXCLUSIVE" timeout="30">
<cffile action="copy" source="C:\theDoc.doc" destination="\\\infoServer\theDirectory\">
</cflock>
The cause of this exception was: java.io.FileNotFoundException: \\\infoServer\theDirectory\ (Access is denied).
The weird part is I own the directory and can create documents in this directory on the info server AND I have a Perl script that can copy this file (theDoc.doc) into this Info server. I would rather do this with Cold Fusion, so why does Cold Fusion MX 6.0 say access denied??