Changes between Version 5 and Version 6 of FAQ/downloadftp
- Timestamp:
- Nov 10, 2015, 1:36:22 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ/downloadftp
v5 v6 1 1 = Downloading Data via FTP = 2 2 3 ARSF commonly deliver data via FTP. This allows PIs faster access to data and easier distribution across multiple institutions. While it is possible to download data using a web browser (e.g., IE, Chrome) for large files it is often 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. 3 ARSF commonly deliver data via FTP. This allows PIs faster access to data and easier distribution across multiple institutions. The delivery email will contain the following details about the FTP server 4 5 {{{ 6 ...The login details are as follows: 7 8 user: arsfN 9 password: PASSWORD 10 address: ftp.rsg.pml.ac.uk 11 12 link: ftp://arsfN:PASSWORD@ftp.rsg.pml.ac.uk/ 13 }}} 14 15 Clicking on the link will normally open in 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. 4 16 5 17 == Cyberduck (Windows / OS X) == … … 7 19 * Download Cyberduck from https://cyberduck.io/?l=en and follow the instructions to install. 8 20 * Open Cyberduck (yellow duck icon) and click on the 'Open Connection' icon in the top left corner. 9 * Enter the address in the 'Server' box and username and password (these are provided in delivery email) andclick 'Connect'21 * Enter the address in the 'Server' box and username and password in their respective boxes. Once these have been entered (see below) click 'Connect' 10 22 11 23 [[Image(cyberduck1_open_connection.png, width=800px, align=center)]] 12 24 13 * Click 'Continue' at warning about unsecured FTP connection . This is a [https://en.wikipedia.org/wiki/File_Transfer_Protocol#Security known problem with FTP] (you can safely tick 'Don't show again')25 * Click 'Continue' at warning about unsecured FTP connection, as shown below. This is a [https://en.wikipedia.org/wiki/File_Transfer_Protocol#Security known problem with FTP] (you can safely tick 'Don't show again') 14 26 15 27 [[Image(cyberduck2_unsecure_connection.png, width=800px, align=center)]]