kioslave FTP - working on new features
Waldo Bastian
bastian at kde.org
Wed Sep 22 16:29:09 BST 2004
On Wednesday 22 September 2004 16:01, Juergen Pfennig wrote:
> (2) SSL Support (http://bugs.kde.org/show_bug.cgi?id=66117)
>
> This requires the use of TcpSlaveBase? Right?
TcpSlaveBase provides SSL support, yes.
> Does that stuff work?
It works for HTTPS.
> How maintains it (George Staikos?).
Yes.
> That code contains a lot of "FIXME" comments.
Those are all relate to read returning 0 when we lose the connection.
Might be related to BR85719, needs to be fixed for sure, but shouldn't stop
you from using it for ftp.
> Could be difficult to integrate with ftp.
The major issue is that TCPSlaveBase was build on the assumption that you have
one connection. FTP uses a separate data connection and I don't know if it is
easy to use a second TCPSlaveBase for such second connection. I guess you are
better off using KSSL directly for the data connection and just copy and
copy&paste the relevant code from TCPSlaveBase.
Cheers,
Waldo
--
bastian at kde.org | Wanted: Talented KDE developer | bastian at suse.com
http://www.suse.de/de/company/suse/jobs/suse_pbu/developer_kde.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20040922/d4efade0/attachment.sig>
More information about the kfm-devel
mailing list