Engineering-Research-and-Development / true-connector-basic_data_app

GNU Affero General Public License v3.0
2 stars 9 forks source link

Feature/wss sftp #132

Open marest94 opened 8 months ago

marest94 commented 8 months ago

Updates

Implemented SFTP file transfer for large files in WSS flow.

Additional comments

If you are working with a setup that includes DA along with versions of ECC older than 1.14.2 and UCApp older than 1.7.4, please make the following code adjustments in ApplicationDataApp.java. Remove these lines:

System.setProperty("server.ssl.enabled", "true");
System.setProperty("application.ecc.protocol", "https");
System.setProperty("server.error.include-stacktrace", "never");

After making these deletions, don't forget to rebuild the Docker image to apply these changes.