diff --git a/slpkg/configs.py b/slpkg/configs.py index 2e6d52ca..33833737 100644 --- a/slpkg/configs.py +++ b/slpkg/configs.py @@ -82,8 +82,8 @@ class Configs: curl_options: str = '' # Lftp options' - lftp_mirror_options: str = '--delete-first --parallel=10' - lftp_get_options: str = '' + lftp_mirror_options: str = '-c mirror --delete-first --parallel=10' + lftp_get_options: str = '-c get -e' # Choose the view mode. silent_mode: bool = True