I have never used libURLDownloadToFile, my first attempt was unsuccessful :(

----

My code:


ON mouseUp

    libURLSetFTPMode "passive" -- I tried "active" also
    answer folder "where?"
libURLDownloadToFile "ftp://user:[EMAIL PROTECTED]/ mim.txt", it

END mouseUp


----

When I do this:

  on myProgress theURL,theStatus
    put theStatus into fld "status"
    put cr & libURLErrorData(theURL) into fld "status"
  end myProgress


My status field reads:

error   socket not open

----

Do I have to open a socket specially for a libURLDownloadToFile operation?
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to