FtpInboundFileSynchronizer
全部标签 我有一个基于SpringWebmodel-view-controller(SpringMVC3.2.8)的应用程序,我想使用FTPSessionFactory的默认实现来与FTP集成。我有这段代码privatevoidperformImport()throwsException{StringfileNamePattern="*.txt";ftpInboundFileSynchronizer=newFtpInboundFileSynchronizer(myFtpSessionFactory);((FtpInboundFileSynchronizer)ftpInboundFileSynch
我有一个基于SpringWebmodel-view-controller(SpringMVC3.2.8)的应用程序,我想使用FTPSessionFactory的默认实现来与FTP集成。我有这段代码privatevoidperformImport()throwsException{StringfileNamePattern="*.txt";ftpInboundFileSynchronizer=newFtpInboundFileSynchronizer(myFtpSessionFactory);((FtpInboundFileSynchronizer)ftpInboundFileSynch