I've downloaded a text file full of curl and wget (two separate files) commands to download PDBQT files from ZINC20. However, none of the commands work. I've tried it on two machines using different internet connections.
This is published work, so it should work "off the shelf" and require no intervention. This is an example of a failed command:
shodan@DESKTOP-L2JG9M2:~/MMP1/COLLAGEN_DOCKING$ curl --remote-time --fail --create-dirs -o BA/AAMN/BAAAMN.xaa.pdbqt.gz http://files.docking.org/3D/BA/AAMN/BAAAMN.xaa.pdbqt.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:01:04 --:--:-- 0
curl: (56) Recv failure: Connection reset by peer
Answers are appreciated.