From 31a388a4209c023319eb4c2b8f21db598308b583 Mon Sep 17 00:00:00 2001 From: joergboe Date: Mon, 16 Nov 2020 09:38:25 +0100 Subject: [PATCH] Update test README --- tests/FrameworkTests/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/FrameworkTests/README.md b/tests/FrameworkTests/README.md index 06ea308..8e1acd3 100644 --- a/tests/FrameworkTests/README.md +++ b/tests/FrameworkTests/README.md @@ -28,6 +28,10 @@ If the property `TTPR_ftpServerHost` is set to an empty value, all ftp test are **Note:** The FtpTest requires an running ssh daemon at the ftp server host. +To check the ssh deamon and to start the sftp-server use: + sudo service sshd status + sudo service sshd start + ### HTTP Test Server In the standard environment the http-test server is started automatically from the test script.