Download files from a remote directory.
url (str) – URL to a remote directory.
path (str or os.PathLike) – Local directory to save files.
pattern (str, optional) – Glob pattern to filter files.
quiet (bool) – Suppress messages.
Paths to downloaded files.
list of str