Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
KiTTY is a PuTTY fork available at http://www.9bis.net/kitty/
When using KiTTY's klink.exe/kscp.exe instead of PuTTY's plink.exe/pscp.exe, the ScpExternalWagon implementation passes the command line arguments "-o BatchMode yes" to these executables which fail with "unknown option -o".
The PR https://github.com/apache/maven-wagon/pull/28 changes the ScpExternalWagon class to treat KiTTY executables like PuTTY executables.