Changes between Version 22 and Version 23 of FAQ/downloadftp
- Timestamp:
- Apr 13, 2017, 11:44:58 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ/downloadftp
v22 v23 1 1 = Downloading Data via FTP = 2 2 3 NERC-ARF now commonly deliver data via FTP. This procedure allows faster access to data and easier distribution across multiple institutions, however some users have had problems with downloading such large amounts of data. This guide aims to help with downloading data. 3 NERC-ARF now commonly deliver data via FTP. This procedure allows faster access to data and easier distribution across multiple institutions. However, some users have had problems with downloading such large amounts of data. This guide aims to help with downloading data. 4 5 If you are on a university network (e.g., JANET) a fast download speed (~ 50 MB/s) should be possible but the actual speed at which you can download data will depend on a number of factors. How you connect to your network will have a big impact on your download speed - for best performance we recommend using a wired connection, ideally running at 1Gb/s. Downloading over WiFi is not recommended. 4 6 5 7 When you receive your delivery notification email will contain the following details about the FTP server: … … 16 18 17 19 Clicking on the link will normally open a web browser (e.g., IE, Chrome). While it is possible to download files individually through a web browser, for multiple large files it is better to use a specialised FTP client. For Windows / OS X we recommend [https://cyberduck.io/?l=en Cyberduck], for Linux we recommend using [http://lftp.yar.ru/desc.html lftp] from the command line. However, a number of other clients are available (e.g., FileZilla) which could be used instead. 18 19 If you are on a university network (e.g., JANET) a fast download speed (~ 50 MB/s) should be possible but the actual speed at which you can download data will depend on a number of factors. How you connect to your network will have a big impact on your download speed - for best performance we recommend using a wired connection, ideally running at 1Gb/s.20 20 21 21 == Cyberduck (Windows / OS X) == … … 67 67 * Type `lftp` and the line from your email. For example: 68 68 {{{ 69 lftp ftp://arsf 18:PASSWORD@ftp.rsg.pml.ac.uk/69 lftp ftp://arsfN:PASSWORD@ftp.rsg.pml.ac.uk/ 70 70 }}} 71 71 * You can get a list of directories using '`ls`'.