public class SshUtils extends Object
| Constructor and Description |
|---|
SshUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ftpUpload(FTPConfig config,
String directory,
File file) |
static void |
ftpUpload(FTPConfig config,
String directory,
File file,
String remoteFileName) |
static File |
sftpDownload(FTPConfig config,
File file,
String remoteFileName) |
static void |
sftpUpload(FTPConfig config,
File file,
String remoteFileName) |
Copyright © 2022. All rights reserved.