Code: Select all
/dll rushmirc.dll RushScript RushApp.FTP.RAW('site','site stat',RS_LOGIN or RS_LOGOUT);
Also noticed that the RS_LOGOUT from the RushApp.FTP.Transfer cmd won't make the ftp disconnect using this cmd.
Code: Select all
/dll rushmirc.dll RushScript RushApp.FTP.RAW('site','site stat',RS_LOGIN or RS_LOGOUT);
Thanks for report, we will fix this next version.Mystery-X wrote:I used this command in the old version, it logged in executed the cmd and then logged out.Now with the new 2.1.1 version this only works when i manualy connect and then execute the cmd from mirc.Code: Select all
/dll rushmirc.dll RushScript RushApp.FTP.RAW('site','site stat',RS_LOGIN or RS_LOGOUT);
Also noticed that the RS_LOGOUT from the RushApp.FTP.Transfer cmd won't make the ftp disconnect using this cmd.
I think you'll notice that a majority of the users that previously bought a license is using FTPRush with mirc dll.FTP wrote:FTP rush 2.x does not support mirc very well, if anybody who want to use FTP Rush with mirc, please download version 1.13 from our web site:
http://www.wftpserver.com/download/ftprush1.13.exe
Code: Select all
procedure TestCall(Sender);
begin
RushApp.FTP.Raw('Sitename','site invite myUsername',RS_LOGIN or RS_LOGOUT);
end;