mIRC Home    About    Download    Register    News    Help

Print Thread
D
DuXxXieJ
DuXxXieJ
D
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.
F
firefox
firefox
F
you can use ftprush with rushmirc.dll

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

/dll rushmirc.dll

S
s00p
s00p
S
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