Upload file

Hi
I am using MDM Zinc V2 1.0.11 for my application which runs on MAC OS 10.1
and higher version
I am using
var uploadScript = “with timeout of 3600 seconds \ntell application "URL Access Scripting"\nupload file "”+fileName+“" to "ftp://”+uname+“:”+pwd+“@”+path+“" without binhexing\nend tell\nend timeout”;
mdm.applescript_setscript(uploadScript);
mdm.applescript_compilescript(objTimeline.checkCompiled);
mdm.applescript_run(objTimeline.checkRun);
to upload file on the server
I want to stop the uploading process in between.
What is the way to stop uploading process before completion

Does the screen you get when you tack a “with progress” onto your upload file command have a stop button? If not, maybe you could script another app that would give you a way out, like Fetch or something?

have you checked the man page for ftp in the terminal?