I am looking for Command Line DOS or UNIX help!
I would like to schedule an automating ftp of my Google base files to Google on a regular basis.

All the files are in the same folder home/john/GoogleBase/*.txt
ftp to uploads.google.com

It doesn't appear that Win/DOS ftp command supports username & password in the command line. can I put the username * password in the textfile?

ftp -s:google.txt uploads.google.com
then put the following in the google.txt file?
username
password
put *.txt
quit
THANKS
JOhn ><>