Page 1 of 1

Cancel and FTP upload

Posted: Thu Nov 05, 2009 4:43 pm
by Andycal
I'm messing with the FTP upload thingy as per this ace lesson here : http://lessons.runrev.com/spaces/lesson ... -using-FTP

However, I'm wondering - how do I cancel an upload?

Posted: Thu Nov 05, 2009 4:45 pm
by Andycal
Update : I did fine that LibURLResetAll does the trick, but according to the documentation that's a little drastic. There are no other socket actions going on, so I guess it will server purpose?

Posted: Thu Nov 05, 2009 5:23 pm
by Mark
Dear Andycal,

LibURLResetAll is wrong in almost all cases. The unload URL command would be more appropriate.

Best,

Mark

Posted: Thu Nov 05, 2009 5:30 pm
by Andycal
Ahh, that's done it. Cheers, Mark!