ftp server refuse connection (for download_lib.pl)
Posted: Fri May 14, 2021 8:53 pm
Dear Zhang Lab,
I’ve registered and downloaded the I-TASSER suite. As I follow the instructions for downloading the libraries, I ran into an issue where the connection to the server is refused. Briefly, would error out on line 102 (System call failed). I checked the code and manually ran the command, which resulted in an error log:
Earlier I was trying to download the nr library for PSSpred and encountered a similar problem, where clicking the download link on the website would ask for user name and password, and no matter whether I enter my email address with the I-TASSER server or download password, the ftp server would refuse to connect.
Thanks for help!
I’ve registered and downloaded the I-TASSER suite. As I follow the instructions for downloading the libraries, I ran into an issue where the connection to the server is refused. Briefly,
Code: Select all
./download_lib.pl -libdir ~/ITLIB
Code: Select all
wget -o log -c ftp://zhanglab.ccmb.med.umich.edu/download/nr.tar.gz
Code: Select all
--2021-05-14 15:41:00-- ftp://zhanglab.ccmb.med.umich.edu/download/nr.tar.gz
=> ‘nr.tar.gz’
Resolving zhanglab.ccmb.med.umich.edu (zhanglab.ccmb.med.umich.edu)... 141.213.137.249
Connecting to zhanglab.ccmb.med.umich.edu (zhanglab.ccmb.med.umich.edu)|141.213.137.249|:21... failed: Connection refused.
Thanks for help!