I've got a powershell script that dynamically generates and ftp script file (to be used by the CLI version of WS-FTP) to grab a file off a server. It recreates the file every day with the GET command ...
I'm reading a list of files from text file, and some of the filenames have the " character as part of their name. For instance: $xx = Get-Content -Path $list ForEach ...