janmohammadi / MikrotikDotNet

Mikrotik C# API - MikrotikDotNet is a lightweight and easy to use ADO.NET like library for Mikrotik Api with extensibility and performance in mind.
34 stars 13 forks source link

cannot execute command for disable user PPPOE #17

Open budisandif opened 1 year ago

budisandif commented 1 year ago

Command : var cmdDis = conn.CreateCommand("/ppp secret disable [find name=ABC]"); cmdDis.ExecuteNonQuery();

Result : no such command prefix'

Ulix9800 commented 5 months ago

Did you solve the problem? I cant delete an entry of an adress list because the next parameter is needed [find address=1.1.1.1]

budisandif commented 5 months ago

Problem already solved, thx