Skip to content

shk1999/mtp-server

 
 

Repository files navigation

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 should be enabled for starting itself during every boot:

$ sudo systemctl enable --now mtp-server

About

Small server implementation of MTP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 78.5%
  • C 18.1%
  • Shell 2.6%
  • CMake 0.8%