Skip to content

SandyJone/sftp-client-wrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SFTP Client Wrapper

A very Simple JAVA Wrapper for SFTP Client

Below code should sufficied to copy the files from SFTP Server

import com.springml.sftp.client.SFTPClient;

SFTPClient sftpClient = new SFTPClient(pemFile, username, null, host);
sftpClient.copy(sourcePath, targetPath);

About

A very Simple JAVA Wrapper for SFTP Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%