Page 1 of 1

vpncmd on linux

Posted: Fri Dec 18, 2015 3:34 pm
by Petrol
Hello,

I'm trying to import a Configuration file with vpncmd on a computer running linux. I have no problem to connect to the client, just with the AccountImport Command

the command looks like this :

AccountImport /home/path/to/file

My problem is that vpncmd detects the first / of the path as a command parameter (e.g /HELP) and fails to perform the command.


Anyone knows how to solve this?

Thanks

Re: vpncmd on linux

Posted: Sat Dec 19, 2015 9:17 am
by qupfer
did you try to set your path in quotation marks ("")?

Re: vpncmd on linux

Posted: Sat Dec 19, 2015 5:49 pm
by Petrol
Yes,I tried simple quotes ( ' ' ), doubles quotes ( " " ). I also tried to espace the first slash with a backslash but no result

Re: vpncmd on linux

Posted: Thu Jan 07, 2016 8:15 am
by cedar
Please try to append additional "/" before the path.
AccountImport //home/path/to/file

Also vpncmd can use "\" as path separator.
AccountImport \home\path\to\file