8000 GitHub - fanmo-yun/postfiles: A lightweight file transfer program written in golang
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fanmo-yun/postfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostFiles

PostFiles is a file transfer tool written in Go that supports both client and server modes. The server can provide files for the client to download, the client can download files from the server.

Usage

Basic Usage

-- server-side mode

postfiles server -i 127.0.0.1 -p 9090 -f file1.txt -f file2.txt

-- client-side mode

postfiles client -i 127.0.0.1 -p 9090 -s /path/to/save

About

A lightweight file transfer program written in golang

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0