(I can't request a thread moved to another place, so I just made a new thread here)
Simple topic name. Now that I have your attention, I'll state my problem: WTFORK

!!
Okay. My rights are set to this:
rw */*
rw */*/*
rw */*/*/*
rw */*/*/*/*
rw */*/*/*/*/*
rw */*/*/*/*/*/*
rw */*/*/*/*/*/*/*
rw */*/*/*/*/*/*/*/*
rw */*/*/*/*/*/*/*/*/*
rw */*/*/*/*/*/*/*/*/*/*
Now I am trying to make a client FTP to add to my TGConsole. When I do a requestText(), passing "folders" as the first param, it works! ...sort of! Instead of a list of all of the folders in the FTP, I get this:
*/
*/*/
*/*/*/
*/*/*/*/
*/*/*/*/*/
*/*/*/*/*/*/
*/*/*/*/*/*/*/
*/*/*/*/*/*/*/*/
*/*/*/*/*/*/*/*/*/
*/*/*/*/*/*/*/*/*/*/
In all honesty, that return is useless. Useless for making an FTP. Can someone fix this please, or help me through this problem? I do not want to change my rights, because I'm pretty much in charge of the FTP, and I create and delete folders left and right. I don't want to update my rights every time I create or delete a folder.
-- Kaidenn A. Neseta