< # .SYNOPSIS This script Uploads a text file to an FTP Server using PowerShell. .DESCRIPTION This script first creates an FTP 'web' request to upload a file. Then the source file is read from disk and written up to the FTP Server. A response is then displayed. This is a rewrite of an MSDN Sample. .NOTES File Name : Copy-FileToFtp.ps1 Author : Thomas Lee – tfl… Read the full text.