Dominic - 2009-01-09 15:07:27
1. What happens if you have error reporting to all & notice, then download ftp://ftp.kde.org/pub/kde/README
Answer
Notice: Undefined index: extension
Solution
Check if variable is initialized in ftp_class.php on lines 432 and 470
[..] and isset($pi["extension"]) and in_array( [..]
2. What happens if you login as anonymous and try file_exists()
Possible answer
550 Permission denied
Solution
Try both RNFR and SIZE commands, should cover 99% of situations