kamilkabir9 / LDrop

Send Files between your computer and Mobile. :computer: <=:open_file_folder:=> :iphone:
GNU General Public License v3.0
12 stars 2 forks source link
golang

LDrop

IMAGE LDrop demo


LDrop helps you to serve directory from your computer to devices in the local network.Files can be viewed ,uploaded and downloaded through web frontEnd.

Installing

LDrop have the following options.

  -ignoreHiddenFiles
        Pass True to ignore hidden Folders
  -ignoreHiddenFolders
        Pass True to ignore hidden Files
  -ignorePreffix value
        Pass file PREFFIX to exclude Example:"PIC-,MOV-"
  -ignoreSuffix value
        Pass file SUFFIX to exclude Example:".png,.mp4"
  -onlySuffix value
        Pass file SUFFIX to only to include
  -secret string
        Pass secret code. (default "007Jb")
  -v
        Pass true to print verbose info

License

This project is licensed under the GNU GPLv3 - see the LICENSE.md file for details