I am using Coldfusion MX and trying to access a shared folder across the network for listing its contents using <cfdirectory>
Even though the shared folder is accessible via normal windows actions (i.e., got to run and type \\server-name\folder-name, i am able to view the contents and access the folder contents) but unable to access via cfdirectory. Also DirectoryExists() method returns false. This is so weird.
I have checked the share properties for the folder in that server. everything seems fine as i am able to access the shared folder via windows.
Clueless as to why cfdirectory doesn't recognise this folder in remote server.
Can someone help with this issue?