Warning, /network/ktp-filetransfer-handler/README is written in an unsupported language. File is not indexed.
0001 This is the Telepathy-KDE file transfer handler 0002 0003 It basically does 2 thigs 0004 * Send files to your contact 0005 * Receive files from your contact 0006 0007 It doesn't set any filter on the mime type, therefore, it should catch all the 0008 file transfer channels that aren't received by any other handler filtering 0009 on mimetype. 0010 0011 0012 To compile it you will need at least Telepathy-Qt4 >= 0.7.3 or the latest 0013 git version. 0014 0015 0016 You can modify the default download directory from telepathy-kded-module or by 0017 adding in your .kde/share/config/ktelepathyrc file in the section 0018 [File Transfers] the variable downloadDirectory 0019 0020 [File Transfers] 0021 downloadDirectory=<download path>