X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fcomparison.texi;h=46ee71a5f57e44c383c32719d88e6535d9d69680;hb=88ffb5ae8e2530ff4476216da9dbadbf61871d52;hp=25420f6398df0b7fa9043e9529cf7dbcd64fed91;hpb=e1854d2e4333a1b3a91cee6c41cb45be9ffa6d9f;p=nncp.git diff --git a/doc/comparison.texi b/doc/comparison.texi index 25420f6..46ee71a 100644 --- a/doc/comparison.texi +++ b/doc/comparison.texi @@ -106,3 +106,37 @@ FidoNet} Technology Networks) and @url{https://en.wikipedia.org/wiki/SMTP, SMTP} requires more manual work to do so. @end table + +Also there is +@url{https://changelog.complete.org/archives/10165-asynchronous-email-exim-over-nncp-or-uucp, copy of} +comparable commands of UUCP and NNCP, just for the interest: + +@multitable @columnfractions 0.5 0.25 0.25 +@headitem Purpose @tab UUCP @tab NNCP + +@item Connect to remote system + @tab @command{uucico -s}, @command{uupoll} + @tab @command{nncp-call}, @command{nncp-caller} +@item Receive connection (pipe, daemon, etc) + @tab @command{uucico} (@option{-l} or similar) + @tab @command{nncp-daemon} +@item Request remote execution, stdin piped in + @tab @command{uux} + @tab @command{nncp-exec} +@item Copy file to remote machine + @tab @command{uucp} + @tab @command{nncp-file} +@item Copy file from remote machine + @tab @command{uucp} + @tab @command{nncp-freq} +@item Process received requests + @tab @command{uuxqt} + @tab @command{nncp-toss} +@item Move outbound requests to dir (for USB stick, airgap, etc) + @tab N/A + @tab @command{nncp-xfer} +@item Create streaming package of outbound requests + @tab N/A + @tab @command{nncp-bundle} + +@end multitable