3738394041424344
private static TestSftpServer server; @BeforeClass public static void setupSftpServer() throws Exception { server = new TestSftpServer(); server.afterPropertiesSet(); }