On Sat, Feb 11, 2006 at 11:01:40AM +0100, c0t0d0s0 wrote: > It's seems like when I'm trying to move a directory into another, and that > one has already a direcotry inside, it failes. > lftp [EMAIL PROTECTED]:~> mv foo bar > Access failed: 550 Rename bar: Directory not empty (foo)
Try:
mv foo bar/foo
--
Alexander.
