Skip to content
Snippets Groups Projects
Commit d643e420 authored by Marina Popleteeva's avatar Marina Popleteeva
Browse files

Formating changes

parent 50e96bf6
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,8 @@ In the following steps we provide instructions on how to use LFT web interface.
* close the installer - *depending on your Operating System the Aspera Connect can try to open and you may be asked if you are sure to open it* -
* the prompt should disappear and you should see the following message <br/>![Alt](img/lft_AsperaConnectInstalled.png "Aspera Connect is installed")
3. The **access link** page will display a **File Browser** section. Depending on the settings per access link, users can create or delete folders in the File Browser and upload and/or download data.<br/>
3. The **access link** page will display a **File Browser** section. Depending on the settings per access link, users can create or delete folders in the File Browser and upload and/or download data.
![Alt](img/lft_fileBrowser.png "File Browser")
4. Clicking **Upload** or **Download** icons will launch the **IBM Aspera Connect** client on your computer. You first will be asked whether you allow the client to connect to aspera.lcsb.uni.lu. Choose **Allow**.
......@@ -57,7 +58,9 @@ In the following steps we provide instructions on how to use LFT web interface.
6. All data are encrypted on server side and they stay encrypted also upon download. For decryption, you have to navigate into your **IBM Aspera Connect** window and click "**Unlock encrypted files**". <br/>
![Alt](img/lft_AsperaConnect.png "IBM Aspera Connect") <br/>
You will be prompted for encryption passphrase which is present on the file browser (click on the copy icon to copy into clipboard). <br/>
You will be prompted for encryption passphrase which is present on the file browser (click on the copy icon to copy into clipboard).
![Alt](img/lft_encryptionPassword.png "Encryption password") <br/>
![Alt](img/lft_AsperaCrypt.png "File decryption") <br/>
Encrypted files are by default kept on your disc after decryption. If you want to change this behaviour, navigate to Options->Settings and check "Delete encrypted files when finished" box.
......@@ -83,27 +86,21 @@ In the following steps we provide instructions on how to use LFT command line.
3. Go to the help section of your access link.
<br/> ![Alt](img/lft_help.png "Help section") <br/><br/>
![Alt](img/lft_help.png "Help section") <br/>
Navigate into Download or Upload tab.
<br/> ![Alt](img/lft_helpCommandLine.png "Help tabs") <br/><br/><br/>
![Alt](img/lft_helpCommandLine.png "Help tabs") <br/>
Export variables as stated in Download/Upload tab of the help section and execute the command for download/upload data.
<br/> ![Alt](img/lft_command.png "Help command") <br/><br/><br/>
![Alt](img/lft_command.png "Help command") <br/><br/>
<a name="LFT_TROUBLESHOOTING"></a>
## Troubleshooting
You can use the official [IBM Aspera Diagnostic Tool](https://test-connect.asperasoft.com/) to troubleshoot your connectivity issues.
### ** Command-line error: failed to authenticate**
Aspera Connect 4.2 no longer includes the required SSH (`asperaweb_id_dsa.openssh`) private key.
Please follow [this guide](https://www.biostars.org/p/9528910/) and install older version of Aspera Connect.
### **Using Microsoft Edge browser**
Microsoft Edge browser requires to download and install [IBM Aspera Connect for Edge](https://microsoftedge.microsoft.com/addons/detail/ibm-aspera-connect/kbffkbiljjejklcpnfmoiaehplhcifki).
......@@ -120,11 +117,18 @@ Specifically your firewall should:
Detailed information on how to configure firewalls when working with Aspera is given [here](https://download.asperasoft.com/download/docs/p2p/3.5.1/p2p_admin_win/webhelp/dita/configuring_the_firewall.html).
### ** Command-line error: failed to authenticate**
Aspera Connect 4.2 no longer includes the required SSH private key (`asperaweb_id_dsa.openssh`).
Please follow [this guide](https://www.biostars.org/p/9528910/) to install older version of Aspera Connect.
### Command-Line error "command not found: ascp" ###
Run <code>ascli config ascp show</code> to show path of <code>ascp</code>.
Modify command with the path instead of <code>ascp</code>:<br>
Modify command with the path instead of <code>ascp</code>.
Here is an example of download command
`<path-to-ascp-executable> -d -i $SSHKEY -P 33001 --file-crypt decrypt -W $TOKEN app_duma_private@aspera.lcsb.uni.lu:/<remote-dir> </local-dir>`
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment