I've been looking at all the documentation and online, but I cannot find any way of doing this.
I have my entire collection of ftp files in a subdirectory of the root, where I have been developing a website. It is the only directory in the ftp root. I now need to move the contents of that directory (and recursively, subdirectories) to the root. Something like this: / > mv dir/* . However I can't find this functionality anywhere. As far as I can tell the only way to do this is to copy all the files across a network and then reupload them, or move them one by one. Is this a current or possible feature for lftp? -James N
