Open xaviernuma opened 3 years ago
Hi,
I have 2 problem, the first :
in
lftp sftp://xxxxx@xxxxx.net -p 22 -e set ftp:charset iso8859-1 ; mirror -e --exclude-glob htdocs/une/ --exclude-glob htdocs/pub_accueil/ --delete-excluded --no-perms -vvv ; quit
lftp download all content of htdocs/pub_accueil/ first, and then rm htdocs/pub_accueil/
why this ? if a directory it's excluded htdocs/pub_accueil/ it should not scan and download in the htdocs/pub_accueil/ ?
My second problem is with --exclude-glob and --delete-excluded
How to empty the directory htdocs/pub_accueil/ without deleting it?
Thank you for your software !
Best regards
xaviernuma
Hi,
I have 2 problem, the first :
in
lftp sftp://xxxxx@xxxxx.net -p 22 -e set ftp:charset iso8859-1 ; mirror -e --exclude-glob htdocs/une/ --exclude-glob htdocs/pub_accueil/ --delete-excluded --no-perms -vvv ; quit
lftp download all content of htdocs/pub_accueil/ first, and then rm htdocs/pub_accueil/
why this ? if a directory it's excluded htdocs/pub_accueil/ it should not scan and download in the htdocs/pub_accueil/ ?
My second problem is with --exclude-glob and --delete-excluded
lftp sftp://xxxxx@xxxxx.net -p 22 -e set ftp:charset iso8859-1 ; mirror -e --exclude-glob htdocs/une/ --exclude-glob htdocs/pub_accueil/ --delete-excluded --no-perms -vvv ; quit
How to empty the directory htdocs/pub_accueil/ without deleting it?
Thank you for your software !
Best regards
xaviernuma