Script: Invalid access to memory
Hello
i get the errormessage "Script: Invalid access to memory" under following circumstances:
Ftp-Server: Filezilla (old version but never had problems, 0.9.41 beta)
Portable Version of Winscp 5.7.4 Build(5553), runs in xp-mode-vm vmware, same behaviour if i call it in windows7 64bit
Commandline
winscp.exe /console /script=ftptransfer.txt /log=test_w7.log
Script: (ftptransfer.txt)
option batch continue
option confirm off
open ftp://User:Pass@Ip/
option transfer binary
get -filemask=*|*/ "/Folder1/*.*" "c:\temp\Folder1\*.*"
get "/Folder1/Resources/*.*" "c:\temp\Folder1\Resources\*.*"
close
exit
When i call the script i get the errormessage, logs attached.
The Folder "/Folder1" and the subfolders dont exist on the remoteside, i get the error "invalid acces to memory"
i get the errormessage "Script: Invalid access to memory" under following circumstances:
Ftp-Server: Filezilla (old version but never had problems, 0.9.41 beta)
Portable Version of Winscp 5.7.4 Build(5553), runs in xp-mode-vm vmware, same behaviour if i call it in windows7 64bit
Commandline
winscp.exe /console /script=ftptransfer.txt /log=test_w7.log
Script: (ftptransfer.txt)
option batch continue
option confirm off
open ftp://User:Pass@Ip/
option transfer binary
get -filemask=*|*/ "/Folder1/*.*" "c:\temp\Folder1\*.*"
get "/Folder1/Resources/*.*" "c:\temp\Folder1\Resources\*.*"
close
exit
When i call the script i get the errormessage, logs attached.
The Folder "/Folder1" and the subfolders dont exist on the remoteside, i get the error "invalid acces to memory"
Last edited by mwweb15 on 2015-07-09 14:40; edited 1 time in total