Posted On March 28, 2019

How to transfer files between Windows client to Unix Server

kimconnect 0 comments
blog.KimConnect.com >> Linux >> How to transfer files between Windows client to Unix Server

Download PSCP: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

Move the executable to C:\Windows\System32

Run CMD as Administrator and copy files, for example:pscp C:\Users\Kim\Desktop\keys\ScreenConnectSslFiles.tar.gz [email protected]:/home/kim

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Linux: Testing Disk Speed

Below is an exercise in comparing 2 different media: external USB drive vs a SD…

How To Run Python Interactive Command Line Mode (CLI)

Windows PS C:\WINDOWS\system32> python Python 3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 19:37:50) [MSC v.1916 64 bit…

Linux: Performing Speed Test via Command Line Interface (CLI)

Install Speed-Test (if not already installed): kimconnect@linux-client:~$ sudo apt install speedtest-cli Reading package lists... Done…