mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2007
Posts: 280
Fjord artisan
OP Offline
Fjord artisan
Joined: Jan 2007
Posts: 280
Hi, I am looking for a tag, alias or script which can automaticly upload an file (.txt file) to an FTP Server. I am using FileZilla (latest version), but I don't know how to automaticly let it upload an file when the command ".addquote" has been used.

I am using a quote script, so that's why the ".addquote" - The script writes the added quote into quote.txt, but now I need to know how to upload it automaticly with FileZilla (latest version).. frown?

Last edited by DuXxXieJ; 20/08/09 10:45 AM.

Squee whenever a squee squee's. Squee whenever a squee does not squee.
Joined: Sep 2007
Posts: 202
F
Fjord artisan
Offline
Fjord artisan
F
Joined: Sep 2007
Posts: 202
you can use ftprush with rushmirc.dll

http://dogus.free.fr/ftprush/RushAppFTP_all.htm

/dll rushmirc.dll

Joined: Jul 2008
Posts: 236
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Jul 2008
Posts: 236
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.

Link Copied to Clipboard