Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion retrieval/file-download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ The easiest way to use it is to pre-configure the access through a configuration

::

ascli conf preset update era --url=ssh://fasp.sra.ebi.ac.uk:33001 --username=era-fasp --ssh-keys=@ruby:Fasp::Installation.instance.bypass_keys.first --ts=@json:'{"target_rate_kbps":300000}'
ascli conf preset update era --url=ssh://fasp.sra.ebi.ac.uk:33001 --username=era-fasp --ssh-keys=~/.aspera/sdk/aspera_bypass_rsa.pem --ts.target_rate_kbps=300000


Then recall the configuration using parameter: '-Pera', or optionally, set it as default using: 'ascli conf preset set default server era'.
Expand All @@ -305,6 +305,7 @@ For private files, configure like this (and then use '-Pmypriv'):
::

ascli conf preset update mypriv --url=ssh://fasp.sra.ebi.ac.uk:33001 --username=dcc_name --password=dcc_pass --ts=@json:'{"target_rate_kbps":300000}'

Common Issues
-------------
Downloading a large number of records
Expand Down