Re: Detecting File Existence over FTP

2008-09-02 Thread Mike Abdullah
It's not exactly a direct answer to your question, but have you considered looking into using ConnectionKit instead for FTP access? It's Objective-C and fuller-featured than CoreFoundation's FTP code. Mike. On 2 Sep 2008, at 21:21, Wyatt Webb wrote: Hi all, I'm still getting comfortable w

Detecting File Existence over FTP

2008-09-02 Thread Wyatt Webb
Hi all, I'm still getting comfortable with NSURLConnection and the related classes as well as the CFStream classes for reading and writing files via FTP. I think I've got it down, now, but I have one hiccup I'd like to solve. What's the best way to see if a file already exists on the remo