[Feature request] Don't log ListDirectory items
Is there any change to add one more feature to
ListDirectory
method?
Sometimes we have 50000+ files on the SFTP server
and when we call
ListDirectory
we receive 50000+ rows in log file
can we have something like this?
ListDirectory(string path, bool writeLog = true)