Community discussions

MikroTik App

Search found 2 matches

by klhsu
Fri Oct 18, 2019 8:48 pm
Forum: General
Topic: Login or password error after upgrade 6.45.2
Replies: 2
Views: 2059

Re: Login or password error after upgrade 6.45.2

Hi all. My routerOS is 6.45.6 . After upgrade tik4net to 3.40 I change the code as following : using (var conn = ConnectionFactory.OpenConnection(TikConnectionType.ApiSsl_v2, hostip, port, admin, adminpass)) { var cmd = conn.CreateCommand("/system/identity/print"); var result = cmd.Execute...
by klhsu
Wed Nov 30, 2016 6:03 pm
Forum: Scripting
Topic: C# API - tik4net on GitHub
Replies: 186
Views: 89742

Re: C# API - tik4net on GitHub

Hi danikf At first I like to say thank you for developed this good api for managing routerOS very easily. I have an issue as following, hope you can help me how to do. I've created some accounts for VPN user accounts,I write some code for a function to disable ppp user account, I have test in termin...