Skip to content

Commit

Permalink
Merge pull request #198 from mkcor/patch-1
Browse files Browse the repository at this point in the history
Add download instructions for FTP CLI client.
  • Loading branch information
dominikl authored Jun 5, 2024
2 parents fd75562 + 20fa66a commit 7bd0c43
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _includes/filezilla.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,31 @@ The ftp host is available using the following details:

- host: `ftp.ebi.ac.uk`

### CLI client step by step

Connect to the FTP server:

$ ftp ftp.ebi.ac.uk

The FTP server being anonymous only, use `ftp` or `anonymous` (with no password) to log in.
Make sure that passive mode is on:

ftp> passive

Change the directory:

ftp> cd /pub/databases/IDR/

You may list all the studies in the IDR:

ftp> ls

Or a single one, e.g.:

ftp> ls idr0044-*

Use the `get` command to download a specific file, and `bye` to close the connection.

### Desktop client step-by-step

Download and install the [FileZilla client](https://filezilla-project.org/download.php).
Expand Down

0 comments on commit 7bd0c43

Please sign in to comment.