Skip to content

'No Such File' during client.CreateDirectory(path) #327

@AlanGreyjoy

Description

@AlanGreyjoy

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);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions