When adding a port number to the server address eg. 192.168.0.500:2222
Duplicacy auto appends :22 preventing the connection from working.
Example of error message:
ERROR Failed to load the SFTP storage at sftp://user@192.168.0.500:2222//data/Backup/Duplicacy: dial tcp: too many colons in address 192.168.0.500:2222:22
Would it be possible to add support for non-standard ssh port number.