Due to an ssh log on the host machine it can happen that due to security reasons an SFTP connection is rejected. In this case there are two options:
Recreate the SFTP upload/share: Note the new credentials then need to be shared again.
Clean up the log using the following command:
Linux systems, or subsystems, or macOS**:**
cmdssh-keygen -R [ip][ip] is the IP of the SFTP credential providedFor Windows systems the behavior was not observed yet.
