My hosting has been suspended and now I can't unsuspend it. I get the fallowing error then trying to resubmit "Hosting Unsuspension".
======================================
A system error occurred while processing this action.
Error Code: 59150703
=======================================
I have found workaround using ftp_rawlist combined with string parsing. Apparently problem is in FTP configuration, some servers (including this one) simply doesn't allow to retrieve full path to directories and file (as far as my knowledge from google goes).
For me its solved, but I will keep...
I'm creating online FTP client with php right now, and while testing it on various FTP servers, I noticed it doesn't work on your FTP. ftp_nlist() should return everything in form "/directory_name", "/file_name (if deeper "/directory_name/directory_name"). However on your FTP it simply returns...