Download nextcloud single file to colab

Hi everyone,
Is there a way so that I can download a single file of a directory in Google Colab? I want one of these files, TailorNet dataset, but They don’t have a shareable link. And whenever I take a link( by starting to download in my local and copy that link and use in Colab) again it starts to download the whole folder. For example I want the skirt files, and I can download them locally using this link https://nextcloud.mpi-klsb.mpg.de/index.php/s/W7a57iXRG9Yms6P/download?path=%2F&files=skirt_female.zip but when I use this link in colab like below:
!wget https://nextcloud.mpi-klsb.mpg.de/index.php/s/W7a57iXRG9Yms6P/download?path=%2F&files=skirt_female.zip
It start to download whole folder and I get disk is full error :frowning:

Thank you so much.