All Projects → sssvip → simple-file-server

sssvip / simple-file-server

Licence: other
Transfer and browse files as simple as possiable via HTTP. Supported Windows, Linux, Mac OS...(Support QRCode output)

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to simple-file-server

Waarp-All
This version is a major version for all Waarp Modules, previously being split.
Stars: ✭ 18 (-58.14%)
Mutual labels:  transfer, file
Netassistant
A UDP/TCP Assistant. 网络调试助手
Stars: ✭ 66 (+53.49%)
Mutual labels:  transfer, file
transfer-sh
Node.js CLI tool for easy file sharing using Transfer.sh
Stars: ✭ 24 (-44.19%)
Mutual labels:  transfer, file
WiFi-Direct-File-Transfer-App
WiFi Direct File Transfer is a experimental app that will allow sharing of data between Android devices running Android 4.0 or higher using a WiFi direct connection without the use of a WiFi access point. This will enable data transfer between devices without relying on any existing network infrastructure
Stars: ✭ 88 (+104.65%)
Mutual labels:  transfer, file
Easy transfer
文件传输项目
Stars: ✭ 130 (+202.33%)
Mutual labels:  transfer, file
Webdrop
Easiest group P2P File & Message transfer in browser with WebRTC 🔥. Cross-platform alternative to Apple's AirDrop, Xender, ShareIT with the same speed over LAN. No installation, just a website :)
Stars: ✭ 119 (+176.74%)
Mutual labels:  transfer
Piping Server
Infinitely transfer between every device over pure HTTP with pipes or browsers
Stars: ✭ 2,330 (+5318.6%)
Mutual labels:  transfer
Libcrtc
WebRTC C++ library built on top of chromium webrtc.
Stars: ✭ 89 (+106.98%)
Mutual labels:  transfer
Wsend
wsend: The opposite of wget
Stars: ✭ 64 (+48.84%)
Mutual labels:  transfer
video thumbnail
This plugin generates thumbnail from video file or URL. It returns image in memory or writes into a file. It offers rich options to control the image format, resolution and quality. Supports iOS and Android.
Stars: ✭ 159 (+269.77%)
Mutual labels:  file
Peertransfer
📦 • Send a file p2p and e2e encrypted in your browser using WebRTC.
Stars: ✭ 238 (+453.49%)
Mutual labels:  transfer
System Tar And Restore
Backup and Restore your system using tar or Transfer it with rsync
Stars: ✭ 170 (+295.35%)
Mutual labels:  transfer
Transfer.sh
Easy and fast file sharing from the command-line.
Stars: ✭ 12,140 (+28132.56%)
Mutual labels:  transfer
Bnm
code of Towards Discriminability and Diversity: Batch Nuclear-norm Maximization under Label Insufficient Situations (CVPR2020 oral)
Stars: ✭ 192 (+346.51%)
Mutual labels:  transfer
Wsend Gpg
Encrypted end to end file transfer
Stars: ✭ 97 (+125.58%)
Mutual labels:  transfer
sgfs
🚀Simple http file server. A open source file server, implement by golang that can be used to upload and download files. Simple to deploy, simple to use. 中文介绍:
Stars: ✭ 51 (+18.6%)
Mutual labels:  file-server
Rats
Movie Ratings Synchronization with Python
Stars: ✭ 156 (+262.79%)
Mutual labels:  transfer
Dweb.page
Your Gateway to the Distributed Web
Stars: ✭ 239 (+455.81%)
Mutual labels:  transfer
Vue Ui For Pc
基于Vue2.x的一套PC端UI组件,包括了Carousel 跑马灯、Cascader 级联、Checkbox 多选框、Collapse 折叠面板、DatePicker 日期选择、Dialog 对话框、Form 表单、Input 输入框、InputNumber 数字输入框、Layer 弹窗层、Loading 加载、Menu 菜单、Page 分页、Progress 进度条、Radio 单选框、SelectDropDown 仿select、Switch 开关、Table 表格、Tabs 标签页、Textarea 文本框、Tooltip 文字提示、BackTop 返回顶部、steps 步骤条、Transfer 穿梭框、Tree 树形、Upload 文件上传、Lazy 图片懒加载、Loading 加载、Pagination 分页等等
Stars: ✭ 156 (+262.79%)
Mutual labels:  transfer
Croc
Easily and securely send things from one computer to another 🐊 📦
Stars: ✭ 17,834 (+41374.42%)
Mutual labels:  transfer

Simple-file-server

Transfer and browse files as simple as possiable via HTTP. Supported Windows, Linux, Mac Os... (Support QRCode output,mobile phone get file more simply)

通过HTTP方式,简单的文件传输(下载)和浏览工具。目前支持Windows, Linux, Mac等操作系统。(支持输出二维码,方便手机直接扫码获取文件)

Preview

img

Fast Start

  1. Linux

     $ wget http://down.dxscx.com/simple-file-server_current_linux_amd64.tar.gz
     $ tar -xzvf -xvsimple-file-server_current_linux_amd64.tar.gz
     $ chmod 777 simplefileserver
     $ sudo ./simplefileserver
    
  2. Windows

     > http://down.dxscx.com/simplefileserver.exe         download it by your download tool
     > simplefileserver.exe 
     
     or 
     
     > put the binary simplefileserver.exe to you want share folder then double click.
    
     > 你可以将simplefileserver.exe放在你想分享文件的文件夹(例如放在桌面),直接双击simplefileserver.exe及可分享文件,
    

Usage

  1. Download the binary from the release page, choose your os relational edition  

    国内加速便捷下载地址: Windows Linux Mac

  2. Put the binary to you want transfer or browse folder

    windonws: open cmd in this folder then ->

     > simplefileserver.exe 
     > 2018/01/11 16:52:53 starttd file server http://127.0.0.1:80
    

    linux: open terminal in this folder then->

     $ chmod 777 simplefileserver
     $ ./simplefileserver
     2018/01/11 16:52:53 starttd file server http://127.0.0.1:80
    
  3. [Option] Custom file server port

    a. open on port 80 (Default):

     > simplefileserver.exe 80
     $ ./simplefileserver 80
    

    b. open on port 8080:

     > simplefileserver.exe 8080
     $ ./simplefileserver 8080
    
  4. [New Feature] Show the url qrcode in the terminal. (Windows default window not support now)

    a. output all local ip addr qrcode:

     > simplefileserver.exe 80  qr
     $ ./simplefileserver 80 qr
    

    b. output local ip addr qrcode with filter key (eg: just output ip addr contains 192 once)

     > simplefileserver.exe 80 qr192
     $ ./simplefileserver 80 qr192     
    

    img

other

code need more readable, pull request, please.

代码为初学golang时编写,确实有很多可读性的优化,设计和使用也存在不规范,防止用户依赖原特性使用,保证兼容式更新,在不影响原功能输出情况下,欢迎pr.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].