Uploading read files
Read data files can be uploaded to your private drop using FTP or Aspera protocols:
- Use Webin Data Uploader
- Use FTP like a file folder in Windows XP
- Use FTP command line client in Windows XP
- Use FTP command line client in Linux/Unix
- Use Aspera ascp command line program
- Use FileZilla FTP client
Use Webin Data Uploader
Please note the Webing Data Uploader requires Java JRE 6.
- Launch the Webin Data Uploader
- Please accept to download the *.jnlp file on your computer
- Launch the *.jnlp file
- If a popup window shows up, please confirm that you want to run the application.
- Enter your submission account name and password.
- Browse into the directory containing the data files you want to upload. The list of all the files contained in the selected directory will be displayed.
- Choose 'Override Existing Files' option if you want to replace any existing files.
- Choose 'Upload Directory Tree' option if you want to create a directory in your drop box with the same name as the directory containing your data files. Otherwise the files will be uploaded in the root directory of your drop box.
- Select the files you want to upload. You can use the 'Select All' button to select all the files for upload.
- Click on the 'Upload' button.
Use FTP like a file folder in Windows XP
- Open or navigate to 'My Network Places'
- Click 'Add a network place'
- 'Add Network Place Wizard' should appear
- Hit 'Next'
- Select 'Choose another network location/Specify the address of a Web site, network location, or FTP site.' and hit 'Next'
- Enter 'ftp://ftp.sra.ebi.ac.uk/' and hit 'Next'
- Uncheck 'Log on anonymously' and enter your login (era-drop-N)
- Enter a name for this connection and hit 'Next'
- Hit 'Finish'
- A new window should pop up and a password dialog will appear. Enter your password and start using your drop box similar to a local folder.
Use FTP command line client in Windows XP
- Start the command line interpreter: press Win-R, type cmd, hit enter
- Enter 'ftp ftp.sra.ebi.ac.uk'
- Enter your login
- Enter your password
- To see a list of available ftp commands type 'help'.
- Type 'ls' command to check the content of your drop box.
- Type 'prompt' to switch off confirmation for each file uploaded.
- Use 'mput' command to upload files: 'mput *.srf'
- Use 'bye' command to exit the ftp client.
- Use 'exit' command to exit the command line interpreter.
Use FTP command line client in Linux/Unix
- Open a terminal and type 'ftp ftp.sra.ebi.ac.uk'
- Enter your login
- Enter your password
- To see a list of available ftp commands type 'help'.
- Type 'ls' command to check the content of your drop box.
- Type 'prompt' to switch off confirmation for each file uploaded.
- Use 'mput' command to upload files: 'mput *.srf'
- Use 'bye' command to exit the ftp client.
Use Aspera ascp command line program
Aspera is a commercial file transfer protocol that provides better transfer speeds than ftp over long distances. For short distance file transfers we continue to recommend the use of ftp.
Aspera ascp command line client can be dowloaded here. Please select the correct operating system. The ascp command line client is distributed as part of the aspera connect high-performance transfer browser plug-in.
Your command should look similar to this:
ascp -QT -l300M -L- <file to upload> <era-drop-N>@fasp.sra.ebi.ac.uk:/.
The '-l300M' option sets the upload speed limit to 30MB/s. You may wish to lower this value to increase the reliability of the transfer.
The '-L-' option is for printing logs out while transferring,
The <files to upload> can be a file mask (e.g. '/homes/submitter/*.srf) or a list of files.
The <era-drop-N> is you password protected Aspera login.
Use FileZilla FTP client
- Download and install FileZilla or [another similar tool] (or if you are not administrator of your computer, download the portable version of FileZilla)
- Host: ftp.sra.ebi.ac.uk
- Username: Use the drop box name we sent to you by email earlier
- Password: Use the password we sent to you by email earlier
- Click 'Quickconnect'
- Search for the file(s) you want to upload using the tree on the left panel.
- Create directories in your drop box (if necessary) using the tree on the right panel.
- Drag and drop the files you want to upload from the lower left panel to the lower right panel.
- Once your transfer is successful, close the application.

