bc2.4 的ftp问题

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Guest's Avatar

    bc2.4 的ftp问题

    我用bc2更新同步远程的ftp服务器上的rmvb文件,我写的格式如下:有2个
    1:load "ftp://test:[email protected]/lian/mov1" "h:\mov1"
    option confirm:yes-to-all
    sync create-empty mirror:lt->rt


    2:
    load "ftp://test:[email protected]/lian/mov1" "h:\mov1"
    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

    这两个脚本都不行,根本就更新不了文件,而且匹配的也不准确,我想如果只是比较文件名,大小 一样不一样,而时期不考虑,怎么写脚本
  • Chris
    Team Scooter
    • Oct 2007
    • 5538

    #2
    Re: bc2.4 的ftp问题

    Character encoding fixed:

    我用bc2更新同步远程的ftp服务器上的rmvb文件,我写的 格式如下:有2个

    1:load "ftp://test:[email protected]/lian/mov1" "h:\mov1" option confirm:yes-to-all sync create-empty mirror:lt->rt
    2: load "ftp://test:[email protected]/lian/mov1" "h:\mov1"
    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

    这两个脚本都不行,根本就更新不了文件,而且匹配的也 不准确,我想如果只是比较文件名,大小 一样不一样,而时期不考虑,怎么写脚本
    Last edited by Aaron; 20-May-2008, 01:39 PM. Reason: character encoding
    Chris K Scooter Software

    Comment

    Working...