David Latorre

Results 3 issues of David Latorre

## The problem The DNS caching solution in Java is flawed as it does not respect the TTL settings. It could also benefit from alternating the IP addresses in a...

enhancement
help wanted
P3

When we upload a ZIP file (size 37430637 bytes) using fastPut with default options (I am using the [ssh2-sftp-client package](https://www.npmjs.com/package/ssh2-sftp-client), so I am just doing sftp.put(origin,target).then(sftp.end())), the uploaded file is...

I have some code that can access a number of different network/file resources, including a SFTP server. This code gets a Stream from any of those different resources and then...