Link Search Menu Expand Document

SFTP

This chapter explains how to access files using SFTP.

Tramola provides the possibility to access files from scenarios and runs using the Secure File Transfer Protocol (SFTP), making it also compatible with the scp (secure copy) command commonly used along ssh for secure remote shell access.

Example command with SCP:

scp username@tramola.io -P port /home/username/scenarios/my-scenario/network.xml.gz .

Example command with SFTP:

sftp -P 2222 username@tramola.io