From 5817e703ee632c86192c27865caa7504bb8bd6cd Mon Sep 17 00:00:00 2001 From: ChristianVisintin Date: Sat, 5 Dec 2020 18:01:18 +0100 Subject: [PATCH] SCP is definetely supported :D (finally I can use machines with dropbear) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6e4603..4f48108 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Current version: 0.1.0 (??/??/2020) ## About TermSCP -TermSCP is basically a porting of WinSCP to terminal. So basically is a terminal tool with an UI to connect to a remote server to retrieve and upload files. It works both on **Linux**, **MacOS**, **UNIX** and **Windows** too and supports SFTP, FTP and FTPS. +TermSCP is basically a porting of WinSCP to terminal. So basically is a terminal tool with an UI to connect to a remote server to retrieve and upload files. It works both on **Linux**, **MacOS**, **UNIX** and **Windows** too and supports SFTP, SCP, FTP and FTPS. ### Why TermSCP @@ -39,6 +39,7 @@ It happens very often to me when using SCP at work to forget the path of a file - Different communication protocols - SFTP + - SCP - FTP and FTPS - Practical user interface to explore the remote machine file system and to select the files to upload and download - Written in Rust