PS E:\temp\fritzbox\YourFritz-main\eva_tools> .\EVA-FTP-Client.ps1 -ScriptBlock { Login }
True
PS E:\temp\fritzbox\YourFritz-main\eva_tools> .\EVA-FTP-Client.ps1 -ScriptBlock { GetEnvironmentValue linux_fs_start }
0
PS E:\temp\fritzbox\YourFritz-main\eva_tools> .\EVA-FTP-Client.ps1 -ScriptBlock { GetEnvironmentValue firmware_version }
lgi
PS E:\temp\fritzbox\YourFritz-main\eva_tools> .\EVA-FTP-Client.ps1 -ScriptBlock { GetEnvironmentValue DMC }
RTL=n
PS E:\temp\fritzbox\YourFritz-main\eva_tools> .\EVA-FTP-Client.ps1 -ScriptBlock { UploadFlashFile .\part_03_ATOM_ROOTFS.bin 'mtd;' }
Exception calling "Invoke" with "0" argument(s): "Error uploading image file."
At E:\temp\fritzbox\YourFritz-main\eva_tools\EVA-FTP-Client.ps1:646 char:21
+ $ScriptBlock.Invoke()
+ ~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : RuntimeException
PS E:\temp\fritzbox\YourFritz-main\eva_tools> .\EVA-FTP-Client.ps1 -ScriptBlock { UploadFlashFile .\part_02_ATOM_KERNEL.bin 'mtd<' }
Error connecting to remote host
Exception calling ".ctor" with "2" argument(s): "No connection could be made because the target machine actively refused it 192.168.178.1:21".
PS E:\temp\fritzbox\YourFritz-main\eva_tools> .\EVA-FTP-Client.ps1 -ScriptBlock { UploadFlashFile .\part_09_ARM_ROOTFS.bin 'mtd=' }
Error connecting to remote host
Exception calling ".ctor" with "2" argument(s): "No connection could be made because the target machine actively refused it 192.168.178.1:21".
PS E:\temp\fritzbox\YourFritz-main\eva_tools> .\EVA-FTP-Client.ps1 -ScriptBlock { UploadFlashFile .\part_08_ARM_KERNEL.bin 'mtd>' }
Error connecting to remote host
Exception calling ".ctor" with "2" argument(s): "No connection could be made because the target machine actively refused it 192.168.178.1:21".
PS E:\temp\fritzbox\YourFritz-main\eva_tools> .\EVA-FTP-Client.ps1 -ScriptBlock { SetEnvironmentValue linux_fs_start 1 }
Error connecting to remote host
Exception calling ".ctor" with "2" argument(s): "No connection could be made because the target machine actively refused it 192.168.178.1:21".
PS E:\temp\fritzbox\YourFritz-main\eva_tools> .\EVA-FTP-Client.ps1 -ScriptBlock { RebootTheDevice }
Error connecting to remote host
Exception calling ".ctor" with "2" argument(s): "No connection could be made because the target machine actively refused it 192.168.178.1:21".
PS E:\temp\fritzbox\YourFritz-main\eva_tools> .\EVA-FTP-Client.ps1 -ScriptBlock { Login }
Error connecting to remote host
Exception calling ".ctor" with "2" argument(s): "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 192.168.178.1:21".
PS E:\temp\fritzbox\YourFritz-main\eva_tools> .\EVA-FTP-Client.ps1 -ScriptBlock { Login }
Error connecting to remote host
Exception calling ".ctor" with "2" argument(s): "No connection could be made because the target machine actively refused it 192.168.178.1:21".