diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-09-14 17:23:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-14 17:23:19 +0000 |
commit | 9bb364c49446381ee4dfdb22a83c6c746ca726ce (patch) | |
tree | 888e0952050a9ca2ab1f5503e4c1c1d697ce5cbd /test/mocks/pnfsimulator/README.md | |
parent | 48687fdb042942218082c677a061c62144706bed (diff) | |
parent | 2f1f244937439cdb7dca7177970ef1dedf4e038e (diff) |
Merge "add ftpes"
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. |