I found a way to pass my ftp username and password automatically through cURL, and connect with my server, but before that, I was dealing with a password prompt at the command line, which seemed like a minor issue, until I noticed I was not able to type to the console! I tried it in a straight command prompt window, too, with no shell call, and again, no way to type it into the command prompt, either. Both the QB64 generated console and the command prompt would accept the Enter key and the usual ctrl + c to break the connection, but no typed characters would appear above the input cursor. Even though I won't be needing this "enter password" method anymore, I'm still curious if there was something I missed that would have allowed me to type or paste the password to the screen.
Pete