SFTP in Java | JSch | SSH Java

Опубликовано: 15 Август 2021
на канале: raksrahul
7,774
83

SSH is Secure Socket Shell protocol, used to securely connect one computer to another computer.

SFTP is Secure File Transfer Protocol used to securely transfer files from one computer to another.

In this video, we will take a basic example on how we can do SFTP operations with Java using JSch.

Index:
00:00 Intro
00:31 Setup Maven Java Project in Eclipse
01:31 Code
06:32 Connection refused/Starting SSH server
07:23 Connect by disabling StrictHostKeyChecking (JSchException UnknownHostKey)
09:10 Connect using known_hosts file
10:06 Adding host to known_hosts file

Follow us on :
Facebook :   / raksrahul-100219708647780  
Instagram :   / raksrahul_ig  

#sftp #java #JSch #Linux #raksrahul