Hello, i am french student, and i am very interested by your FtpServer.
 After some tests days, i have already the same error:
 when i start the ftpServer :

 FtpServerContext serverContext = new ConfigurableFtpServerContext(config);
 FtpServer server = new FtpServer(serverContext);
 server.start();

 If i launch a client application, i have the good message :
 "220 Service ready for new user."

 But, when the programme try to login, i have an error:
 org.apache.commons.net.ftp.FTP.__getReply

 I feel the ftpserver can send request to the client.

 Otherwise, i don't understand how launch a Ftplet in a java application
 i tried this but it don't work

 serverContext.getFtpletContainer().addFtplet("ftplet", ftplet);

 Can you help me ?
thank

Reply via email to