44454647484950
/** * Creates a server with the default configuration */ public FtpServerFactory() { serverContext = new DefaultFtpServerContext(); }
46474849505152
* Creates a server with the default configuration * * @throws Exception */ public FtpServerFactory() { serverContext = new DefaultFtpServerContext(); }
47484950515253