hi again the same question maybe more structured, so i got no answer about this problem, and still looking for a solution.
Im trying to COPY a file fro mmy ftp to a folder for ex: "C:\temp"
so i put a buton "download" and i added ajax+nodewebkit in my app.
the actions i use are:
Onclicked -> AJAX -> Request "url+filename" the file is an empty file named "test" without extension.
AJAX -> Ajaxlastdata completed -> Nodewebkit -> Write AJAXlastdata to file "C:\temp"
i also tried Write AJAXlastdata to file "C:\temp\test"
and i tried a lot of stuffs but nothing works...
ajax or nodewebkit cant copy file from ftp to hdd??? why...