Skip to content

Fix filling Globus structure from host passed in EPSV. Fixes BUGZ-4002

Globus uses internal format for IP adresses which is not same as netinet structures. Those can't be filled using inet_pton directly.

Merge request reports