Entering edit mode
                    8.9 years ago
        RNAseq
        
    
        •
    
    0
    I am trying download data from EBI using wget, trying an example from http://www.ebi.ac.uk/ena/browse/read-download.
wget ftp://ftp.sra.ebi.ac.uk/vol1/ERA012/ERA012008/sff/library08_GJ6U61T06.sff
But I get the error
2016-12-27 18:25:13 (0.00 B/s) - Data connection: Connection reset by peer;
Is this something I miss adding to the wget commando or is the EBI ftp server not working?
Full ftp message:
--2016-12-27 18:25:06--  ftp://ftp.sra.ebi.ac.uk/vol1/ERA012/ERA012008/sff/library08_GJ6U61T06.sff
       => `library08_GJ6U61T06.sff.5'
Resolving ftp.sra.ebi.ac.uk... 193.62.192.7
Connecting to ftp.sra.ebi.ac.uk|193.62.192.7|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /vol1/ERA012/ERA012008/sff ... done.
==> SIZE library08_GJ6U61T06.sff ... 564071104
==> PASV ... done.    ==> RETR library08_GJ6U61T06.sff ... done.
Length: 564071104 (538M) (unauthoritative)
 0% [                                                                                                                                                                ] 0           --.-K/s   in 5.7s    
2016-12-27 18:25:13 (0.00 B/s) - Data connection: Connection reset by peer;
                    
                
                
Looks like the EBI ftp server is currently not functioning right. I can get a directory listing, but I cannot download files.