From 2f1f244937439cdb7dca7177970ef1dedf4e038e Mon Sep 17 00:00:00 2001 From: micdzied Date: Thu, 13 Sep 2018 14:44:59 +0200 Subject: add ftpes Change-Id: I27d871e08c6679e879ab72a44962e9da9edaf0b3 Issue-ID: INT-657 Signed-off-by: micdzied --- test/mocks/pnfsimulator/README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/mocks/pnfsimulator/README.md') diff --git a/test/mocks/pnfsimulator/README.md b/test/mocks/pnfsimulator/README.md index d53a07521..aaed3cf1c 100644 --- a/test/mocks/pnfsimulator/README.md +++ b/test/mocks/pnfsimulator/README.md @@ -33,6 +33,12 @@ In order to download *sftp-file.txt* file simply run *sftp -P 2222 -i ssh/ssh_ho In order to add a new file (e.g. test.zip), put the file into *sftp* directory and run simulator. After that again execute sftp command: *sftp -P 2222 -i ssh/ssh_host_rsa_key sftp-user@localhost:sftp/test.zip* +###FTPES support +PNF Simulator allows to serve files via FTPES server. FTPES server has predefined user: onap with password: pano. +In order to connect we execute command *ftp-ssl host* and then enter user name and password. +In order to download execute command while logged in*get file_name*. +In order to add a new file execute command while logged in*put file_name*. + ###Developer mode For development of PNF Simulator, run *simulator.sh* start-dev in order to run Netopeer. After that it is possible to run PNF Simulator from IDE. -- cgit 1.2.3-korg