3086 UC7 Migration - All YAMLS, tests and notebooks. A few lingering issues such as the OS-SCAN not working and agent logs not appearing.
This commit is contained in:
@@ -60,7 +60,7 @@ Python
|
||||
|
||||
# Install FTPClient on server
|
||||
server.software_manager.install(FTPClient)
|
||||
ftp_client: FTPClient = server.software_manager.software.get("FTPClient")
|
||||
ftp_client: FTPClient = server.software_manager.software.get("ftp-client")
|
||||
ftp_client.start()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user