Pedro Fonseca

Results 14 comments of Pedro Fonseca

It should, just make sure .Net Framework 4.8 is installed. I can't guarantee that paths longer than 256 chars are scanned correctly, but otherwise all should work.

I've added two PRs today that improve SFTP performance (by a LOT, in my case), and simultaneously reduce CPU usage: #865 and #866. I'm not sure if the SCP file...

With so many PRs pending, I think that'll take a while :-/ It looks like @drieseng is the only active maintainer of this repo and unfortunately he doesn't seem to...

@nguyenlamlll I've just rebased #865 and #866 to allow them to be merged, but that's still up to the maintainers. The performance issue still exists, and this still fixes it.

I've rebased this PR, please review and consider merging.

@WojciechNagorski This type of Resume test won't work as the test file may well finish upload/download before the Disruptor kicks in, especially if the test server is in localhost. Better...

I use multiple sftpClient instances, one per thread. I define a maximum number of simultaneous uploads/downloads, and create the corresponding number of threads to handle the transfer queue. Each thread...

I can't share my production code as it's internal to my company and it's a few thousands of lines of code, with a bunch of extra features - queuing, prioritization,...

Hi @Rob-Hague , it seems we're on the same path again. I've mentioned the broken padding some days ago in 865 as I had seen the same issues you describe....

> 3\. [The encrypted data in all packets sent in one direction SHOULD be considered a single data stream](https://www.rfc-editor.org/rfc/rfc4253#section-6.3). This means that our cipher implementations need to preserve state across...