use a batch file..

[ftpupload.bat]
@ECHO OFF
FTP
OPEN <location>
<password>
STOR <filename>
QUIT


laugh


-KingTomato