@@ -66,11 +66,25 @@ Encrypted files are by default kept on your disc after decryption. If you want t
## Accessing LFT via Command-Line Tool
To access LFT via command line you need to have Aspera CLI (Command Line Interface) be installed. It should be preinstalled during installation of **IBM Aspera Connect** client (see step 2 above). Or you can download it manually on the [IBM website](https://www.ibm.com/products/aspera/downloads?list) and click on the "download now" under the Section "IBM Aspera CLI".
1.To access LFT via command line you need to have Aspera CLI (Command Line Interface) be installed. It should be preinstalled during installation of **IBM Aspera Connect** client (see step 2 above). Or you can download it manually on the [IBM website](https://www.ibm.com/products/aspera/downloads?list) and click on the "download now" under the Section "IBM Aspera CLI".
Go to the help section of your access link
2. To transfer data you need to authenticate your connection. Authentication is done via SSH for which you need **SSH private key**. That key comes with the Aspera Connect installation and is named `asperaweb_id_dsa.openssh` (see Note below). You need to know the location of SSH private key. Please see the table below for the list of locations depanding on your operational system:
And follow the steps in the **Using the command line** section.
...
...
@@ -96,3 +110,12 @@ Specifically your firewall should:
* If you have a local firewall on your server (like Windows Firewall), verify that it is not blocking your SSH and fasp transfer ports (e.g. TCP/UDP 33001).
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 "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>