diff options
author | micdzied <michal.1.dziedzic@nokia.com> | 2018-10-22 15:08:50 +0200 |
---|---|---|
committer | micdzied <michal.1.dziedzic@nokia.com> | 2018-10-22 15:08:50 +0200 |
commit | d96bb413ca0238172797b43cb0991394dbd85d35 (patch) | |
tree | f315a6faafba55c4ea71252455ce5be3d2ed0d1c /test/mocks/pnfsimulator/README.md | |
parent | 23bdc91789ead7c92052b5d68280f896f8b3a975 (diff) |
add vsftpd with ca and keys
Change-Id: I29f1d5e67f01d21eed88d20ae447de9bc59e0bdb
Issue-ID: INT-695
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/mocks/pnfsimulator/README.md b/test/mocks/pnfsimulator/README.md index 567c5d06b..d1f2a0c11 100644 --- a/test/mocks/pnfsimulator/README.md +++ b/test/mocks/pnfsimulator/README.md @@ -52,6 +52,8 @@ After that execute *./simulator.sh stop* and when it's finished *./simulator.sh In order to connect execute command *ftp -p localhost 2221* and, when requested, provide user and password. In order to download a file execute, while still being logged in, *get file-name-to-be-downloaded*. +###FTPES support for vsftpd server +TBD ###Developer mode For development of PNF Simulator, run *simulator.sh* start-dev in order to run minimal necessary set of supporting services such as Netopeer of FTP servers. |