fcli icon indicating copy to clipboard operation
fcli copied to clipboard

Use `ProgressWriterFactoryMixin` instead of `ProgressWriterType` directly

Open rsenden opened this issue 2 years ago • 0 comments

The file transfer helpers in SSC and FoD modules instantiate IProgressHelper instances through ProgressWriterType directly. For consistency and enhanced capabilities, command classes using these file transfer helpers should use ProgressWriterFactoryMixin to instantiate an IProgressHelper instance in a try-with-resources block, and pass this IProgressHelper to the file transfer helpers.

rsenden avatar May 14 '23 11:05 rsenden