SSH (SFTP, SCP) System
About
SSH is a system driven by the Secure Shell protocol (SSH) and offers:
- a remote file system via the Secure File Transfer Protocol (SFTP)
- and code execution
The Secure Shell protocol (SSH) means that the network communication is completely encrypted and secure.
URL
When adding a SSH, SFTP connection, you need to give the following URL:
ssh://hostname[: port][ /absolutePath ]