We have some basic C# logic that iterates over a directory and returns the folders and files within. When run against a network share (\\\\server\\share\\folder) that is ina
Perhaps you could try pinging the server first, and only ask for the directory info if you get a response?