1.0.1 • Published 7 years ago

netcopy v1.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

netcopy

Build Status

Streaming file copy tool over multiplexed tcp stream. Node js

install

npm install netcopy -g

server

netcopy -l 8000 out_folder_name

client

netcopy -c 127.0.0.1 8000 "./*"

library

client

const client = require('netcopy').client;

client('127.0.0.1', 8000, "./*.js");

server

const server = require('netcopy').server;

server(8000, 'dump_folder');
1.0.1

7 years ago

1.0.0

7 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago