Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Apr : Re: Transferring directories having 0..n sub-dirs using idFTP

www.cryer.info
Managed Newsgroup Archive

Re: Transferring directories having 0..n sub-dirs using idFTP

Subject:Re: Transferring directories having 0..n sub-dirs using idFTP
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Fri, 28 Apr 2006 02:09:52

"H. Hoffmann" <no.mail@return.com> wrote in message
news:44519eb2@newsgroups.borland.com...

> With trap i'm referring to the possibility/chance, to build up a
> solution that "recurssivly calls itself" on iterating through the
> Dirs (scanning recursivly for the contents of a certain dir, process
> contents, finding again a dir -> scanning that for files/dirs and so
> on and on and on).

That is what you are supposed to be doing to begin with.  So I still don't
see the "trap" that you are worried about.  If your recursion is implemented
properly, you will never run into duplicate directories that cause the
recursion to run endlessly.


Gambit

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive