Return-Path: william@bourbon.usc.edu Delivery-Date: Sat Nov 8 21:38:21 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on merlot.usc.edu X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from bourbon.usc.edu (bourbon.usc.edu [128.125.9.75]) by merlot.usc.edu (8.14.1/8.14.1) with ESMTP id mA95cLQh012588 for ; Sat, 8 Nov 2008 21:38:21 -0800 Received: from bourbon.usc.edu (localhost.localdomain [127.0.0.1]) by bourbon.usc.edu (8.14.2/8.14.1) with ESMTP id mA95WsZj018345 for ; Sat, 8 Nov 2008 21:32:54 -0800 Message-Id: <200811090532.mA95WsZj018345@bourbon.usc.edu> To: cs551@merlot.usc.edu Subject: Re: FInal Project Date: Sat, 08 Nov 2008 21:32:54 -0800 From: Bill Cheng Someone wrote: > For transferring file metadata to another node, is it sent in the > format it is written to file(including [metadata]) Yes. The file metadata is 7 lines of ASCII text (with lines terminated with ). The 7 lines are: [metadata] FileName=... FileSize=... SHA1=... Nonce=... Keywords=... Bit-vector=... > or do they have individual field sizes? I'm not sure what you meant by "individual field sizes". -- Bill Cheng // bill.cheng@usc.edu