Spring Boot and Sftp – Avoid ftp and ftps if possible



Spring Boot and Sftp – Avoid ftp and ftps if possible

Spring Boot and Sftp - Avoid ftp and ftps if possible

Ftp, ftps and sftp what is it and how is it used in a Spring Boot application. I use Spring Integration to show how easy it is to connect to a sftp server. Im using a docker image to setup the sftp-server. Im using Filezilla as the sftp-client to prove that files has been updated. Enjoy! 🙂 Feel free to leave me a comment below. The code is located here: https://github.com/ekim197711/springboot-sftp

Comments are closed.