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

PowerShell: Raise Domain Forest Functional Level

# Raise Forest Functional Level$forest=Get-ADForest# 2012R2 LevelSet-ADForestMode -Identity $forest -Server $forest.SchemaMaster -ForestMode Windows2012R2Forest -Force# 2016…

Virtual Machine Manager Error ID 23351 FirstBootDevice Invalid

When moving, importing, exporting Generation 2 template in VMM, the following error occurs when trying…

Python: RegEx Module

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