
kio-ftps
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
kio-ftps is an FTPS KIO slave for KDE. It implements secure FTP sessions based on RFC 4217 and built upon the FTP KIO-slave sources. It should work with most server implementations. It issues an "AUTH TLS" command after connecting and refuses to continue when it's not supported. Prior to every data channel I/O command ("STOR", "RETR", etc.) it tries to secure the data channel via "PBSZ" and "PROT" commands. If that fails, it will transfer data unencrypted. There is currently no support for SSL certificates, this might be added on demand
13 years ago
0.2:
- ported to kde4
0.1:
- initial release
13 years ago
0.2:
- ported to kde4
0.1:
- initial release
PhobosK
6 years ago
Report
novalu
8 years ago
undefined reference to 'QSslSocket::QSslSocket(QObject*)'
To compile it I must add ${QT_QTNETWORK_LIBRARY} to target_link_libraries in CMakeLists.txt.
So 11. line must be "target_link_libraries(kio_ftps ${KDE4_KDECORE_LIBS} ${QT_QTNETWORK_LIBRARY} kio )"
Report
markum
11 years ago
Report
novalu
8 years ago
ftp.cpp
- remove lines 431-434
- add in that for cycle command „doNotIgnore = false;“
Report
arizonagroovejet
12 years ago
thanks.
Report
uwolfer
13 years ago
As I see there is a lot of code dupplication from the one in kdelibs, so it should not be a problem to merge them together. Just look at the HTTP one:
http://websvn.kde.org/trunk/KDE/kdelibs/kioslave/http/
What do you think? If you need any help, contact me.
Report
Fri13
13 years ago
on earlier KDE versions, sFTP was just a hack. But the real connection to security echanced FTP servers is still done via SSH and kio-sftp just was "renamed" version for that.
So to connect a FTP server, just use ssh:// and not ftp:// or sftp:// and you get everything done.
unless ssh:// isn't implented as kio-slave ;-)
Report
helldrive
13 years ago
Report
nerdoc
6 years ago
Report
Fisch666
13 years ago
A package for dapper is available here:
http://packages.czessi.org/en/dapper/kde/kio-ftps_0.1-0kubuntu2~dapper1
Report
Fisch666
13 years ago
A kio-ftps package for kubuntu edgy is available here:
http://packages.czessi.org/en/edgy/kde/kio-ftps_0.1-0kubuntu2~edgy1
Works here on my system with debian testing too...
Report
JardaK
14 years ago
ftp://linux.ok.cvut.cz/pub/people/krejci/rpms/kio-ftps-0.1-1mjk.i586.rpm
Report
LB06
14 years ago
Report
RushPL
14 years ago
Report
DarthAndroid
14 years ago
Report
gohanz
14 years ago
http://www.slacky.it/
http://www.slacky.it/index.php?option=com_remository&Itemid=1&func=fileinfo&filecatid=979&parent=category
Report
gordin
14 years ago
awesome work. I was hoping for an kio-slave for ftps for some time. This is great. I submitted a bugreport to bugs.gentoo.org with an Gentoo-ebuild. It can be found at https://bugs.gentoo.org/show_bug.cgi?id=125314
BTW, is it somehow possible to connect to ftps through a proxy?
Report