CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java

文件名称:filechange_xr

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2015-05-14
  • 文件大小:
    999.91kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

ftp文件同步

处理过程

A)B从A获取文件列表

B)B发送文件列表给C

C)C用遍历接收到的文件列表,分别从D查找列表中的每个文件,查看其是否存在相同的文件:存在则把列表中的文件去掉,继续下一个;不存在则继续下一个;结束遍历后返回文件列表给B,如果都存在也要返回空列表。

D)B接收到返回的文件列表后,遍历新的列表,从A中下载对应文件,分包发送给C。

E)C接收到分包发送的数据后,解析包,然后上传到D(分追加和覆盖)。

F)停顿一定时间,整个周期再来一遍。-ftp file synchronization

Process

A) B to obtain the file list A

List B) B send the file to C

C) C received by traversing the list of files, respectively, D to find a list of each file to see if the same file exists: the presence put the file in the list is removed, continue to the next it does not exist to continue to the next after traversing the return to the file list to B, if there should be an empty list.

D) After receiving the B list of files returned, traversing new list, download the corresponding file A, sub sent to C.

After E) C receives data transmitted subcontractors, analytical package, then upload it to D (sub supplementary and coverage).

F) pause some time, the whole cycle all over again.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

filechange_xr/build/build.dtd
filechange_xr/build/build.html
filechange_xr/build/build.properties
filechange_xr/build/build.sh
filechange_xr/build/build.xml
filechange_xr/build/classpaths.xml
filechange_xr/build/targets.xml
filechange_xr/filechange.iml
filechange_xr/filechange.ipr
filechange_xr/filechange.iws
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/ContinueFTP2$DownloadStatus.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/ContinueFTP2$UploadStatus.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/ContinueFTP2.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/exception/EFile.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/FileChangeSource.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/FileChangeTarget.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/source/plugin/ftp/SourceSeparate.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/source/plugin/ftp/UploadFilesToFTP.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/source/plugin/ISourceProcess.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/source/plugin/SourceProcessFtp.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/source/SourceFtpOperation.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/source/SourceOperation.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/target/plugin/ftp/DownloadFilesFromFTP.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/target/plugin/ITargetProcess.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/target/plugin/TargetProcessFtp.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/target/TargetFtpOperation.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/target/TargetOperation.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/utils/Basic$1.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/utils/Basic.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/utils/Combination.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/utils/CompareFile.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/utils/Configuration.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/utils/FileBean.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/utils/FileContext.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/utils/FileFilter.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/utils/FileList.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/utils/FileType.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/utils/FileUtil.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/utils/FtpFileCompare.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/utils/ProcessFactory.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/utils/Separator.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/utils/SqliteUtil.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/utils/Stream/DataBuffer.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/utils/Stream/MIOEngine.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/utils/Stream/OutputThread.class
filechange_xr/out/production/filechange/com/fartec/ichange/plugin/filechange/utils/TempFile.class
filechange_xr/out/production/filechange/config_ftp.xml
filechange_xr/out/production/filechange/filelist_smb.xml
filechange_xr/out/production/filechange/log4j.properties
filechange_xr/out/production/filechange/文件同步处理流程.jpg
filechange_xr/out/test/filechange/com/fartec/ichange/plugin/filechange/ChangeMainImp.class
filechange_xr/out/test/filechange/com/fartec/ichange/plugin/filechange/ChangeTypeImp.class
filechange_xr/out/test/filechange/com/fartec/ichange/plugin/filechange/temp/TestLinkFile.class
filechange_xr/out/test/filechange/com/fartec/ichange/plugin/filechange/temp/TestThread$MyRunable.class
filechange_xr/out/test/filechange/com/fartec/ichange/plugin/filechange/temp/TestThread.class
filechange_xr/out/test/filechange/com/fartec/ichange/plugin/filechange/TestFileChangeFtp.class
filechange_xr/out/test/filechange/com/fartec/ichange/plugin/filechange/TestSourceProcessFtp.class
filechange_xr/out/test/filechange/config_db.xml
filechange_xr/out/test/filechange/config_ftp.xml
filechange_xr/out/test/filechange/config_smb.xml
filec

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com