pirumpi / sftp-upload

Allow to upload the content of a folder to a remote server through SFT utilizing pure Javascript.
40 stars 21 forks source link

fix(Auth): enable password only auth and fallback to passphrase #22

Closed ralphdas closed 3 years ago

ralphdas commented 4 years ago

Got some errors trying to connect to a webhost sftp connection. Found out the password field was used by ssh2. Added this to the README and added a fallback that would take care of the confusion between the two fields