your domain may be flagged as an adult domain , may be the FTP part , try giving them a url that will forward to the ftp by using PHP header code , either on a different domain or something
just put this into a .php file
PHP Code:
<?
header("Location: ftp.riuhriuhiruh.com");
?>
give that a go , if that doesnt work i really couldnt help you