Am I doing something wrong or suboptimal? This isn't a complicated folder/file director structure - maybe 50 files total.
When I begin the get_r method, I see this repeatedly for 5 minutes before any transfer begins.
[2025-02-20 12:38:33,033] INFO - Current Working Directory: [/tmp]
Here are my connection settings:
cnopts.hostkeys = None
cnopts.timeout = 20
cnopts.allow_agent = False
cnopts.user_known_hosts_file = None
cnopts.compress = True
cnopts.knownhosts = None
and my transfer options:
self.preserve_mtime = True
self.prefetch = True
self.max_concurrent_prefetch_requests = 64
self.tries = 3
self.resume = True
self.callback = self.log_progress