Tagged articles
4 articles
Page 1 of 1
Lin is Dream
Lin is Dream
Jun 13, 2025 · Backend Development

How to Seamlessly Integrate SFTP Upload/Download in Spring Boot

This guide walks you through adding SFTP capabilities to a Spring Boot application, covering Maven dependencies, configuration properties, a reusable SFTP helper class, service and controller layers for file transfer, optional ZIP compression, and practical tips like retries, multithreading, and scheduling.

BackendFileUploadJSch
0 likes · 9 min read
How to Seamlessly Integrate SFTP Upload/Download in Spring Boot
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Feb 16, 2025 · Backend Development

Unlock Remote Server Access in Spring Boot 3 with JSch: Read Files & Run Commands

This article introduces the Java JSch library for Spring Boot 3, demonstrating how to read remote files without downloading, execute commands on a remote host, and obtain an interactive shell prompt, complete with Maven dependency setup, code examples, and execution results, while promising ongoing updates to the case collection.

JSchSpring Bootbackend-development
0 likes · 7 min read
Unlock Remote Server Access in Spring Boot 3 with JSch: Read Files & Run Commands
360 Quality & Efficiency
360 Quality & Efficiency
Apr 30, 2019 · Backend Development

Using JSch for Automated SSH Operations in Java

This article explains how to automate repetitive remote‑server tasks such as directory navigation, script execution, and file transfer by using the pure‑Java JSch library to establish SSH connections, run shell commands, and perform uploads and downloads programmatically.

BackendJSchSSH
0 likes · 3 min read
Using JSch for Automated SSH Operations in Java