I am using the following line of code:

Inet1.Execute , "GET Subscribers.txt " & AppPath & "\Update\Subscribers.txt"

Unfortunately, if subscribers.txt has already been downloaded, it won't be overwritten. YES I could delete the file before downloading it but I guess there's a way of overwriting.

Thanks