rcp

command module
v0.4.4 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

README

rcp

remote copy

screenshot

Overview

Commands for file transfer by tcp

Characteristic

  • Transfer files using buffer between file read / write and transfer process
  • Monitor read / write speed and transfer speed every second and display them in Sparkline chart
  • Network and storage performance can be measured with dummy data transmission and dummy reception functions

How to use

The main procedure is performed in the following two steps

  • Listen to any port number on the receiving side
  • Dial the destination port number on the sending side

Example of use

When listening on 1987 port on the receiving side (IP: 10.10.10.10) and sending
  • Listen on TCP 1987 port on the receiving side
$ rcp listen -l: 1987 -o save_filename
  • Send file to 10.10.10.10: 1987
$ rcp send -d 10.10.10.10:1987 -i input_filename
Dummy data transmission-> Discard received dummy data
  • Receiver
$ rcp listen -l: 1987 --dummyOutput
  • Sender
$ rcp send -d 10.10.10.10:1987 -i input_filename

Documentation

Overview

Copyright © 2019 NAME HERE <EMAIL ADDRESS>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Directories

Path Synopsis
pkg
rcp

Jump to

Keyboard shortcuts

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