Category: Powershell
-
Upload files to FTP with Powershell
Hi, it took Long, but now, I decided to cut one more VBScript off, and start implementing a Powershell Script to upload the CRL to my CRL Distribtion Point with FTPS, so I took the Script from my collegue (http://www.thomasmaurer.ch/2010/11/powershell-ftp-upload-and-download/), and made some “improvements”: #Declare the folder $Dir=”\\yourserver\servershare\” #ftp server $ftpserver = “ftp://yourftpserver/folder” $user =…
Written by