Re: [webkit-help] FTPS support: QtWebkit

2010-07-29 Thread Ariya Hidayat
This needs to be handled at Qt Network Access Manager level. Note that
QtWebKit does not use the deprecated QFtp module. See e.g.
http://doc.trolltech.com/4.6/qnetworkaccessmanager.html for details.




-- 
Ariya Hidayat
http://www.linkedin.com/in/ariyahidayat
___
webkit-help mailing list
webkit-help@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help


Re: [webkit-help] FTPS support: QtWebkit

2010-07-29 Thread Vinay Verma
Can I do something like modifying the QFtp code by using
"socket->connectToHostEncrypted(host, port)"instead of
"socket->connectToHost(host, port);"?

Any suggestions?

Regards,
Vinay

On Thu, Jul 29, 2010 at 4:38 PM, Vinay Verma  wrote:

> Hi,
>
> I am working on a browser development using qtwebkit and need to have FTPS
> support in it.
>
> Could anyone provide some information on how to add FTPS support in
> qtwebkit? Or if anyone have already worked on adding FTPS support to
> qtwebkit. Any pointers would be of great help.
>
> Thanks!
>
> Regards,
> Vinay
>
___
webkit-help mailing list
webkit-help@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help


[webkit-help] FTPS support: QtWebkit

2010-07-29 Thread Vinay Verma
Hi,

I am working on a browser development using qtwebkit and need to have FTPS
support in it.

Could anyone provide some information on how to add FTPS support in
qtwebkit? Or if anyone have already worked on adding FTPS support to
qtwebkit. Any pointers would be of great help.

Thanks!

Regards,
Vinay
___
webkit-help mailing list
webkit-help@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help