Skip to content

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.

Notifications You must be signed in to change notification settings

da477/SftpProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SftpProxy

Overview

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.

Dependencies

  • Spring Boot Starters: Web
  • Additional Dependencies: Lombok, Tomcat Starter, Spring Boot Starter Test, Commons IO, JSch

Image Build and Container Launch

Building the Docker Image

The Docker image for the application is built using Maven's Spring Boot plugin.

mvn spring-boot:build-image

After building the image, you can start the container using Docker Compose. Execute the following command in the project directory:

docker-compose up -d

Contributions

Welcome via issues, pull requests, or feedback.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages