I have this trouble under windows server, after check the logs, nothing indicate is the ftp.
The ftp server log show when download just a conection is done and no any transfer file request to ftp server.
Please can tell to me what is the equivalent to this, but for when
user is authenticated and if user is premium user?
<?php if ($Auth->loggedIn() == true): ?>
//do something
<?php endif; ?>