- spring-integration-sftp
https://penthegom.tistory.com/m/6
[SFTP] Spring-boot 에서 spring-integration-sftp 사용하기
1. 의존성 추가 org.springframework.integration spring-integration-sftp 4.3.4.RELEASE 2. 최종 디렉토리 구조 3. Java 구성을 사용하는 SftpConfig DefaultSftpSessionFactory 호스트, IP 포트, 사용자 이름..
penthegom.tistory.com
https://dzone.com/articles/spring-integration-sftp-upload-example-using-key-b
Spring Integration: SFTP Upload Example Using Key-Based Authentication - DZone Integration
This article includes a brief tutorial that takes a look at an explanation on how to use Spring Integration for uploading files to a remote SFTP server.
dzone.com
https://dzone.com/articles/spring-integration-sftp-download-using-key-based-a
Spring Integration: SFTP Download Using Key-Based Authentication - DZone Integration
This article looks at a tutorial that explains how to use Spring Integration for downloading files from a remote SFTP server. Also look at an example of usage.
dzone.com
- jcraft
https://www.baeldung.com/java-file-sftp
Transferring a File Through SFTP in Java | Baeldung
Have a look at a few Java libraries that allow you to upload and download files through STFP.
www.baeldung.com
https://javacpro.tistory.com/22
[JAVA/자바] SFTP 파일업로드/다운로드
SFTP 파일업로드/다운로드 SFTP 서버에 연결하여 파일다운로드/업로드하는 소스입니다. SFTP는 기존의 FTP 에서 보안(secure)을 강화한것으로 기본포트가 FTP는 21번이지만 SFTP는 22번입니다. 아래 �
javacpro.tistory.com
'spring-boot' 카테고리의 다른 글
XssFilter & lucy-xssFilter 적용 (0) | 2020.10.04 |
---|---|
Image to Base64 String Conversion (0) | 2020.09.24 |
UTF-8 설정 (0) | 2020.09.13 |
static 파일 cache 문제 해결(?) (0) | 2020.08.27 |
yml 파일 PropertySource load 방법 (0) | 2020.08.23 |