Oct
29
Third Party JAVA APIs (SFTP Client) for Remote File Operations
Overview
This document demonstrates third party libraries which are used to perform file operations remotely. With the help of these third party APIs, file operations can be easily performed between application and Unix/Windows SSH servers.
Detailed Description
Ø JSCH
About
JSch is a pure Java implementation of SSH2. JSch allows connecting to SSHD server and performing file operations on remote server. It makes it easy to transfer files between application and Unix/Windows SSH servers. It also gives another facility like port forwarding, X11 forwarding, file transfer, etc.
Applications using JSch
It has been recognized that following applications are using JSCH:
o Ant(1.6 or later) : for Ant's sshexec and scp tasks.
This document demonstrates third party libraries which are used to perform file operations remotely. With the help of these third party APIs, file operations can be easily performed between application and Unix/Windows SSH servers.
Detailed Description
Ø JSCH
About
JSch is a pure Java implementation of SSH2. JSch allows connecting to SSHD server and performing file operations on remote server. It makes it easy to transfer files between application and Unix/Windows SSH servers. It also gives another facility like port forwarding, X11 forwarding, file transfer, etc.
Applications using JSch
It has been recognized that following applications are using JSCH:
o Ant(1.6 or later) : for Ant's sshexec and scp tasks.