Figured out the issue
Scripted out the session and used that to capture the key and parameters.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
option batch abort
option confirm Off
open sftp://CorityFTP:password@IPADDRESS -Hostkey=*
option transfer binary
cd /upload/
Get files
close
exit
. 2020-08-29 18:20:05.551 Host key matches cached key
. 2020-08-29 18:20:05.570 Initialised AES-256 SDCTR client->server encryption
. 2020-08-29 18:20:05.588 Initialised HMAC-SHA-256 client->server MAC algorithm
. 2020-08-29 18:20:05.606 Initialised AES-256 SDCTR server->client encryption
. 2020-08-29 18:20:05.622 Initialised HMAC-SHA-256 server->client MAC algorithm
! 2020-08-29 18:20:05.728 Using username "CorityFTP".
. 2020-08-29 18:20:05.810 Server offered these authentication methods: publickey,password,keyboard-interactive
. 2020-08-29 18:20:05.829 Attempting keyboard-interactive authentication
. 2020-08-29 18:20:05.895 Server refused keyboard-interactive authentication
. 2020-08-29 18:20:05.913 Server offered these authentication methods: publickey,password,keyboard-interactive
. 2020-08-29 18:20:05.929 Prompt (password, "SSH password", <no instructions>, "&Password: ")
. 2020-08-29 18:20:05.945 Using stored password.
. 2020-08-29 18:20:05.961 Sent password
. 2020-08-29 18:20:06.025 Password authentication failed
! 2020-08-29 18:20:06.046 Access denied
. 2020-08-29 18:20:06.065 Server offered these authentication methods: publickey,password,keyboard-interactive
. 2020-08-29 18:20:06.081 Prompt (password, "SSH password", <no instructions>, "&Password: ")
. 2020-08-29 18:20:06.100 Disconnected: Unable to authenticate