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

How to Install Chrome on Ubuntu 20.04

Ubuntu and its variants are pre-packaged with Mozilla's Firefox Web Browser. Although that is a…

Sample Multi-Site Metadata

SimpleSAML PHP module requires that each site to be configured with a $metadata entry. Below…

Testing NFS Between Linux Server & Windows Client

On Linux server:1. Turn of selinux/ipchains/iptables during the test. This could be turned on at…