Using Powershell to perform ftp uploads

by Mikael Henriksson 11. July 2010 23:58
This is not so much for informational purposes as it is for safe keeping . 'x:\path-to\ftp-tools.ps1' $server = 'ftp.domain.com' $dir = 'C:\Users\Public\Pictures\Sample Pictures' $pass = ConvertTo-SecureString "******" -AsPlainText -Force $cred = new-object ` -typename System.Management.Au... [More]

Tags:

PowerShell

About the author

Life architect specialized in programming