241242243244245246247248249250251
{ return serverSocket.accept(); } }); FtpClientSession clientSession = new FtpClientSessionImpl(ftpServer, incoming); clients.add(clientSession); log.info(">>> New client connected. Clients: " + clients.size()); } catch (Exception exc)