05-08-2009, 11:34 PM
|
#2 |
| Junior Member ioFTPD Foundation User
Join Date: Nov 2004
Posts: 23
|
yes that exists!!!
you should simply learn to read the ioftpd.ini file, then you would know how todo that Quote:
[FTP_Custom_Commands]
# define new "site" commands here!
# trigger = !file # Show file
## Examples
# welcome = !..\text\ftp\welcome.msg |
open notepad, type in some text e.g. "Good Morning", save it into your scripts folder and add this line into ioftpd.ini Code: [FTP_Custom_Commands]
morning = !..\scripts\good_morning.txt |
| |