REM make a script file (ASCII text file with the lines below) open machine.domain.com demo@machine.domain.com password binary put data.dbf quit REM call the ftpdemo file with the DOS command REM ftp -s:c:\ftpdemo.txt REM open machine.domain.com <-- ftp command to connect to machine REM demo@machine.domain.com <-- username (here proxied) REM password <-- password for demo useraccount REM binary <-- binary mode for this type of data REM put data.dbf <-- ftp put command REM quit <-- terminate the ftp session