private static void DoRemoveDir(FtpsClient client) { client.RemoveDir(NormalizeRemotePath(_commandArguments[0])); }