On Fri, Mar 26, 2004 at 02:52:42AM +0000, [EMAIL PROTECTED] wrote: > Does it exist a trick to move or even copy remotly a whole directory or just > copy a single file with lftp?
Look at `mv' command for moving files and directories. Use mirror for copying directories, the data won't be sent to your computer if the ftp server supports fxp method. -- Alexander.
