goodevil666
New Member
- Messages
- 3
- Reaction score
- 0
- Points
- 0
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 "directory_name", "file_name" making deeper browsing impossible. I want to make my program compatible with all FTPs, so please help me. Maybe somebody already contacted you with same problem.