Documentation
¶
Overview ¶
Package maincmd implements a subset of the '$ rsync' CLI surface, namely that it can:
- serve as a server daemon over TCP or SSH (via SSH session stdin/stdout)
- act as "client" CLI for connecting to the server
- Not yet implemented: both "client" and "server" can act as the sender and the receiver
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClientRun ¶ added in v0.2.4
func ClientRun(osenv rsyncos.Std, opts *rsyncopts.Options, conn io.ReadWriter, paths []string, negotiate bool) (*rsyncstats.TransferStats, error)
rsync/main.c:client_run
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.