Move files to ftp
Kai Stian Olstad <[email protected]> Sat, 13 Dec 2014 21:36:13 +0100
| Newsgroups | gmane.network.lftp.user |
|---|---|
| Message-ID | <CAOPY+we0GBxzo7L7ui6kFPwQRQKi6=dvYbo7tr2eVH3GuoxhqA@mail.gmail.com> |
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 first run. But if the same files is copied in to /target directory again with cp -p to preserve the modification time, lftp doesn't put the file to the ftp server since the file already exist in /target and it doesn't remove the source file either. Shouldn't lftp remove the source anyway since I used the --Remove-source-files argument? Or is there another way to achieve this? -- Kai Stian Olstad PS: I tried sending this mail from a different domain but it did not go through so I'll try with Gmail. _______________________________________________ lftp mailing list [email protected] http://univ.uniyar.ac.ru/mailman/listinfo/lftp