26-Mar-2006, 07:46 PM
我使用的是bc2.4.我同步ftp上的电影文件*.rmvb格式的,也能对比,对比完以后也能下载,当前 显示的是在下载对比完以后的第一个文件,但是当文件下载完以后,就在下载下一个文件了.但是第一个文件根本 就没有在硬盘,我是用bc同步*.mp3的时候,一点问题都没有,使用同一台ftp服务器.我 的脚本如下:
load "ftp://1:12@218.xxx.xxx.xx/movietest/猫和老鼠东北话" "c:\12345678"
filter "-Recycle Bin\;-Recycled\;-Recycler\;-System Volume Information\"
expand All
select lt.newer.files lt.diff.files lt.orphan
option confirm:yes-to-all
copy lt->rt
select rt.orphan
delete rt
load "ftp://1:12@218.xxx.xxx.xx/movietest/猫和老鼠东北话" "c:\12345678"
filter "-Recycle Bin\;-Recycled\;-Recycler\;-System Volume Information\"
expand All
select lt.newer.files lt.diff.files lt.orphan
option confirm:yes-to-all
copy lt->rt
select rt.orphan
delete rt