PDA

View Full Version : MSG received alert not workin


icios
03-20-2004, 03:19 PM
I can send and receive msg but i don't see any:

You have messages in INBOX. Type SITE MSG READ to read them.

msg from ftp.

What text should i change, and in what way?

thanks in advance,

icio.

neoxed
03-20-2004, 03:21 PM
Moved the post to WarC's scripts since he is the author of ioA. Try to post under the right forums.

WarC
03-20-2004, 04:15 PM
do you have something like following line:
OnFtpLogIn = EXEC ..\scripts\ioA\ioA.exe logon

in ioftpd.ini?

If you do, check ioa.debug for hints.

icios
03-20-2004, 06:14 PM
My version of ioFTPD uses:
OnLogIn = EXEC ..\ioA\ioA.exe logon (yes! it's the right path)

And no info from debug file except from login successful:

I think i need to edit my ../text/ftp/TransferComplete file
or some other msg file.

Some hint?

neoxed
03-20-2004, 06:21 PM
Originally posted by icios
My version of ioFTPD uses:
OnLogIn = EXEC ..\ioA\ioA.exe logon

That's a typo in the ioFTPD.ini, the correct event is still OnFtpLogIn.

icios
03-20-2004, 06:36 PM
Originally posted by NeoXed
That's a typo in the ioFTPD.ini, the correct event is still OnFtpLogIn.

It worked!!!

Thanks very much.
I could have never guessed it.

icios
10-24-2004, 11:00 AM
and how to show it at every dirchange ot transfer complete?

WarC
10-24-2004, 04:11 PM
That you got answered via irc

parez30
02-10-2005, 11:00 AM
this is from irc from author

[16:42] <e~_WarC>
%[execute(EXEC ..\scripts\ioA.exe)(logon)]

add it to your TransferComplete

thx Warc for help