Classification: UNCLASSIFIED
Caveats: NONE

I'm trying to create a pvsc file that'll work on Windows and I'm having
trouble creating the path for the plink executable.


If I set the path via the GUI,  I need to put quotes around the pathname and
in the GUI it looks like this:

"C:\Program Files\KRB5\PuTTy\plink.exe"

And this works and makes the remote connect as long as I put the double
quotes around the pathname.

I can't figure out how to set up the quoted path in the default_servers.pvsc
file.   Using this syntax, I get XML parsing errors.


<Server name="My Server" resource="csrc://127.0.0.1">
    <CommandStartup>
      <Options>
        <Option name="SSHLOC" label="SSH executable" save="true">
         <File default="\"C:\\Program Files\\KRB5\\PuTTY\\plink.exe\"">


I've also tried setting the string to this, but neither worked.  It
apparently doesn't like the  \" to force the inclusion of the quote
character in the string.

<File default="\"C:\Program Files\KRB5\PuTTY\plink.exe\"">
<File default="\"C:/Program Files/KRB5/PuTTY/plink.exe\"">
________________________________
Rick Angelini
USArmy Research Laboratory
CISD/HPC Architectures Team
Building 120 Cube 315
Phone:  410-278-6266



Classification: UNCLASSIFIED
Caveats: NONE


Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to