private Logger logger = LoggerFactory.getLogger("FullSync");
private ConnectionDescription desc = null;
public SFTPFileSystem() {
if (!loggerSetupCompleted) {
JSch.setLogger(new SFTPLogger());
}
if (null == sshDirName) {
String sshDirPath = System.getProperty("vfs.sftp.sshdir");
if (sshDirPath == null) {
sshDirPath = System.getProperty("user.home") + File.separator + ".ssh";