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

Installing Red5 on CentOS 5

I mostly work with Debian Etch 4 but the process would pretty much be the…

Windows Emulator inside Ubuntu 9.10

# Add the Wine repositorysudo add-apt-repository ppa:ubuntu-wine/ppasudo apt-get install wine1.2cd /home/[username]# this installs winetricks and…

How to Install Virtualbox in Ubuntu

Simply run these two commands: sudo add-apt-repository multiverse && sudo apt-get update sudo apt -y…