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

User Accounts Management

# Method 1 # Disable account while still retain "sudo su userX"   # Block…

Useful Ubuntu Settings for VNC

# Disable screensaver Ubuntu (Gnome) gsettings set org.gnome.desktop.screensaver lock-enabled false # Purge screensaver and update…

Linux: Installing Portainer

Step 1: install Dockerhttps://blog.kimconnect.com/linux-installing-docker-community-edition-on-centos-8/ Step 2: install networkThere are two modes: bridge or 802.1q trunk…