You could write a file (C:\tmp.txt, where username is your ftp username, password is your password and path_to_file is your to-be-uploaded file) in the form of:
Code:
username
password
put path_to_file
quit


/run ftp.exe < C:\tmp.txt

Last edited by s00p; 03/09/09 11:44 AM.