<CFFILE ACTION="Copy"
SOURCE="\\machine90\sss\shi.txt"
DESTINATION="\\mecser\e\"
>
<CFCONTENT TYPE="text/html"
FILE="\\mecser\e\shi.txt" DELETEFILE="No">
i am trying to copy a file from a remote machine to the server and then download the file from the server to the local machine.
i am using the above code. destination drive is on server. i am getting the below error.
Error processing CFFILE
Unable to copy file '\\machine90\sss\shi.txt' to path '\\mecser\e\shi.txt'. Error: The network path was not found. (error 53).
The error occurred while processing an element with a general identifier of (CFFILE), occupying document position (14:1) to (17:5).
what might be the reason, do i need to map any drives, do i have to map the local drive from the server or the destination drive on the server from the local machine?
please help
SOURCE="\\machine90\sss\shi.txt"
DESTINATION="\\mecser\e\"
>
<CFCONTENT TYPE="text/html"
FILE="\\mecser\e\shi.txt" DELETEFILE="No">
i am trying to copy a file from a remote machine to the server and then download the file from the server to the local machine.
i am using the above code. destination drive is on server. i am getting the below error.
Error processing CFFILE
Unable to copy file '\\machine90\sss\shi.txt' to path '\\mecser\e\shi.txt'. Error: The network path was not found. (error 53).
The error occurred while processing an element with a general identifier of (CFFILE), occupying document position (14:1) to (17:5).
what might be the reason, do i need to map any drives, do i have to map the local drive from the server or the destination drive on the server from the local machine?
please help