IanSmith123 / fileupload

命令行文件上传服务端

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

intro

simple file upload and download tool written in go

install

go get -u github.com/IanSmith123/fileupload

usage

start this program

fileupload 

set port

fileupload -port 2019 

help doc

fileupload -h

upload

curl -F file=@filename.png 127.0.0.1:2019

download

wget 127.0.0.1:2019/file

notice

Everyone can upload file to your server and download file in current directory once you start this program.

So, please close it in time.

About

命令行文件上传服务端


Languages

Language:Go 100.0%