vpncmd on linux

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
Petrol
Posts: 44
Joined: Wed May 06, 2015 11:23 pm

vpncmd on linux

Post by Petrol » Fri Dec 18, 2015 3:34 pm

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

qupfer
Posts: 202
Joined: Wed Jul 10, 2013 2:07 pm

Re: vpncmd on linux

Post by qupfer » Sat Dec 19, 2015 9:17 am

did you try to set your path in quotation marks ("")?

Petrol
Posts: 44
Joined: Wed May 06, 2015 11:23 pm

Re: vpncmd on linux

Post by Petrol » Sat Dec 19, 2015 5:49 pm

Yes,I tried simple quotes ( ' ' ), doubles quotes ( " " ). I also tried to espace the first slash with a backslash but no result

cedar
Site Admin
Posts: 2078
Joined: Sat Mar 09, 2013 5:37 am

Re: vpncmd on linux

Post by cedar » Thu Jan 07, 2016 8:15 am

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

Post Reply