This script show you how to Get File from a FTP Server.
This script was a modification from a script find on :
http://stackoverflow.com/questions/265339/whats-the-best-way-to-automate-secure-ftp-in-powershell
You can use SSL on your script by using
$ftprequest.EnableSsl = $true # line 15