Sftp Proxy enables the acceptance and transmission of files through SFTP via HTTP, catering to applications without native SFTP support. It facilitates the seamless exchange of files with SFTP servers.
- Spring Boot Starters: Web
- Additional Dependencies: Lombok, Tomcat Starter, Spring Boot Starter Test, Commons IO, JSch
The Docker image for the application is built using Maven's Spring Boot plugin.
mvn spring-boot:build-imageAfter building the image, you can start the container using Docker Compose. Execute the following command in the project directory:
docker-compose up -dWelcome via issues, pull requests, or feedback.