314315316317318319320321322323324
String workingDirectory = null; try { if (relPath != null) { workingDirectory = channel.pwd(); channel.cd(relPath); } } catch (SftpException ex) {
315316317318319320321322323324325
421422423424425426427428429430431
String workingDirectory = null; try { if (relPath != null) { workingDirectory = channel.pwd(); channel.cd(relPath); } } catch (final SftpException ex) {