Page 1 of 1

Rushmirc.dll - ftprush does not react..

Posted: Fri May 11, 2012 4:28 pm
by Turranius
Greetings.

I'm currently using version 1.1.3 (registered user) and an old rushmirc.dll from 2005-05-09 (360KB).
That works fine.

Yesterday I noticed that version 2 was freeware and wanted to try it. Installs ok, works ok, but it does not react to rushmirc.dll at all.

I find this post:
http://www.wftpserver.com/bbs/viewtopic.php?f=9&t=934" rel="nofollow

And try the rushmirc.dll from there (only 59KB?!) but it does nothing as well. No errors either.

Simply trying this:

.dll Rushmirc.dll RushScript RushApp.FTP.Raw(' $+ $1 $+ ','site invite $me $+ ',RS_LOGIN or RS_LOGOUT)

Any ideas? I'm back to the old dll and 1.1.3 for now. Thanks!

Re: Rushmirc.dll - ftprush does not react..

Posted: Wed May 16, 2012 1:48 pm
by Turranius
See, this would be the reason why people chose FlashFXP instead of FtpRush. No support from the developers, or too slow.

Re: Rushmirc.dll - ftprush does not react..

Posted: Wed Jul 18, 2012 12:21 pm
by MrCode
Hi,

I think that you need at least Mirc v6.2.

I Tried this code and it works:

test {
/dll Rushmirc.dll RushScript RushApp.FTP.LOGIN(' ServerName ','',RS_BOOKMARK);
}

Enjoy!

Re: Rushmirc.dll - ftprush does not react..

Posted: Fri Aug 14, 2015 6:48 pm
by darkspyre0
I just formatted and installed windows 10, so I also installed ftprush 2.1.8 and mirc 7.43.

I was just looking for a simple invite script like i had before, (like the OP), and found I had to modify what the other posted posted before me to get it to login, invite, and logout. First, get the new rushmirc.dll from http://www.wftpserver.com/bbsres/Rushmirc.dll" rel="nofollow which was listed in this post, http://www.wftpserver.com/bbs/viewtopic.php?f=9&t=934" rel="nofollow


Then in alias.ini i added this.

/inv {
echo -a inviting $1
/dll Rushmirc.dll RushScript RushApp.FTP.LOGIN(' $1 ','',RS_BOOKMARK)
/dll rushmirc.dll RushScript RushApp.FTP.RAW(' $1 ',' site invite $me ',RS_LOGIN or RS_LOGOUT)
}



I really hope this helps people get a simple invite script working with the latest versions =]

Re: Rushmirc.dll - ftprush does not react..

Posted: Sat Nov 07, 2015 9:32 am
by Rhino Cracker
@Turranius: For some reason some functions cannot be passed to ftprush when you are using rushmirc.dll in an old mirc (tested with 6.12: TRANSFER (fxp-mode) doesnt work). For me it works in 7.14. I think the breaking point was 6.2 or 6.3 or so, but not sure.

@darkspyre0: You don't have to login first. The RS_LOGIN Flag does this for you.

Re: Rushmirc.dll - ftprush does not react..

Posted: Tue Dec 05, 2017 10:35 am
by d4d0u
Hi guys

i have a problem with my ftprush

when i send a commande with mirc i have a problem

i don t use my soft since 1 year and today when the commande is start i just have 3 threads in FTPRUSH

before i can use 7 or 8 threads in same time

there is something to change for use many threads ?

my ftprush version is 1.1.30
and mirc 6.35

thanks for your reply