atinux / node-ftps

FTP, FTPS and SFTP client for node.js, mainly a lftp wrapper.
MIT License
202 stars 57 forks source link

Add note about using additionalLftpCommands #47

Closed lasergoat closed 7 years ago

lasergoat commented 7 years ago

It wasn't clear and took me a while to figure out - so I added some notes for you.

I specified this for people experiencing the DH GEX group out of range issue. Thankfully this guy was along the right track: http://www.christophervickery.com/Notes/index.php/2016/10/21/dh_gex_group_out_of_range/

So I just had to figure out how to apply his fix to your library. I've been trying to find an sftp library all week which supports this since ssh2-streams cannot createReadStreams on legacy servers like the one I'm dealing with. See Here

atinux commented 7 years ago

Thank you @lasergoat !