#1796: pre installing system software

This commit is contained in:
Czar.Echavez
2023-09-26 15:14:24 +01:00
parent 161d441ad6
commit c096d06bcd
5 changed files with 14 additions and 14 deletions

View File

@@ -94,11 +94,11 @@ Example peer to peer network
Install the FTP Server
^^^^^^^^^^^^^^^^^^^^^^
FTP Client should be pre installed on nodes
.. code-block:: python
srv.software_manager.install(FTPServer)
pc1.software_manager.install(FTPClient)
client: FTPClient = pc1.software_manager.software['FTPClient']
ftpserv: FTPServer = srv.software_manager.software['FTPServer']
Setting up the FTP Server