Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-2
-
None
-
Windows Vista 32bit, Putty suite
Description
The plugin does not detect that PSCP is being used if the executable's name is all uppercase (as below). It throws a very-unhelpful 'unknown option "-o"' error.
<configuration>
<sshExecutable>c:/Program Files/Putty Suite/PLINK.EXE</sshExecutable>
<scpExecutable>c:/Program Files/Putty Suite/PSCP.EXE</scpExecutable>
<sshArgs>-v</sshArgs>
</configuration>
This one stumped me for a while.