wagon-ssh-external does not always detect usage of PSCP (as opposed to SSH)
---------------------------------------------------------------------------
Key: WAGON-243
URL: http://jira.codehaus.org/browse/WAGON-243
Project: Maven Wagon
Issue Type: Bug
Components: wagon-ssh-external
Affects Versions: 1.0-beta-2
Environment: Windows Vista 32bit, Putty suite
Reporter: Karl M. Davis
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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira