Re: Retrieve a list of files from a remote server? - WeOnlyDo Discussion board

Re: Retrieve a list of files from a remote server? (General questions)

by wodSupport, Thursday, January 13, 2005, 15:26 (7051 days ago) @ Kamal

Kamal,

I think you answered all questions by yourself. As you can see, remote list contains . and .. Not much we can do about it - this is part of UNIX/DOS filesystems. I see in your code you check if filename= .. or filename= . in which case you ignore them. That's exactly what I would suggest.

As for RemotePath being changed internally - this is also correct. So, just provide it again from your code.

The way you're doing it now is safe way.


Complete thread: