Just use a batch file...

Open notepad and put the following in it:

Code:
CD [color:green]C:\Folder\To\Files\To\Upload\[/color]
FTP
OPEN [color:red]ftp.server.com[/color]
[color:red]username[/color]
[color:red]password[/color]
TYPE A
STOR [color:green]filename.ext[/color]
QUIT


Replace the colored fields, and for the STOR-- that's what the names of the files you wish to upload are called. You can add more STOR lines if you wish.

Now goto file menu, save as... Enter (including the quotes) "upload.bat" and save it in your mIRC directory. Now use /run -n upload.bat in mirc, and it will upload the files.

Last edited by KingTomato; 25/06/04 04:42 AM.

-KingTomato