View Single Post
Old 03-04-2004, 09:37 PM  
mr_F_2
Senior Member
 
Join Date: Jan 2004
Posts: 203
Default standalone 'site msg' pack

I looked and couldn't find a standalone one of these for ioFTPD.

what it does?
adds a private messaging system to your ftpd. with this script your messages will not be deleted once you've read them, but once you delete them...

example output:
Quote:
[20:28:28] site msg
[20:28:28] 200-+-----[SiTE MSG]---------------------------------------------+
[20:28:28] 200-| |
[20:28:28] 200-| read your mail: site msg read <number> |
[20:28:28] 200-| delete a message: site msg del <number> |
[20:28:28] 200-| send a message: site msg <username> "<message>" |
[20:28:28] 200-| |
[20:28:28] 200-| Use 'all' instead of a number to list all messages at once |
[20:28:28] 200-+------------------------------------[SiTE MSG]--------------+

example output when you have a new message:
Quote:
20:26:26] 150 Opening ASCII mode data connection for directory listing.
[20:26:26] 226-.-================================================== =====-.
[20:26:26] 226- [UL: 26378.44MB] [DL: 69.63MB] [Speed: 0.00K/s] [Free: 37.56GB]
[20:26:26] 226- [Section: root] [Credits: 0.00MB] [Ratio: Unlimited]
[20:26:26] 226-'-================================================== =====-'
[20:26:26] You have 1 message(s) in your inbox. Type 'site msg' for more information.
syntax on read all:
Quote:
[20:30:01] site msg read all
[20:30:01] 200-[ 1] From: testusr on Thu, Mar 04, 2004 at 20:29:54
[20:30:01] 200- "YAY this is a TEST"
[20:30:01] 200 Command successful.
syntax on read single:
Quote:
[20:30:27] site msg read 1
[20:30:27] 200-From: testusr on Thu, Mar 04, 2004 at 20:29:54
[20:30:27] 200-"YAY this is a TEST"
[20:30:27] 200-NOTE: Use 'site msg del 1' to delete this message
[20:30:27] 200 Command successful.
get it here

EDIT:

I forgot to add this information in the readme, (it's added there now):


add this line to your ..\text\ftp\TransferComplete file:
%[execute(EXEC ..\scripts\ioMsg\ioMsg.exe)(alert)]
mr_F_2 is offline   Reply With Quote