Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The argument passing loop in ScpCommand checks whether at least -f or -t is set, but it does it too soon. The check should be done after the outer for loop and not within.
when -r is given before -t the current check fails and throws an exception.
I'll submit the patch.