From 2214c1dee356b13d691d75c7362e73ab583b1eb3 Mon Sep 17 00:00:00 2001 From: veeso Date: Fri, 23 Apr 2021 22:03:12 +0200 Subject: [PATCH] Removed winscp references --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 86be254..139d4e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Christian Visintin"] categories = ["command-line-utilities"] -description = "TermSCP is a SCP/SFTP/FTPS client for command line with an integrated UI to explore the remote file system. Basically WinSCP on a terminal." +description = "termscp is a feature rich terminal file transfer and explorer with support for SCP/SFTP/FTP" documentation = "https://docs.rs/termscp" edition = "2018" homepage = "https://github.com/veeso/termscp" diff --git a/README.md b/README.md index d60b6a9..69df6c2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Build](https://github.com/veeso/termscp/workflows/Linux/badge.svg)](https://github.com/veeso/termscp/actions) [![Build](https://github.com/veeso/termscp/workflows/MacOS/badge.svg)](https://github.com/veeso/termscp/actions) [![Build](https://github.com/veeso/termscp/workflows/Windows/badge.svg)](https://github.com/veeso/termscp/actions) -~ Basically, WinSCP on a terminal ~ +~ A feature rich terminal file transfer ~ Developed by Christian Visintin Current version: 0.4.2 (13/04/2021) @@ -46,7 +46,7 @@ Current version: 0.4.2 (13/04/2021) ## About TermSCP 🖥 -TermSCP is basically a porting of WinSCP to terminal. So basically is a terminal utility with an TUI to connect to a remote server to retrieve and upload files and to interact with the local file system. It works both on **Linux**, **MacOS**, **BSD** and **Windows** and supports SFTP, SCP, FTP and FTPS. +Termscp is a feature rich terminal file transfer and explorer, with support for SCP/SFTP/FTP. So basically is a terminal utility with an TUI to connect to a remote server to retrieve and upload files and to interact with the local file system. It is **Linux**, **MacOS**, **BSD** and **Windows** compatible and supports SFTP, SCP, FTP and FTPS. ![Explorer](assets/images/explorer.gif)