Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For the SFTP client, FileZilla 3.67.0 on MacOS Sonoma was used.

Create SFTP endpoint

  1. First you need to generate a key pair, for ex. by using ssh-keygen, and store them in a secure place. Generate the key by using the RSA algorithm, and the key size of 4096 bits is recommended: ssh-keygen -t rsa -b 4096

Store both the public and private keys. Both , because both keys will be needed later.

  1. Configure an endpoint in the Onedot App

    1. use the public key

    2. [screenshot]

    In

    1. create endpoint

      1. click on the plus icon if no endpoint exists

        Screenshot 2024-04-24 at 16.05.27.pngImage Added

      2. click on the clone icon if an endpoint already exists

        Screenshot 2024-04-24 at 16.04.48.pngImage Added
    2. fill in the form

      1. set the the label, Username and Home directory to be the same: YourOrganisationName-SupplierName (without white space)

      2. set the public key

      3. click on the Create button

...

  1. Open an SFTP client, like FileZilla

...

    1. Configure the connection by using the private key Screenshot 2024-04-24 at 16.23.20.pngImage Added

    2. Create a folder

...

    1. Supplier Name

    2. [screenshot]

Note

Creating Create a folder is important to keep so the Data View in the Onedot App is more organised.

  1. Go to the Data View and check the SFTP folder, [Supplier Name], created before

...

  1. Share the private key, by using a secure connection, with anyone who should have access to the SFTP endpoint to be able to add or remove data from the SFTP endpoint.