SFTP does not allow for non standard ports.

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.

I’ll fix this in the next update.

Thanks!

This has been fixed in version 1.0.1 which is now available for download.