cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Trying to download and remove files from server via vb.net -needhelp

From: Wayne Phares <lists_at_waynesplace.com>
Date: Wed, 02 Jul 2008 11:22:03 -0400

>
>
>I don't know anything about vb.net, but I'm wondering if your CURLFTP handle
>is "remembering" the QUOTE command used to delete the file:
>
> CURLFTP.SetOpt(CURLoption.CURLOPT_QUOTE, Slist)
>
>Certainly other things would seem to be persistent, such as the
>userid/password and the progress & write functions that you set before going
>into the loop.
>
>Ralph Mitchell

I am doing "Slist.FreeAll()" after sending the DELE command via the QUOTE command so I assuming it is getting cleared. This appears right after the .preform().

(BTW - I am replying all, not sure why my second reply started a new thread)
Received on 2008-07-02