We are trying to download a file form the CF server to the client's PC.We are using the following code:
<cfhttp method="get" URL=" path="c:\" file="test.txt"> We always get a "Path Not Found" error no matter what varient we use in Path.
<cfhttp method="get" URL=" path="c:\" file="test.txt"> We always get a "Path Not Found" error no matter what varient we use in Path.