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: A Quick Sequence of Starting and Stopping an App

Check to see if SeaHorse is broken kimconnect@nuc:# seahorseGtk-Message: 08:52:44.606: Failed to load module "canberra-gtk-module"Gtk-Message:…

Linux: how to bypass login keyring prompts

Error Message:  Something along the line of 'keyring default keyring but it is locked' Resolution:…

Add or Remove a User / Users in CentOS / Redhat Linux

sudo adduser usernamesudo passwd usernamesudo gpasswd -a username wheel#Check wheel groupsudo lid -g wheel#Delete user:userdel…