Package: lftp
Version: 4.0.6-1

I try to move a set of log files from a remote host to
my local disk using a script like

open -u username, sftp://remote_host/
cd incoming
!mkdir -p /tmp/mirror
mirror --Remove-source-files subdir /tmp/mirror
close
quit

Problem: The remote files in subdir are not removed,
i.e. --Remove-source-files is ignored.


Regards
Harri


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to