Hello,
I would like to upload some files to azure container via SFTP, please help me with the best practices.
thanks,
Janakiraman
try this extension https://github.com/thingworx-field-work/SftpExtensionTWX
Not sure if you have TWX Flow? If you have you could use the FTP connector
https://support.ptc.com/help/thingworx/flow/r9/en/#page/flow/flow/FTP/FTPConnector.html#
I would mount your remote container via sshfs into /ThingworxStorage/repositories, then just treat it as a local file repo.
/ Constantine