From 0ffa62b04a18889811bb750a1bd3090ac10793b2 Mon Sep 17 00:00:00 2001 From: rootTHC <57636391+rootTHC@users.noreply.github.com> Date: Thu, 23 Jan 2020 20:24:24 +0000 Subject: [PATCH] Update README.md englizh... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66b0590..e3efffe 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ The SSH session will be sniffed and logged to *~/.ssh/logs/* the next time the u **10. File Encoding - uuencode** -Sometimes it is needed to encode a binary file to a more terminal friendly character-set such as base64. Any of these encoding techniques can be (see further on) to transfer a binary file between your local system and a remote system you are logged in to using nothing else but the shell/terminal as a transport medium (e.g. no separate connection). +Binary files transfer badly over a terminal connection. There are many ways to convert a binary into base64 or similar and make the file terminal friendly. We can then use a technique described further on to transfer a file to and from a remote system using nothing else but the shell/terminal as a transport medium (e.g. no separate connection). Encode: ```