Question
[VBS] Upload file FTP
Hi,
On my Mac I used this line in js to upload files to my print shop
| var myCurlScrpt = 'set curlShlScrpt to "curl ftp://myProxy.local:8021 -T \\"{" & "' + gDonePdfArray.join() + '" & "}\\" -u xxxx@ftp1.vvv.se:zzzzz"\ndo shell script curlShlScrpt'; | |
| app.doScript(myCurlScrpt,ScriptLanguage.applescriptLanguage); |
Now I need to o this on a win box. I suppose VBScript is the way to go, unfortunately I have never written a single line in VBS and an example how to do this would be much appreciated.
Thanks
