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: Microsoft Failover Cluster Discovery Version 0.10

<# .Sypnosis: Microsoft_Clusters_Discovery_v.0.10.ps1 What it does: - Installs Microsoft Failover Cluster PowerShell module on the…

PowerShell: Error when Pause is Placed Inside Function

Error: + Function Search-ScheduledTasks{+ ~Missing closing '}' in statement block or type definition.At C:\Users\kdoan\Desktop\Notes\test.ps1:57 char:1+…

How to Use Google SMTP Relay with Sendmail

Check to see if TLS is enabled:# sendmail -d0.1 -bv rootMake a certs directory:# mkdir…