File transfer

Last modified by Sylvain Berfini on 2022/01/06 10:49

File Transfer

LibLinphone handle file transfer following the Rich Communications Services recommendations : http://www.gsma.com/network2020/wp-content/uploads/2015/03/RCS5.3_UNI.zip RCC.07 v6.0.pdf section 3.5.4.8 File Transfer via HTTP.

Files are sent to a server handling them, default server/script is https://www.linphone.org:444/lft.php

Here is the git repository of the project.

If you use your own server, make sure to have the directory storing the uploaded file unable to serve php or any other script language files and/or filter on file extension.