Fireball3
Mitglied
- Mitglied seit
- 22 Dez 2005
- Beiträge
- 286
- Punkte für Reaktionen
- 0
- Punkte
- 16
Code:
PS C:\tmp\mf\eva_tools> .\EVA-FTP-Client.ps1 -Address 192.168.178.1 -Verbose -Debug -Scriptblock { BootDeviceFromImage c:\tmp\mf\first_aid\implant_siab_3.10.107.image.7490 }
DEBUG: Response:
220 ADAM2 FTP Server ready
================
DEBUG: Sent
USER adam2
================
DEBUG: Response:
331 Password required for adam2
================
DEBUG: Sent
PASS adam2
================
DEBUG: Response:
230 User adam2 successfully logged in
================
DEBUG: Sent
SYST
================
DEBUG: Response:
215 AVM EVA Version 1.1964 0x0 0x740D
================
DEBUG: Sent
GETENV memsize
================
DEBUG: Response:
memsize 0x10000000
200 GETENV command successful
================
DEBUG: Memory size found : 08000000
DEBUG: Image size found : 0x00595900
DEBUG: Set memory size to : 0x07a6a700
DEBUG: Set MTD ram device to: 0x87a6a700,0x88000000
DEBUG: Sent
SETENV memsize 0x07a6a700
================
DEBUG: Response:
200 SETENV command successful
================
DEBUG: Sent
SETENV kernel_args_tmp mtdram1=0x87a6a700,0x88000000
================
DEBUG: Response:
200 SETENV command successful
================
DEBUG: Sent
TYPE I
================
DEBUG: Response:
200 Type set to BINARY
================
DEBUG: Sent
MEDIA SDRAM
================
DEBUG: Response:
200 Media set to MEDIA_SDRAM
================
DEBUG: Uploading file 'c:\tmp\mf\first_aid\implant_siab_3.10.107.image.7490' to '0x87a6a700 0x88000000' ...
DEBUG: Sent
P@SW
================
DEBUG: Response:
227 Entering Passive Mode (192,168,178,1,12,3)
================
DEBUG: Sent
STOR 0x87a6a700 0x88000000
================
DEBUG: Response:
150 Opening BINARY data connection
================
DEBUG: Sent
SETENV memsize 0x10000000
================
DEBUG: Response:
553 Execution failed.
200 SETENV command successful
================
DEBUG: Sent
UNSETENV kernel_args_tmp
================
DEBUG: Response:
501 environment variable not set
================
DEBUG: Sent
QUIT
================
DEBUG: Response:
221 Thank you for using the FTP service on ADAM2
221 Goodbye.
================
Ausnahme beim Aufrufen von "Invoke" mit 1 Argument(en): "Error uploading image file."
Bei C:\tmp\mf\eva_tools\EVA-FTP-Client.ps1:627 Zeichen:40
+ $ScriptBlock.Invoke <<<< ()
+ CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : DotNetMethodException
PS C:\tmp\mf\eva_tools> $PSVersionTable
Name Value
---- -----
CLRVersion 2.0.50727.8793
BuildVersion 6.1.7601.17514
PSVersion 2.0
WSManStackVersion 2.0
PSCompatibleVersions {1.0, 2.0}
SerializationVersion 1.1.0.1
PSRemotingProtocolVersion 2.1
Ich hatte NET4.7.2.
Deinstalliert, mit 4.5.2 und nochmal 4.7.2 versucht.
§PSVersionTable ist immer dieselbe.
Und EVA-FTP-Client.ps1 endet an derselben Stelle.
Windows-Firewall habe ich ausgeschaltet und UAC ist sowieso aus.