diff options
author | micdzied <michal.1.dziedzic@nokia.com> | 2018-09-13 14:44:59 +0200 |
---|---|---|
committer | micdzied <michal.1.dziedzic@nokia.com> | 2018-09-14 15:21:30 +0200 |
commit | 2f1f244937439cdb7dca7177970ef1dedf4e038e (patch) | |
tree | 033e1ac13480bf2f67800e15fe04222c898698f2 /test/mocks/pnfsimulator/README.md | |
parent | 856c8b960d127d1a425c70070c92406f9239c831 (diff) |
add ftpes
Change-Id: I27d871e08c6679e879ab72a44962e9da9edaf0b3
Issue-ID: INT-657
Signed-off-by: micdzied <michal.1.dziedzic@nokia.com>
Diffstat (limited to 'test/mocks/pnfsimulator/README.md')
-rw-r--r-- | test/mocks/pnfsimulator/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
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. |