5.3.9 -> 5.4.3:
alot of changes in the ioftpd.ini file so i think it's best to completely reconfigure the default ini file
Gone: [ioFTPD]
New: [Threads] & [File] & [Ftp] & [Telnet]
Change: [Pre] becomes [FTP_Pre-Command_Events]
Change: [Post] becomes [FTP_Post-Command_Events]
Change: [Scripts] becomes [FTP_Custom_Commands]
New: [Telnet_Binaries]
Change: [Ftp-Permissions] becomes [FTP_Command_Permissions]
Change: [Ftp-SITE-Permissions] becomes [FTP_SITE_Permissions]
Change: [Telnet-Permissions] becomes [Telnet_Command_Permissions]
New: [Telnet_Binary_Permissions]
Change: [Http-Permissions] becomes [Http_Permissions]
also some (all?) message files changed, the most questions are asked about this one:
\text\ftp\stat.msg becomes \text\ftp\TransferComplete
Replace those events:
;OnFtpNewDir =
;OnFtpDelDir =
;OnFtpLogIn =
by
;OnNewDir =
;OnDelDir =
;OnLogIn =
and add those two:
;OnServiceStart =
;OnServiceStop =
Note: The new INI shows [Change_Permissions], but you need to change it to [Change-Permissions] for it to work!
If you don't, everyone will be able to use all commands! (Only applies for u version. Newer r versions are fixed.)
Also, make sure Messages = ..\text\ftp is un-commented in your services, as there is no default value anymore.
|