You can use some sort of SSL wrapper, but the easiest solution is to just use:
Require_Encrypted_Auth = !-ioFTPD *
That will require everybody but the master account to login via SSL. Since by default you can only login locally via 127.0.0.1 to that account encryption isn't really an issue...
|