problem is i wanted to use 425 because its only 1.6mb vs 14mb with the newest version
4.2.5 portable executable is compressed with upx, that's why it's so much smaller.
problem is i wanted to use 425 because its only 1.6mb vs 14mb with the newest version
$get1="""get /Prod/Autoit/SG/Sg_version.txt d:\tmp\"""
$cmd5 = 'c:\tmp\winscp425.exe /command "option batch on" "option confirm off" "open ftp://get:pw@WanIP:Port -hostkey=""ssh-dss 1024 numbers"" -implicit -passive""" ' &$get1& ' "exit"'
run($cmd5,"c:\tmp")
$get2="""get /Prod/Autoit/SG//Sg.exe d:\tmp\"""
$cmd8 = 'c:\tmp\winscp425.exe /command "option batch on" "option confirm off" "open ftp://get:WanIP:Port -hostkey=""ssh-dss 1024 numbers"" -implicit -passive""" ' &$get2& ' "exit"'
run($cmd8,"c:\tmp")