Posted On March 31, 2019

Quick 1-liner: Secured File Transfer using PSCP

kimconnect 0 comments
blog.KimConnect.com >> Codes >> Quick 1-liner: Secured File Transfer using PSCP
pscp.exe c:\origin\ root@serverIP:/path_to_destination

Leave a Reply

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

Related Post

Python: RegEx Module

It's been opinionated that a string operation is made complete only with RegEx. Hence, Python…

WinRM Management Consideration

Infrastructure needs to be able to leverage scripting automation to perform Vulnerability Remediation, Resource Provisioning,…

PowerShell: Get-NetTCPConnection for Windows 7 & 2008

On Windows 8 & 2012, there's this nifty function named Get-NetTCPConnection that is useful to…