I have a simple ftp script file to upload a file to a server.
Script.txt contains:
open ftp.host.com
user Fred PASSword
send c:\hotsheet.dat
disconnect
quit
The cmd line is
Ftp -s:Script.txt
It starts processing correctly but the login fails. I think it is using all lowercase for my password.