From 537130ee71213367d52c1d6375e6fadeee7afa62 Mon Sep 17 00:00:00 2001 From: einisto <79069176+einisto@users.noreply.github.com> Date: Thu, 18 Aug 2022 13:23:33 +0300 Subject: [PATCH] Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3537cec..ac5ba43 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -## TCP socket pair for easy and efficient file transfer +## Socket pair for FTP like file transfer -Single binary containing both server and client. Originally made as a backend for [a TUI app](https://github.com/einisto/leightbox). Note that the server can't be hosted on a mobile hotspot network due to firewalling of most cellular networks. Despite this the client side can still obviously be used even on those scenarios. +Single binary containing both server and client. The server can't be hosted on a mobile hotspot network due to the firewalling of most cellular networks. Despite this the client side can still obviously be used even on those scenarios.