Gail Kasnett
08/18/2020, 8:49 PMvar downloadedFile = connection.download({
directory: '/xxxx/xxx/xxxx',
filename: '*.extension'
})
How would I handle it if there are multiple files with the same extension but I have no way of knowing their names before hand and I need all the files?