Hrmm... that complicates things. :(
Is this something that will be fixed in a later version, or is this an unavoidable flaw in some servers? I only ask because the methods I'm using to recursively delete/browse ftp folders are built into a much larger class that relies entirely on passing full paths (whether locally or remote). So if I can't find some kind of workaround, it would take a good bit of re-design just to get this one quirk fixed.
If it's not something that will be fixed in the future, then maybe you can give me a tip on a workaround.... I'm trying to figure out how to return to the parent directory of a user. That way, after I'm done recursively looping through all the folders, I can just go back to the root parent directory before continuing with the rest of the functions (which rely on being in the root directory). I tried CdUp, but that doesn't return a value, so I can't tell once I've reached the root directory. I have some ideas on how I might be able to handle this, but I just wanted to check and see if there was a direct way of doing it before I continued.
WATYF