The Secure File Transfer Protocol (SFTP) is a network protocol which allows you to transfer files between two computers on the Internet over any reliable stream.
UPDATE: I'll still keep Artem Bilan's answer marked as correct, but I still felt I needed to point this out …
java spring spring-boot spring-integration spring-integration-sftpI'm trying to upload excel file using SFTP to linux machine from my local windows PC. Here is my code: …
spring spring-boot sftp jsch spring-integration-sftp