# mtp-server **Repository Path**: zxb201/mtp-server ## Basic Information - **Project Name**: mtp-server - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: feature/trixie/dbus-mtp-configfs - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-28 - **Last Updated**: 2024-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MTP-Server - Small Server Implementation of Media Transfer Protocol MTP allows media files to be transferred automatically to and from portable devices. Droidian includes `mtp-server` for Managing MTP. Some of the features are: * Fast and Easy-to-use File Transformation * No risk of file system corruption * Mislocation ## Dependencies `mtp-server` requires the following development libraries: - libboost-dev - libboost-thread-dev - libboost-filesystem-dev - libboost-test-dev - libandroid-properties-dev - libgoogle-glog-dev - libproperties-cpp-dev ## Manual Installation the `mtp-server` is implemented into the Droidian by default, but you can simply update or reinstall it by running ``` $ sudo apt-get install mtp-server ``` ## Building ``` $ git clone https://github.com/droidian/mtp-server.git $ cd mtp-server $ make $ make install $ dpkg-deb build mtp-server ``` The `mtp-server.service` can be started like the following: ``` $ systemctl start --user mtp-server ```