{% extends sitebase.html %} {% block head %} {% end %} {% block content %} {% if level != 'info' or 'Retrieving remote files:' not in message or not message %}
Uploading files for: {{study_title}} ({{study_info['study_alias']}})

Currently we can process ({{extensions.replace(',',', ')}}): Per our Terms of Condition for use, you certify that the files you are uploading do not contain:
<< Go to study description
Upload files locally (max file size: {% if max_upload_size/1000==0 %} {{max_upload_size}} GB{% else %} {{max_upload_size/1000.0}} TB{% end %})
{%if remote_files and remote_url %}
in {{remote_url}}
{{', '.join(remote_files)}}

{% end %}
  1. Currently we only support ftp and scp.
  2. Prepare study files by storing them in one folder on your fileserver.
  3. Generate a new key by running: ssh-keygen -t rsa -C "ssh test key" -f ~/.ssh/qiita-key -P "" in your remote server.
  4. Allow access using the new key: cat ~/.ssh/qiita-key.pub >> ~/.ssh/authorized_keys. Note that erasing that line will remove access.
  5. Obtain your new generated private qiita-key and use it in the Key option
  6. Press 'List Files' to test the connection and verify the list of study files.
  7. If the connection is made and files are correct, press 'Transfer Files' to initiate the transfer.



Files

 
 
<< Go to study description
{% end %} {% end %}