> e.g. i start mirroring: > > /project > + file1.doc > + file2.doc > + file3.doc > + /[TEST] > > lftp will continue downloading /project into /[TEST], > and into /project/[TEST]/project/[TEST] etc. this is very > annoying for me. > recently modified:
The target directory should be outside of the source directory. I can't explain well, but your example above causes recursive copies. > question 2) why doesn't this command work?: > > mirror *Live* *Cable* Use "mget", like mget *Live* *Cable* Best, toru
