sft

command module
v0.0.0-...-94fd82d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 24, 2015 License: MIT Imports: 6 Imported by: 0

README

sft

Simple file transfer utility

Fastest file transfer on Linux. No encription, simple TCP connection.

10x faster than transfer over SSH link. 5x faster than NetCat connection.

Examples
From client to server

Server:

	$ ./sft --destination file.out

Client:

	$ ./sft 127.0.0.1 file.in
From server to client

Server:

	$ ./sft --source file.in

Client:

	$ ./sft 127.0.0.1 file.out
With pipes:

Server:

	$ ./sft --source /dev/zero

Client:

	$ ./sft --verbose 127.0.0.1 - | pv > /dev/null
	Client mode
	Port: 18000
	File: -
	Connecting... ok
	Mode: Source
	4.37GB 0:00:05 [ 909MB/s] [    <=>                                             ]

Copyright (c) 2014 Dmitry Lagoza

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL