Skip to main content

Companies

Databases

External storage

FTP

  1. Type in the url of your ftp server
  2. Fill in the username of the server
  3. Fill in the password of that user
  4. Fill in the path where the data should be saved, this is relative from /home/$USER (e.g. if you want to save data in /home/JohnSmith/reports, you shoud fill in /reports)

SFTP

  1. Type in the url of your server
  2. Fill in the username of the server
  3. Fill in the password of that user
  4. Fill in the path where the data should be saved, this should be the absolute path (e.g. if you want to save data in /home/JohnSmith/Documents/reports, you shoud fill in /home/JohnSmith/Documents/reports)

Sharepoint

Follow these steps to generat an access token for your sharepoint connection.

  1. Go to aad.portal.azure.com/
  2. Azure Active Directory -> App registrations -> new registration  
  3. Fill in a name for your registration, ex: "Sharepoint" -> Register
  4. API permissions -> Microsoft Graph -> Application permissions -> Sites -> Sites.ReadWrite.All -> Update permissions  
  5. Grant permissions (administrator account required) -> Enterprise applications -> Select your application  
  6. Permissions -> Grant admin consent
  7. Go back to your application: Azure Active Directory -> App registrations -> "Sharepoint"
  8. Certificates & secrets -> New client secret  
  9. Copy your client secret value (Certificates & secrets) and client ID, tenant ID (Overview)  
  10. Paste these credentials in external location settings  

Theme

danger

coming soon