Spring ftp 파일 다운로드1 Springboot ftp 파일 업로드/다운로드 HTML 삽입 미리보기할 수 없는 소스 1. 클라우드 FTP 서버에 연결 클라우드 FTP를 생성하는 부분은 해당 글을 참조 => [CentOS 7] FTP 서버 구축 과정 현재 로컬 애플리케이션(spring boot)에서 클라우드에 있는 FTP서버에 연결을 하여 업로드와 다운로드를 진행하는 상황이다. @Service @Slf4j public class FTPService { @Value("${ftp.server}") private String server; @Value("${ftp.port}") private int port; @Value("${ftp.username}") private String username; @Value("${ftp.password}") private String password.. 2023. 8. 25. 이전 1 다음