- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for startFTPServer (0.25 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/ftp/FtpClientTest.java
.singleton("ftpClient", FtpClient.class); ftpClient = container.getComponent("ftpClient"); } public FtpServer startFtpServer(int port, String username, String password) throws FtpException { FtpServerFactory factory = new FtpServerFactory(); ListenerFactory lisnerFactory = new ListenerFactory(); lisnerFactory.setPort(port);
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:27 UTC 2024 - 16.3K bytes - Viewed (0) -
cmd/server-main.go
}() }) } // if we see FTP args, start FTP if possible if len(globalServerCtxt.FTP) > 0 { bootstrapTrace("go startFTPServer", func() { go startFTPServer(globalServerCtxt.FTP) }) } // If we see SFTP args, start SFTP if possible if len(globalServerCtxt.SFTP) > 0 { bootstrapTrace("go startSFTPServer", func() {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Sep 24 21:50:11 UTC 2024 - 35.2K bytes - Viewed (1)