Search results

  1. G

    UnSuspension error

    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 =======================================
  2. G

    ftp_nlist() problem trying to list your ftp directories

    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...
  3. G

    ftp_nlist() problem trying to list your ftp directories

    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...
Top