There is no such feature in lftp. I don't think it's feasible to do: ascii
mode changes the file and the next mirror will consider the file changed
and thus re-transfer it.
2014-12-12 14:52 GMT+04:00 Franck Eyraud :
>
> Hi lftp list,
>
> Just a quick question, because I didn't find in the man pag
Hi,
I'm trying to move files recursive to a ftp server.
Since mput doesn't support moving files recursive I'm using mirror instead.
lftp -e 'mirror -c -p -R --Remove-source-files /source /target; bye' -u ftp
ftp://192.168.1.10
This sort of work since it remove the source files aka. move on the f
Thank you for your answer.
I know about the size situation, but I don't care much if ascii files
are untimely downloaded, in this case 99,99% are binary data, the rest
is some descriptive files that are windows CR/LF formatted (in fact I'm
anyway using mirror more because it is recursive than