同步kaspersky的时候出了点问题

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 023yangbo
    Visitor
    • May 2009
    • 4

    同步kaspersky的时候出了点问题

    建议程序可以选择是否边分析边同步

    请问一下我用来做卡巴的病毒库同步的时候怎么出错了
    this is the script
    Code:
    #这个脚本是配置Beyond Compare同步卡巴斯基病毒库的
    #脚本中的参数可以查看帮助文档的Scripting Reference获取更详细的说明
    #记录镜像日志
    log verbose append:"log\kaspersky_%date%.txt"
    #设置结束后蜂鸣
    beep
    #设置比较标准,具体内容查看帮助文档中的脚本说明
    criteria size
    #指定筛选器,这个可以直接复制会话中的筛选器会比较方便
    filter "-*.dif;-*.klz;-.\index.html;.\index\;.\zips\;.\bases\;.\AutoPatches\"
    #指定源地址和同步目标地址
    load "ftp://cn1f.kaspersky-labs.com/" "X:\Program Files\kaspersky"
    #设定同步方向从左到右,并创建空文件夹,删除源文件中不存在的文件夹
    sync create-empty mirror:lt->rt
    and this is the log
    Code:
    2009-05-09 21:34:34  >> #指定源地址和同步目标地址
    2009-05-09 21:34:34  >> load "ftp://us5f.kaspersky-labs.com" "X:\Program Files\kaspersky"
    2009-05-09 21:34:35  开始> Connected.
    2009-05-09 21:34:36  接收> 220 FTP server ready.
    2009-05-09 21:34:36  发送> HOST us5f.kaspersky-labs.com
    2009-05-09 21:34:36  接收> 500 Command unrecognized.
    2009-05-09 21:34:36  发送> USER anonymous
    2009-05-09 21:34:37  接收> 331 Guest login ok, send your e-mail address as password.
    2009-05-09 21:34:37  发送> PASS ********
    2009-05-09 21:34:37  接收> 230 User logged in.
    2009-05-09 21:34:37  发送> FEAT
    2009-05-09 21:34:38  接收> 211-Supported features:
    2009-05-09 21:34:38           MDTM
    2009-05-09 21:34:38           SIZE
    2009-05-09 21:34:38           REST STREAM
    2009-05-09 21:34:38          211 End
    2009-05-09 21:34:38  发送> TYPE I
    2009-05-09 21:34:38  接收> 200 Type set to I.
    2009-05-09 21:34:38  发送> SYST
    2009-05-09 21:34:38  接收> 215 UNIX Type: L8
    2009-05-09 21:34:38  发送> PWD
    2009-05-09 21:34:39  接收> 257 "/" is current directory.
    2009-05-09 21:34:39  发送> REST 1
    2009-05-09 21:34:39  接收> 350 Restart position is 1.
    2009-05-09 21:34:39  发送> REST 0
    2009-05-09 21:34:41  接收> 350 Restart position is 0.
    2009-05-09 21:34:41  发送> TYPE A
    2009-05-09 21:34:41  接收> 200 Type set to A.
    2009-05-09 21:34:41  发送> PASV
    2009-05-09 21:34:42  接收> 227 Entering passive mode (80,239,197,99,209,164).
    2009-05-09 21:34:45  发送> LIST
    2009-05-09 21:34:46  接收> 150 Opening ASCII mode data connection.
    2009-05-09 21:34:46  接收> 226 Transfer complete.
    2009-05-09 21:34:46  载入比较: ftp://us5f.kaspersky-labs.com/ <-> X:\Program Files\kaspersky
    2009-05-09 21:34:46  >> 
    2009-05-09 21:34:46  >> #指定筛选器,这个可以直接复制会话中的筛选器会比较方便
    2009-05-09 21:34:46  >> filter "-*.dif;-*.klz;-.\index.html;.\index\;.\zips\;.\bases\;.\AutoPatches\"
    2009-05-09 21:34:46  >> 
    2009-05-09 21:34:46  >> #设定同步方向从左到右,并创建空文件夹,删除源文件中不存在的文件夹
    2009-05-09 21:34:46  >> sync create-empty mirror:lt->rt
    
    2009-05-09 21:35:37  发送> CWD /AutoPatches/del
    2009-05-09 21:35:37  无法载入 ftp://us5f.kaspersky-labs.com/AutoPatches/del:Entering passive mode (80,239,197,99,231,70).
    
    2009-05-09 21:35:37  发送> CWD /AutoPatches/dt
    2009-05-09 21:35:37  接收> 250 CWD command successful.
    2009-05-09 21:35:37  发送> PASV
    2009-05-09 21:35:38  接收> 250 CWD command successful.
    2009-05-09 21:35:38  发送> CWD /AutoPatches/elnk
    2009-05-09 21:35:38  无法载入 ftp://us5f.kaspersky-labs.com/AutoPatches/dt:CWD command successful.
    
    2009-05-09 21:35:38  接收> 227 Entering passive mode (80,239,197,99,231,227).
    2009-05-09 21:35:38  发送> CWD /AutoPatches/fshs
    2009-05-09 21:35:38  无法载入 ftp://us5f.kaspersky-labs.com/AutoPatches/elnk:Entering passive mode (80,239,197,99,231,227).
    
    2009-05-09 21:35:38  接收> 250 CWD command successful.
    2009-05-09 21:35:38  发送> PASV
    2009-05-09 21:35:39  接收> 250 CWD command successful.
    2009-05-09 21:35:39  无法载入 ftp://us5f.kaspersky-labs.com/AutoPatches/fshs:CWD command successful.
    
    2009-05-09 21:35:39  发送> CWD /AutoPatches/gigb
    2009-05-09 21:35:39  接收> 227 Entering passive mode (80,239,197,99,232,111).
    2009-05-09 21:35:39  发送> CWD /AutoPatches/inb
    2009-05-09 21:35:39  无法载入 ftp://us5f.kaspersky-labs.com/AutoPatches/gigb:Entering passive mode (80,239,197,99,232,111).
    
    2009-05-09 21:35:40  接收> 250 CWD command successful.
    2009-05-09 21:35:40  发送> PASV
    2009-05-09 21:35:40  接收> 250 CWD command successful.
    2009-05-09 21:35:40  无法载入 ftp://us5f.kaspersky-labs.com/AutoPatches/inb:CWD command successful.
    附件是配置文件和完整的log文件
  • Aaron
    Team Scooter
    • Oct 2007
    • 16008

    #2
    The script itself looks ok. Can you connect to the FTP with an anonymous login and perform the sync with the graphical interface?

    Are you running into FTP issues (Graphical Interface and Script) or just in Script issues?

    You can also email us the log, if you do not want to post to the forums, here: [email protected]

    http://translate.google.com/translate_t#


    脚本本身看起来确定。你能连接到FTP的匿名登录并执行同步的图形界面?

    到您使用的FTP问题(图形界面和脚本)或只是在脚本问题?

    您也可以发送电子邮件的记录,如果你不想张贴到论坛,在这里: [email protected]
    Aaron P Scooter Software

    Comment

    • 023yangbo
      Visitor
      • May 2009
      • 4

      #3
      the same problem in gui mode,

      Comment

      • Aaron
        Team Scooter
        • Oct 2007
        • 16008

        #4
        Hello,

        Please send your Support Package to [email protected]
        You can find it under the Help menu -> Support. Then click the Export button.
        Please include a link back to this forum post.

        http://translate.google.com/translate_t#


        喂,

        请将您的支持包,以[email protected]
        你可以找到它的帮助下,菜单- “支持。然后点击导出按钮。
        请包含一个链接回本论坛张贴。
        Aaron P Scooter Software

        Comment

        • Aaron
          Team Scooter
          • Oct 2007
          • 16008

          #5
          Thanks for the email.

          I tried to load your Saved Session, and it rejected the FTP.

          I loaded your settings. Then went to Tools -> FTP Profiles, <default>, Connection tab, turned on Passive mode (which looks on in your Log, but off in your Settings, did you change that?).

          With Passive Mode set to On, the Saved Session connects correctly and loads the FTP.

          Your script points to a different server than your Log:
          Script: load "ftp://cn1f.kaspersky-labs.com/"
          Log: load "ftp://us5f.kaspersky-labs.com"
          Saved Session: ftp://cn1f.kaspersky-labs.com/

          I recommend using the graphical interface and the saved session to perform your Sync. Once that is working, you can troubleshoot with script.

          Script cannot load Folder Sync Sessions, only Folder Compare Sessions, or the Folders as you have shown above. The Log above does not seem to match, however.

          http://translate.google.com/translate_t#
          感谢您的电子邮件。

          我试图加载您保存会议,它反对的FTP 。

          余加载您的设置。然后前往工具“ - >的FTP配置文件, <默认> ,连接选项卡,打开被动模式(其中期待在您的记录,但脱离了您的设置,你的变化吗? ) 。

          被动模式设定为后,保存会话连接正确并加载的FTP 。

          你的脚本点到不同的服务器比您的记录:
          脚本:负荷“ ftp://cn1f.kaspersky-labs.com/
          日志:负荷“ ftp://us5f.kaspersky-labs.com
          保存会议: ftp://cn1f.kaspersky-labs.com/

          我建议使用的图形界面和保存会议执行您的同步。一旦这项工作,您就可以解决的脚本。

          脚本无法加载文件夹同步会话,只有文件夹比较会,或文件夹您有所示。上面的日志似乎并不相符, 但是。
          Aaron P Scooter Software

          Comment

          Working...