-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Socket timeout while opening Blueprint FTP links #40
Comments
As a workaround we could rewrite SeekableFTPStreamHelper using apache FTP client. E.g. working prof of concept is:
|
Also see FTP client can't handle URL encoded file names samtools/htsjdk#464 |
By the way HTTP links for BluePrint ftp works ok, e.g. |
Is this issue still relevant? |
@dievsky Yes, still doesn't work for me. And does it work on your machine? |
It doesn't work, but not because of the socket timeout. The exception that I get is
when trying to "read one byte from url to be 100% sure". This is from |
(I just wanted to check up on an issue that has been dormant for almost 3 years.) |
Socket timeout while opening Blueprint FTP links.
E.g. try
ftp://ftp.ebi.ac.uk/pub/databases/blueprint/blueprint_progenitor_methylomes/rna/RNA_D1_CLP_100.bw
Not clear why it happening. But the problem is in
htsjdk
. They implement it's own FTP client, which hangs while logging in to blueprint FTP server ( samtools/htsjdk#797).Apache FTPClient works ok.
The text was updated successfully, but these errors were encountered: