I see ZnClient >> downloadTo:
calls�� ZnClient >> downloadEntityTo:
which uses #withProgressDo:��
which indicates a progress bar might appear.

But...
�� �� ZnClient new��
�� �� �� �� url: ' https://download.libsodium.org/libsodium/releases/libsodium-1.0.16-msvc.zip' ;
�� �� �� �� downloadTo: FileLocator imageDirectory.
doesn't show a progress bar.�� What is the recommended way to display one?

cheers -ben