biasedbit / BBHTTP

A modern HTTP client framework for iOS/OSX built on top of libcurl.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FTP support?

dbainbridge opened this issue · comments

I was looking at using BBHTTP for FTP support as well as HTTP. For FTP support is looked like the main method that would need to be overridden was the executeContext:withCurlHandle: of BBHTTPExecutor class? I would only need directory listing and download capability for now.

Appreciate the suggestions but I'd like to keep BBHTTP an HTTP only library.

On the other hand, can you build a proof of concept with FTP support? Sounds like a nice opportunity for an FTP library based on BBHTTP, what do you think? :)

I did use your libcurl build script to create an FTP class independent of BBHTTP to make it simple for myself. I'll use BBHTTP for http access though.