Rushmirc.dll - ftprush does not react..

Please post here if you have problems in using FTP Rush.
Post Reply
Turranius
Posts: 2
Joined: Fri May 11, 2012 4:22 pm

Rushmirc.dll - ftprush does not react..

Post 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!
Turranius
Posts: 2
Joined: Fri May 11, 2012 4:22 pm

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

Post by Turranius »

See, this would be the reason why people chose FlashFXP instead of FtpRush. No support from the developers, or too slow.
MrCode
Posts: 2
Joined: Thu Jun 03, 2010 4:08 pm

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

Post 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!
darkspyre0
Posts: 1
Joined: Sat Dec 04, 2010 10:49 pm

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

Post 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 =]
Rhino Cracker
Posts: 11
Joined: Mon Oct 31, 2011 11:20 am

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

Post 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.
d4d0u
Posts: 1
Joined: Tue Dec 05, 2017 10:31 am

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

Post 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
Post Reply