Simple Unix file transfer tool
This repository has been archived on 2022-09-18. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
Go to file
lemonsh 01320b81d7 fix some clang warnings 2022-09-18 21:10:19 +02:00
.gitignore Reformat (again) 2022-09-18 21:04:16 +02:00
CMakeLists.txt remove windows support, revert back to unix 2022-02-17 10:55:09 +01:00
README.md remove windows support, revert back to unix 2022-02-17 10:55:09 +01:00
build.sh remove windows support, revert back to unix 2022-02-17 10:55:09 +01:00
dsuft.c fix some clang warnings 2022-09-18 21:10:19 +02:00

README.md

dsuft

A simple *nix file transfer program.

Tested platforms

  • Linux
  • macOS
  • FreeBSD
  • OpenBSD
  • NetBSD
  • DragonflyBSD
  • Solaris & Illumos

Usage

dsuft file transfer utility
by lemon.sh

Usage: dsuft server[get|send] <port> <listen address> <file>
       dsuft client[get|send] <port> <host> <file>