我们正在使用Crystal Scheduler在mediation server
项目,spring 3.0框架,休眠,Apache tomcat中运行多个作业。随着tomcat容器的加载,调度程序作业开始开始。一个作业在特定的时间实例(假设第一个作业为1分钟,第二个作业为3分钟)执行,以从ftp中获取最新的cdr文件(使用commons-net 2.2 jar和filezilla 3.5.3)复制到本地系统上。我们越来越
Unable to determine system type response: 331 Please specify the password.
Unable to determine system type response: 530
两个作业同时执行时出现问题。
java.net.SocketException: Socket is not connected
这里有什么问题?
最佳答案
如果您用Google搜索"331 Please specify the password.",则会看到它是FTP错误,表明您没有提供密码。
这是list of FTP error codes ,将331
指定为:
331 User name okay, need password.