-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor
-
Affects Version/s: None
-
Component/s: None
-
None
Currently the cleanup implementation for scp sites calls ssh with rm -f for each file.
A better way to do it would be to create a script of all the rm commands and send it through a single ssh connection.