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
vpncmd on linux
-
- Posts: 202
- Joined: Wed Jul 10, 2013 2:07 pm
Re: vpncmd on linux
did you try to set your path in quotation marks ("")?
-
- Posts: 44
- Joined: Wed May 06, 2015 11:23 pm
Re: vpncmd on linux
Yes,I tried simple quotes ( ' ' ), doubles quotes ( " " ). I also tried to espace the first slash with a backslash but no result
-
- Site Admin
- Posts: 2274
- Joined: Sat Mar 09, 2013 5:37 am
Re: vpncmd on linux
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
AccountImport //home/path/to/file
Also vpncmd can use "\" as path separator.
AccountImport \home\path\to\file