I am trying to create directories in our CentOS server and I get thrown an exception. 'No Such File'
Now, this doesn't happen all the time, only sometimes. But when it starts, it doesn't go away for a couple of days.
savePath = "/PhoneManager/Help/Pages/Phones/Adding_Extensions/";
if (!client.Exists(savePath))
{
client.CreateDirectory(savePath);
}