Hallo! I like this command-line ftp program a lot, but there is one thing I can't find how to do! That is, how do I move a directory from one place to another?
To accomplish the same, on a shell account I would type the following [EMAIL PROTECTED] ~ $ mv -v Documents/jesie/ tmp/ `Documents/jesie/' -> `tmp/jesie' The above command will transfer the whole jesie directory + everything it contains. How do I do the same with lftp? The mv command seems to only be able to rename one single file. Thanks a lot and again, congratulations to the author, who is doing a great job at maintaining the software!
