On Nov 18, 2008, at 3:02 PM, Troy A. Griffitts wrote:

>> I had noticed the system in the API and had given it some thought. I
>> was not aware of the limitation on the networking though. I was
>> thinking that it would be better to just use CFNetwork (or maybe
>> NSURL... I'm not sure yet) on the iPhone, and now that I know about
>> that limitation I think it will be easier to just code it that way
>> from the start.
>
> Have a look at the FTPTransport base class in the engine:
>
> http://crosswire.org/svn/sword/trunk/include/ftptrans.h
>
> Transports are added to the engine by extending this class and
> overriding at least:
>
> virtual char getURL(const char *destPath, const char *sourceURL, SWBuf
> *destBuf = 0);
>
>
> You can see how the existing impls work as reference:
>
> http://crosswire.org/svn/sword/trunk/src/mgr/ftplibftpt.cpp
> http://crosswire.org/svn/sword/trunk/src/mgr/curlftpt.cpp
>
> Hope this helps.
>
>       -Troy.

Ahh, I see. Thanks for the tip.

Ian
---------------
There's no place like 127.0.0.1


_______________________________________________
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Reply via email to