WO2000057272A1 - System and method for quick download of software files - Google Patents

System and method for quick download of software files Download PDF

Info

Publication number
WO2000057272A1
WO2000057272A1 PCT/IL2000/000179 IL0000179W WO0057272A1 WO 2000057272 A1 WO2000057272 A1 WO 2000057272A1 IL 0000179 W IL0000179 W IL 0000179W WO 0057272 A1 WO0057272 A1 WO 0057272A1
Authority
WO
WIPO (PCT)
Prior art keywords
version
computer
file
delta
client
Prior art date
Application number
PCT/IL2000/000179
Other languages
French (fr)
Inventor
Mordechay Miron
Original Assignee
B.I.S. Advanced Software Systems Ltd.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=23043195&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=WO2000057272(A1) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Application filed by B.I.S. Advanced Software Systems Ltd. filed Critical B.I.S. Advanced Software Systems Ltd.
Priority to EP00911233A priority Critical patent/EP1080409A4/en
Priority to AU33217/00A priority patent/AU3321700A/en
Publication of WO2000057272A1 publication Critical patent/WO2000057272A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • G06F8/658Incremental updates; Differential updates
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0807Network architectures or network communication protocols for network security for authentication of entities using tickets, e.g. Kerberos
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/953Organization of data
    • Y10S707/959Network
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99951File or database maintenance
    • Y10S707/99952Coherency, e.g. same view to multiple users
    • Y10S707/99954Version management

Definitions

  • the Internet is a worldwide interconnection of smaller networks of computers communicating among themselves via the TCP/IP protocol.
  • One of the primary features of the Internet is the ability to download electronic files ("files") from one host to another, using various types of file transfer protocols such as File Transfer Protocol (FTP), HyperText Transfer Protocol (HTTP), etc.
  • FTP File Transfer Protocol
  • HTTP HyperText Transfer Protocol
  • the increasing popularity of the Internet as a whole, and as a medium for downloading files in particular, has led to network congestion and has resulted in slower download times.
  • Approximately 80% of all files transferred over the Internet are updated versions of previous files, for example, software updates, customer and supplier details, informational and statistical databases, books, manuals, encyclopaedias, and more.
  • updated files often differ from the previous versions by only 10% or less.
  • a parts catalog listing all parts available from a manufacturer generally changes only slightly from one update to the next, since the number of parts that are added to or deleted from the catalog is generally small relative to the total number of parts in the catalog.
  • a user having a file on his computer and wishing to download an updated version of the file from the Internet downloads the entire updated version.
  • An exception is a software patch in which a self-extracting file containing the patch and a program known as a restorer is downloaded to the user's computer.
  • the patch contains only the difference between the updated software version and the user's software version.
  • the restorer directly updates installed software on the user's computer with the patch. Downloading large files can be a time-consuming process Occasionally the downloading process is interrupted, for example, due to the network connection falling or due to a power failure In the case of an interrupted download, the file being downloaded at the time of the interruption must be downloaded again in its entirety, even if most of the file had already been transferred at the time of the interruption
  • Advertisements appearing on Web pages involve almost no targeting of the viewing audience, and are viewed only by those users that browse the particular Web pages on which the advertisement appears
  • E-mail messages are non-interactive and involve only partial targeting
  • users who have purchased software and who wish to receive information about the software may register their e-mail addresses in a database of interested users that is maintained by the company that produces the software The company then sends an e-mail message to the interested users whenever there is news regarding the software If files are attached to the e-mail message, the user may choose not to open the attachment or save the files The user may even choose not to read the e-mail message
  • One of the aspects of downloading files is download for authorized clients only. For example, in an Internet software shop where the user selects software to download, the user is directed to a payment details form for providing account details such as a password or credit card details. Once the account details have been verified, the user may download the software. If the account details are not verified, then the software may not be downloaded.
  • the present invention also provides a token based authorization system for download of files
  • a system for transferring a delta file from a first computer to a second computer the first computer having a first version of a file and a second version of the file, and the second computer having the first version of the file
  • the system includes a delta builder for generating the delta file from the first and second versions on the first computer, a download manager for transferring the delta file from the first computer to the second computer, and a restorer for generating the second version from the first version on the second computer and the transferred delta file
  • the delta file is generated based upon a bit analysis of the first and second versions on the first computer
  • the delta builder includes means for generating a first digital stamp from the first version on the first computer
  • the delta file includes the first digital stamp
  • the restorer includes means for generating a second digital stamp from the first version on the second computer and the second version on the second computer is generated only if the second digital stamp matches the first digital stamp
  • the download manager includes a download manager server on the first computer, and a download manager client on the second computer
  • the download manager server includes means for communicating with the download manager client over an Internet Protocol (IP) network
  • the download manager client includes means for communicating with the download manager server over an Internet Protocol (IP) network.
  • IP Internet Protocol
  • system further includes a database for storing the first and second versions of the file and for storing the delta file.
  • the system further includes a maintenance unit for importing an imported file into the database.
  • the imported file is a third version of the file or an additional delta file between one of the first and second versions and a third version of the file.
  • the system further includes a compressor for compressing the generated delta file, and a decompressor for decompressing the transferred delta file.
  • the system further includes means for automatically performing post-download actions on the generated second version.
  • the post-download actions include at least one of the group comprising saving the generated second version to a storage unit, decompressing the generated second version, extracting the generated second version and installing the generated second version.
  • the first version of the file is an archive of a first folder version of a folder of files
  • the second version of the file is a second folder version of the folder of files
  • the system further includes an extractor for extracting the second folder version from the generated second file.
  • a system for transferring a delta file from a first computer to a second computer the first computer having a first version of a folder of files and a second version of the folder, and the second computer having the first version of the folder.
  • the system includes a delta builder for generating a delta folder from the first and second versions on the first computer, an archiver for archiving the delta folder into the delta file, a download manager for transferring the delta file from the first computer to the second computer, an extractor for extracting the delta folder from the transferred delta file, and a restorer for generating the second version from the first version on the second computer and the extracted delta folder.
  • a token based authorization system for download of a file from a first computer to a second computer.
  • the system includes a client on the second computer for requesting download of the file and for transferring account information to an account server, a download service layer integrated with the account server, for generating a token, associating the token with a first authorization level and sending the token to the client if the account information is verified by the account server, and a server on the first computer for associating a second authorization level with the file, for receiving the token and the first authorization level from the download service layer, for receiving the token from the client, and for downloading the file to the client if the token received from the download service layer matches the token received from the client and if the first authorization level is no less than the second authorization level.
  • the client has a client identifier and the token is based upon the client identifier.
  • a method for transferring a delta file from a first computer to a second computer includes the steps of generating the delta file from the first and second versions on the first computer, transferring the delta file from the first computer to the second computer, and generating the second version from the first version on the second computer and the transferred delta file.
  • a method for resuming an interrupted transfer of a file from a first computer having a complete version of the file to a second computer having an incomplete version of the file, the incomplete version missing a portion of the complete version, and the incomplete version having previously been transferred to the second computer during the interrupted transfer includes the steps of transferring only the missing portion to the second computer, receiving the missing portion, and combining it with the incomplete version to form the complete version on the second computer.
  • a method for transferring files from a first computer to a second computer includes the steps of the second computer reporting a version indicator to the first computer, the version indicator indicating which versions of the target file currently reside but which are not necessarily installed on the second computer, the first computer correlating the version indicator with either of at least one delta file and a base file in accordance with predetermined correlation criteria, thereby defining at least one correlated file, and the first computer transferring the correlated file to the second computer.
  • the method further includes the step of the second computer requesting a target file from the first computer
  • Figs 1A - 1 C are schematic illustrations of exemplary files on a server computer and client computers, according to a preferred embodiment of the present invention
  • Fig 5 is a schematic block diagram illustration of a client-server system, that implements the method of Fig 3, according to a preferred embodiment of the present invention
  • Fig 6 is a schematic illustration of an example database, helpful in understanding the present invention
  • Fig 7 is a schematic illustration of the client-server system of Fig 5 and an account server, according to a preferred embodiment of the present invention
  • Fig 8 is a schematic flowchart illustration of the method of operation of the system of Fig 7
  • the present invention is directed to a client-server system for downloading versions of files from the server computer to the client computer.
  • One important feature of the present invention is that in order to obtain an updated version of a file when one has the original file, it is only necessary to download the part of the updated file that differs from the original file.
  • the term "delta file” is used throughout the specification and the claims to mean a file containing the difference between the updated file and the original file.
  • FIGs. 1A, 1 B and 1 C are schematic illustrations of exemplary files on a server computer 100 and client computers 102A, 102B and 102C, according to a preferred embodiment of the present invention.
  • the server computer 100 has a first version 1 of a file, a second version 2 of a file, and a third version 3 of a file.
  • the client computer 102A has the same first version 1 of the file
  • the client computer 102B has the first version 1 and the second version 2 of the file
  • the client computer 102C has no versions of the file.
  • a delta builder running on the server computer 100 analyzes the bits of the first version 1 and the second version 2 to generate a delta file 110 containing the difference between version 1 and version 2, as shown by arrow 111.
  • the delta builder analyzes the bits of the second version 2 and the third version 3 to generate a delta file 112 containing the difference between version 2 and version 3, as shown by arrow 113.
  • the client computers 102A, 102B and 102C have requested version 3 of the file from the server computer 100.
  • the client-server system determines which files to download to each of the client computers 102A, 102B and 102C, always choosing the smallest file or combination of files. Since the client computer 102C has no versions of the file, the client-server system downloads the entire version 3 of the file, as shown by the dotted arrow.
  • the client computer 102B already has both version 1 of the file and version 2 of the file, therefore the client-server system downloads the smaller of the version 3 and the delta file 112. In the present example, the delta file 112 is smaller, and the download of the delta file 112 is shown by the dashed arrow.
  • the client computer 102A has only version 1 of the file therefore the client-server system downloads the smaller of the version 3 and the combination of the delta files 1 10 and 1 12
  • the combination of the delta files 1 10 and 1 12 is smaller, and the download of the delta files 1 10 and 1 12 is shown by the solid arrow
  • a restorer running on the client computer 102B uses the delta file 1 12 and the version 2 of the file to generate the version 3 of the file, as shown by arrow 1 14
  • a restorer running on the client computer 102A uses the delta files 1 10 and 1 12 and the version 1 of the file to generate the version 3 of the file, as shown by arrow 116
  • Delta builders and restorers are commercially available, such as
  • Figs. 2A - 2E are schematic illustrations of example original versions of files and example updated versions of files.
  • Fig. 2A shows that original version 202A is formed by appending additional bits 204A to the end of original version 200A.
  • Fig. 2B shows that updated version 202B is formed by inserting additional bits 204B and 206B at some points in original version 200B.
  • Fig. 2C shows that updated version 202C is formed by replacing existing bits 204C and 206C by different bits 208C and 210C at some points in original version 200C.
  • Fig. 2D shows that updated version 202D is formed by deleting existing bits 204D and 206D at some points from original version 200D.
  • Fig. 3 is a schematic flowchart illustration of a method for downloading versions of files from a server computer to a client computer, according to a preferred embodiment of the present invention.
  • the user requests (step 300) the download of a version V of a product P, for example via a browser on the client computer.
  • the server downloads (step 302) a small file to the client containing the exact product name P and an identification of the exact version V requested by the user as they appear in the server database.
  • the client reports (step 304) to the server which versions of the product P it has. If the client already has version V of the product P, then no files are downloaded from the server to the client. If there are no versions of the product P on the client, then the server downloads (step 306) a special format of the complete file ("base file") of version V to the client. If the client has one or more versions of the product P, not including version V, the server checks (step 308) which of the base file, delta file or collection of delta files is smallest, and downloads (step 308) that to the client. In some cases, an old base file and at least one delta file is the smallest combination.
  • a delta builder generates a delta file 406B from the base files 408B and 410B. It will be appreciated that the option shown in Fig. 4A is useful for folders having a large number of dissimilar files, while the option shown in Fig. 4B is useful for folders having files in which the same information 412B and 414B is repeated over a number of files. Any archival method can be used, such as the method used by B.I.S. Compression and Archive, which is commercially available from B.I.S. Advanced Software Systems Ltd. of Ramat Gan, Israel. Referring back to Fig.
  • the small file downloaded from the server to the client in step 302 also contains information whether the original and updated versions are files or folders, and in the case of folders, which of the two options explained hereinabove was used to create the delta file.
  • Fig. 5 is a schematic block diagram illustration of a client-server system, generally referenced 500, that implements the method of Fig. 3, according to a preferred embodiment of the present invention.
  • a server computer 502 comprises a delta builder 504, an archiver/extractor and compressor/decompressor ("archiver") 505, a maintenance unit 506, a database 508, a download manager server 510 and an automatic update server 512.
  • the delta builder 504 is connected to the archiver 505, the maintenance unit 506 and the database 508.
  • the archiver 505 is also connected to the maintenance unit 506 and the database 508.
  • the maintenance unit 506 is also connected to the database 508 and to the download manager server 510.
  • the database 508 is also connected to the automatic update server 512.
  • a client computer 514 comprises a restorer 516, an archiver/extractor and compressor/decompressor ("archiver") 517, a maintenance unit 518, a database 520, a download manager client 522, and an automatic update client 524.
  • the download manager client 522 is connected to the restorer 516, the archiver 517, the maintenance unit 518, the database 520 and the automatic update client 524.
  • the database 520 is also connected to the maintenance unit 518, the archiver 517 and the automatic update client 524.
  • the archiver 517 is also connected to the maintenance unit 518.
  • the download manager client 522 communicates with the download manager server 510, and the automatic update client 524 communicates with the automatic update server 512.
  • the delta builder 504 creates delta files from versions of files on the server computer 500, as explained hereinabove.
  • the archiver 505 compresses the delta files into smaller files. If the versions are folders of files, then the archiver 505 archives the folders into single files, as explained hereinabove.
  • the restorer 516 creates updated versions of files from delta files and previous versions of files on the client computer 502, as explained hereinabove.
  • the archiver 517 decompresses the compressed files on the client computer 502 and extracts folders of files from archives on the client computer 502. If the archival option described in Fig. 4B is used, then the archiver 517 also archives the previous version of the files on the client computer 502 in order that the restorer 516 can generate the single file of the updated folder.
  • the download manager server 510 and the download manager client 522 implement the method of Fig. 3 to download the files from the server computer 502 to the client computer 514.
  • the downloading is not accomplished by known file transfer protocols, but rather involves a dedicated file transfer protocol over IP between the download manager client 522 and the download manager server 510 which implements all the steps of the method of Fig. 3.
  • the user specifies in the download manager client 522 which automatic post-download actions to take, for example, whether to save the downloaded version in its original format, and if so, in which directory to save it.
  • the automatic post-download actions may include decompressing and extracting the files using the archiver 517.
  • the product is a software program, then the automatic post-download actions may include installing the program.
  • the databases 508 and 520 are divided into two sections. The first section, called the index, contains detailed information regarding the products and versions currently managed by the client-server system 500, such as product name, version name and archival format. The second section, called the data, contains the base and delta files themselves, as will be explained hereinbelow with respect to Fig. 6.
  • the maintenance units 506 and 518 provide the system administrator on the server side and the user on the client side, respectively, with access to the information stored in the databases 508 and 520, respectively.
  • the maintenance unit 506 further provides the system administrator with the ability to insert and delete versions of products from the server side of the client-server system 500.
  • the maintenance unit 518 provides the user with the ability to delete versions of products from the client side of the client-server system 500.
  • base and delta files are created and stored in the database 508 along with the detailed information about the product version.
  • the relevant base and delta files are removed from the database along with the detailed information about the product version.
  • An additional feature of the maintenance unit 518 is the ability to import versions of products from an external source to the client side of the client-server system 500, and to export versions of products from the client side of the client-server system 500 to an external source.
  • the maintenance unit 506 has the ability to import versions of products from an external source to the server side of the client-server system 500, and to export versions of products from the server side of the client-server system 500 to an external source.
  • External sources include compact discs, hard disks, and any other suitable storage medium for electronic files.
  • the product version imported into the client-server system 500 is stored on the external source with the base file and delta files already in the special format mentioned hereinabove with respect to Fig. 3, and with the requisite information to be stored in the database.
  • its base file and delta files are stored on the external source in the special format mentioned hereinabove along with the requisite information that was stored in the database.
  • This import/export feature is particularly useful for importing products having very large files, such as a telephone book, because downloading such large files from the Internet is prohibitively time-consuming with current technology.
  • a particular version of the telephone book has been imported into the server and client sides of the client-server system 500, subsequent versions may be imported into the server side and relatively small delta files may be downloaded from the server to the client.
  • Yet another feature of the maintenance unit 518 is the ability to restore previous versions of files downloaded to the client computer 512. For example, a user may download an updated version of software, install and evaluate it, and then decide to reinstall a previous version of the software.
  • Another important feature of the present invention is the ability to push files such as product versions and interactive marketing material to a target audience that has already expressed an interest in receiving and saving those files.
  • This feature is embodied in the automatic update client 524 and automatic update server 512.
  • the user specifies in the automatic update client 524 which products should be automatically updated as soon as a new version is available, and selects one of three service levels for each product: notification, informative and marketing material, and automatic download of new versions.
  • the server from which the client downloaded the previous version is designated as the primary server for updates.
  • the user may designate another server as an alternate server for updates. For example, if a particular product was downloaded from a mirror site, the user may select the Web site of the product's manufacturer as an alternate server for updates.
  • the automatic update client 524 tells the automatic update servers 512 running on the primary server computer and alternate server computer what versions of the product are at the client computer 514. If one of the servers has a version which is newer than the version on the client computer 514, then a response is sent to the automatic update client 524, according to the service level as configured by the user for the product.
  • the automatic update client 524 does not require the user to initiate the contact with the automatic update servers 512. Rather, communication between the automatic update client 524 and the automatic update servers 512 is initiated according to preferences configured in advance by the user, for example, at set time intervals or at each reconnection to the Internet.
  • the notification service level when a new version of the product is available, a notification is sent to the automatic update client 524, which displays the notification to the user.
  • files containing information and marketing material about the new version are sent to the automatic update client 524, which can display them to the user immediately or later at the user's convenience.
  • the files may be of any format, including text, audio, video and animation.
  • the automatic download service level when a new version of the product is available, the delta file of the new version and the version at the client is automatically downloaded to the client computer 514 and the new version is restored, without the user's intervention.
  • the new version may then have post-download actions automatically performed on it, such as saving, decompression, extraction, and installation, all still without the user's intervention.
  • the databases 510 and 520 are implemented on the server computer and the client computer, respectively, in the format of folders and files.
  • Fig. 6, to which reference is now made which is a schematic illustration of an example database folder 600.
  • Each product managed by the server is represented as a subfolder of the database folder 600.
  • products A, B, C and D are managed by the server, and there are four corresponding subfolders, "FOLDER 1", “FOLDER 2", “FOLDER 3", and "FOLDER 4".
  • the actual product name may be a long name and may contain special characters. Therefore, in order to ensure portability among different computers and different operating systems and file systems, a different name is used for the subfolder.
  • Product C has four versions, versions 1.1 , version 1.2, version 2.1 and version 2.2.
  • the subfolder for product C contains eight files: one base file for each version, and four delta files.
  • the server may not necessarily have one delta file for each possible combination of the versions. For example, the server does not have a delta file for the difference between version 2.2 and version 1 .2, nor does it have a delta file for the difference between version 2.2 and version 1.1.
  • the first version of a product managed by the server need not be the first version of the product ever released by the manufacturer.
  • product D may have several versions, but only versions from version 4.3 onwards are managed by the server and therefore appear in the databases 510 and 520.
  • the databases 510 and 520 are implemented with an additional file on each server computer and client computer.
  • the additional file is an index text file with an entry for each file in the database, the entry containing additional information such as the post-download action, the option used to create the delta file and the size of the file.
  • the client-server system 500 of Fig. 5 is used in conjunction with an account server in order to provide download of files for authorized clients only.
  • Fig. 7, to which reference is now made which is a schematic illustration of the client-server system 500 and an account server 700, according to a preferred embodiment of the present invention.
  • the client-server system 500 comprises the server computer 502 and the client computer 514.
  • the server computer 502 comprises the download manager server 510 and the database 508.
  • the client computer comprises the download manager client 522.
  • a download service layer 702 is integrated with the account server 700 to provide the connection between the account server 700 and the client-server system 500.
  • the present invention provides a token-based authorization system for download of files.
  • Each file in the database 508 has a distribution authorization level (DAL) associated with it.
  • DAL distribution authorization level
  • the DAL is an integer number, with the value zero for free distribution and a positive value of n for distribution requiring an authorization of level n.
  • Fig 8 is a schematic flowchart illustration of the method of operation of the system of Fig 7
  • the client requests the download of a version V of a product P and is connected to the account server 700 (step 800)
  • the client sends account information to the account server 700 along with a client ID that was generated and stored on the client computer 514 during the installation of the download manager client 522 (step 800)
  • the client ID need not be uniquely associated with the client computer 510 It is sufficient that the client ID is kept secret from other users, and that the possibility of two clients to have the same client ID is virtually zero
  • the account server 700 verifies the client account information (step 802) If the client account information has been verified, then the download service layer 702 generates a token and associates a DAL with the token (step 804)
  • the download service layer 702 sends a file to the client containing the token, the product name P, an identification of the version V, and the address of the server computer 502 (step 804)
  • the download service layer 702 also sends the token, its
  • the product name P and identification of the version V associated with the token in the database 508 must match the product name P and identification of the version V in the file sent by the client.
  • the client ID associated with the token in the database 508 must match the client ID sent by the client to the download manager server 510.
  • the DAL associated with the token in the database 508 must be no less than the DAL of any file in the list of files to be downloaded. If all of these criteria are fulfilled, then the download proceeds (step 814) Once the download of files is successfully completed, the download manager server 510 discards the token (step 816).
  • the tokens are 128 bits long, transferred as a string of 32 hexadecimal digits.
  • the benefits of the present invention are higher speed downloads, the possibility to restore previous versions of downloaded files, resume of interrupted downloads from point of interruption, post-download actions, auto-update services, and accounting for authorized downloads.

Abstract

A system for transferring a delta file from a first computer (502) to a second computer (514) includes a delta builder (504) on the first computer (502), a download manager (510), and a restorer (516) on the second computer (514). The first computer (502) has a first version of a file and a second version of the file, and the second computer (514) has the first version of the file. The delta builder (504) generates the delta file from the first and second versions on the first computer (502). The download manager (510) transfers the delta file from the first computer (502) to the second computer (514). The restorer (516) generates the second version from the first version on the second computer (514) and the transferred delta file.

Description

SYSTEM AND METHOD FOR QUICK DOWNLOAD OF SOFTWARE FILES
FIELD OF THE INVENTION
The present invention relates to downloading of electronic files from the Internet or other communication channels.
BACKGROUND OF THE INVENTION
The Internet is a worldwide interconnection of smaller networks of computers communicating among themselves via the TCP/IP protocol. One of the primary features of the Internet is the ability to download electronic files ("files") from one host to another, using various types of file transfer protocols such as File Transfer Protocol (FTP), HyperText Transfer Protocol (HTTP), etc. The increasing popularity of the Internet as a whole, and as a medium for downloading files in particular, has led to network congestion and has resulted in slower download times. Approximately 80% of all files transferred over the Internet are updated versions of previous files, for example, software updates, customer and supplier details, informational and statistical databases, books, manuals, encyclopaedias, and more. Furthermore, updated files often differ from the previous versions by only 10% or less. For example, a parts catalog listing all parts available from a manufacturer generally changes only slightly from one update to the next, since the number of parts that are added to or deleted from the catalog is generally small relative to the total number of parts in the catalog.
Currently, a user having a file on his computer and wishing to download an updated version of the file from the Internet downloads the entire updated version. An exception is a software patch in which a self-extracting file containing the patch and a program known as a restorer is downloaded to the user's computer. The patch contains only the difference between the updated software version and the user's software version. The restorer directly updates installed software on the user's computer with the patch. Downloading large files can be a time-consuming process Occasionally the downloading process is interrupted, for example, due to the network connection falling or due to a power failure In the case of an interrupted download, the file being downloaded at the time of the interruption must be downloaded again in its entirety, even if most of the file had already been transferred at the time of the interruption
Therefore, it would be beneficial to reduce the size of the files being downloaded and therefore reduce the amount of time required to download files It would also be beneficial to be able to resume the download of a file from the point where it was interrupted
There are currently three main technologies for sending marketing information over the Internet directly a) advertisements on Web pages, b) electronic mail (e-mail) messages, c) Internet advertising using push technology
Advertisements appearing on Web pages involve almost no targeting of the viewing audience, and are viewed only by those users that browse the particular Web pages on which the advertisement appears
E-mail messages are non-interactive and involve only partial targeting For example, users who have purchased software and who wish to receive information about the software may register their e-mail addresses in a database of interested users that is maintained by the company that produces the software The company then sends an e-mail message to the interested users whenever there is news regarding the software If files are attached to the e-mail message, the user may choose not to open the attachment or save the files The user may even choose not to read the e-mail message
There are currently deals whereby a user receives a computer for free in return for allowing unsolicited advertisements to appear on the computer whenever it is connected to the Internet This is known as Internet Advertising using "push" technology, because instead of the user requesting information from servers, the servers push the unsolicited information to the user The servers maintain a database of user identifiers, for example, the IP address of the computer. One of the problems with Internet Advertising is that lack of audience targeting. Another problem is that the user is repeatedly interrupted while using the computer, which can be very disruptive and annoying. Finally, advertisements are sent only to those users who have agreed to receive them, and the vast majority of Internet users never see these pushed advertisements.
It would be beneficial to have a system for sending products and interactive marketing material in a non-disruptive manner to targeted users who have expressed an interest in receiving them without the suppliers of the products and marketing material requiring a database of targeted users. One of the aspects of downloading files is download for authorized clients only. For example, in an Internet software shop where the user selects software to download, the user is directed to a payment details form for providing account details such as a password or credit card details. Once the account details have been verified, the user may download the software. If the account details are not verified, then the software may not be downloaded.
If the download is interrupted in the middle, the user generally has to complete the payment details form again and trust the he will not be charged twice by the shop. It is also expected that downloading bug fixes to the software will be free, while updated versions cost money.
SUMMARY OF THE INVENTION
The present invention provides a client-server system for managing versions of files on the client computer and the server computer, and for downloading versions of files from the server computer to the client computer The present invention also provides a client-server system for sending products and interactive marketing material in a non-disruptive manner to users who have expressed an interest in receiving them
The present invention also provides a token based authorization system for download of files There is therefore provided in accordance with a preferred embodiment of the present invention a system for transferring a delta file from a first computer to a second computer, the first computer having a first version of a file and a second version of the file, and the second computer having the first version of the file The system includes a delta builder for generating the delta file from the first and second versions on the first computer, a download manager for transferring the delta file from the first computer to the second computer, and a restorer for generating the second version from the first version on the second computer and the transferred delta file
Moreover, in accordance with a preferred embodiment of the present invention, the delta file is generated based upon a bit analysis of the first and second versions on the first computer
Furthermore, in accordance with a preferred embodiment of the present invention, the delta builder includes means for generating a first digital stamp from the first version on the first computer, the delta file includes the first digital stamp, the restorer includes means for generating a second digital stamp from the first version on the second computer and the second version on the second computer is generated only if the second digital stamp matches the first digital stamp
Additionally, in accordance with a preferred embodiment of the present invention, the download manager includes a download manager server on the first computer, and a download manager client on the second computer
Moreover, in accordance with a preferred embodiment of the present invention, the download manager server includes means for communicating with the download manager client over an Internet Protocol (IP) network, and the download manager client includes means for communicating with the download manager server over an Internet Protocol (IP) network.
Furthermore, in accordance with a preferred embodiment of the present invention, the system further includes a database for storing the first and second versions of the file and for storing the delta file.
Additionally, in accordance with a preferred embodiment of the present invention, the system further includes a maintenance unit for importing an imported file into the database. Moreover, in accordance with a preferred embodiment of the present invention, the imported file is a third version of the file or an additional delta file between one of the first and second versions and a third version of the file.
Additionally, in accordance with a preferred embodiment of the present invention, the system further includes a compressor for compressing the generated delta file, and a decompressor for decompressing the transferred delta file.
Moreover, in accordance with a preferred embodiment of the present invention, the system further includes means for automatically performing post-download actions on the generated second version. Furthermore, in accordance with a preferred embodiment of the present invention, the post-download actions include at least one of the group comprising saving the generated second version to a storage unit, decompressing the generated second version, extracting the generated second version and installing the generated second version. Additionally, in accordance with a preferred embodiment of the present invention, the first version of the file is an archive of a first folder version of a folder of files, the second version of the file is a second folder version of the folder of files, and the system further includes an extractor for extracting the second folder version from the generated second file. There is also provided in accordance with a preferred embodiment of the present invention a system for transferring a delta file from a first computer to a second computer, the first computer having a first version of a folder of files and a second version of the folder, and the second computer having the first version of the folder. The system includes a delta builder for generating a delta folder from the first and second versions on the first computer, an archiver for archiving the delta folder into the delta file, a download manager for transferring the delta file from the first computer to the second computer, an extractor for extracting the delta folder from the transferred delta file, and a restorer for generating the second version from the first version on the second computer and the extracted delta folder.
There is also provided in accordance with a preferred embodiment of the present invention a system for resuming an interrupted transfer of a file from a first computer having a complete version of the file to a second computer having an incomplete version of the file, the incomplete version missing a portion of the complete version, and the incomplete version having previously been transferred to the second computer during the interrupted transfer. The system includes a download manager server on the first computer for transferring only the missing portion to the second computer, and a download manager client on the second computer for receiving the missing portion and combining it with the incomplete version to form the complete version on the second computer.
There is also provided in accordance with a preferred embodiment of the present invention a token based authorization system for download of a file from a first computer to a second computer. The system includes a client on the second computer for requesting download of the file and for transferring account information to an account server, a download service layer integrated with the account server, for generating a token, associating the token with a first authorization level and sending the token to the client if the account information is verified by the account server, and a server on the first computer for associating a second authorization level with the file, for receiving the token and the first authorization level from the download service layer, for receiving the token from the client, and for downloading the file to the client if the token received from the download service layer matches the token received from the client and if the first authorization level is no less than the second authorization level. Moreover, in accordance with a preferred embodiment of the present invention, the client has a client identifier and the token is based upon the client identifier.
There is also provided in accordance with a preferred embodiment of the present invention a method for transferring a delta file from a first computer to a second computer, the first computer having a first version of a file and a second version of the file, and the second computer having the first version of the file. The method includes the steps of generating the delta file from the first and second versions on the first computer, transferring the delta file from the first computer to the second computer, and generating the second version from the first version on the second computer and the transferred delta file.
There is also provided in accordance with a preferred embodiment of the present invention a method for transferring a delta file from a first computer to a second computer, the first computer having a first version of a folder of files and a second version of the folder, and the second computer having the first version of the folder. The method includes the steps of generating a delta folder from the first and second versions on the first computer, archiving the delta folder into the delta file, transferring the delta file from the first computer to the second computer, extracting the delta folder from the transferred delta file, and generating the second version from the first version on the second computer and the extracted delta folder.
There is also provided in accordance with a preferred embodiment of the present invention a method for resuming an interrupted transfer of a file from a first computer having a complete version of the file to a second computer having an incomplete version of the file, the incomplete version missing a portion of the complete version, and the incomplete version having previously been transferred to the second computer during the interrupted transfer. The method includes the steps of transferring only the missing portion to the second computer, receiving the missing portion, and combining it with the incomplete version to form the complete version on the second computer.
There is also provided in accordance with a preferred embodiment of the present invention a method for downloading a file from a download server to a download client when the user of the download client is authorized to do so by an account server The method includes the steps of associating the file with a first authorization level, and verifying account details of the user at the account server If the step of verifying is successful, generating a token on the account server and associating the token with a second authorization level, sending the token from the account server to the download client, sending the token and the second authorization level from the account server to the download server, sending the token from the download client to the download server, and downloading the file from the download server to the client only if the second authorization level is no less than the first authorization level and if the token from the account server matches the token from the download client
There is also provided in accordance with a preferred embodiment of the present invention a method for transferring files from a first computer to a second computer The method includes the steps of the second computer reporting a version indicator to the first computer, the version indicator indicating which versions of the target file currently reside but which are not necessarily installed on the second computer, the first computer correlating the version indicator with either of at least one delta file and a base file in accordance with predetermined correlation criteria, thereby defining at least one correlated file, and the first computer transferring the correlated file to the second computer.
Moreover, in accordance with a preferred embodiment of the present invention, the method further includes the step of the second computer requesting a target file from the first computer
BRIEF DESCRIPTION OF THE DRAWINGS The present invention will be understood and appreciated more fully from the following detailed description taken in conjunction with the appended drawings in which.
Figs 1A - 1 C are schematic illustrations of exemplary files on a server computer and client computers, according to a preferred embodiment of the present invention,
Figs. 2A - 2E are schematic illustrations of example original versions of files and example updated versions of files; Fig 3 is a schematic flowchart illustration of a method for downloading versions of files from a server computer to a client computer, according to a preferred embodiment of the present invention
Figs 4A and 4B are schematic illustrations of original folders of files and updated folders of files according to a preferred embodiment of the present invention,
Fig 5 is a schematic block diagram illustration of a client-server system, that implements the method of Fig 3, according to a preferred embodiment of the present invention, Fig 6 is a schematic illustration of an example database, helpful in understanding the present invention,
Fig 7 is a schematic illustration of the client-server system of Fig 5 and an account server, according to a preferred embodiment of the present invention, and Fig 8 is a schematic flowchart illustration of the method of operation of the system of Fig 7
DETAILED DESCRIPTION OF THE PRESENT INVENTION
The present invention is directed to a client-server system for downloading versions of files from the server computer to the client computer. One important feature of the present invention is that in order to obtain an updated version of a file when one has the original file, it is only necessary to download the part of the updated file that differs from the original file. The term "delta file" is used throughout the specification and the claims to mean a file containing the difference between the updated file and the original file.
This is shown in Figs. 1A, 1 B and 1 C, to which reference is now made, which are schematic illustrations of exemplary files on a server computer 100 and client computers 102A, 102B and 102C, according to a preferred embodiment of the present invention. The server computer 100 has a first version 1 of a file, a second version 2 of a file, and a third version 3 of a file. The client computer 102A has the same first version 1 of the file, the client computer 102B has the first version 1 and the second version 2 of the file, and the client computer 102C has no versions of the file.
In Fig. 1A, a delta builder running on the server computer 100 analyzes the bits of the first version 1 and the second version 2 to generate a delta file 110 containing the difference between version 1 and version 2, as shown by arrow 111. The delta builder analyzes the bits of the second version 2 and the third version 3 to generate a delta file 112 containing the difference between version 2 and version 3, as shown by arrow 113.
In Fig. 1 B, the client computers 102A, 102B and 102C have requested version 3 of the file from the server computer 100. The client-server system determines which files to download to each of the client computers 102A, 102B and 102C, always choosing the smallest file or combination of files. Since the client computer 102C has no versions of the file, the client-server system downloads the entire version 3 of the file, as shown by the dotted arrow. The client computer 102B already has both version 1 of the file and version 2 of the file, therefore the client-server system downloads the smaller of the version 3 and the delta file 112. In the present example, the delta file 112 is smaller, and the download of the delta file 112 is shown by the dashed arrow. The client computer 102A has only version 1 of the file therefore the client-server system downloads the smaller of the version 3 and the combination of the delta files 1 10 and 1 12 In the present example, the combination of the delta files 1 10 and 1 12 is smaller, and the download of the delta files 1 10 and 1 12 is shown by the solid arrow In Fig 1 C, a restorer running on the client computer 102B uses the delta file 1 12 and the version 2 of the file to generate the version 3 of the file, as shown by arrow 1 14 A restorer running on the client computer 102A uses the delta files 1 10 and 1 12 and the version 1 of the file to generate the version 3 of the file, as shown by arrow 116 Delta builders and restorers are commercially available, such as
TransFast from B I S Advanced Software Systems Ltd of Ramat Gan, Israel
It will be appreciated that since delta files are generally significantly smaller in size than the versions themselves, the time required to download the delta files is much less than the time required to download the entire version Fig 1A also shows that the delta builder calculates a digital stamp S for version 1 of the file at the server computer 100, and stores the digital stamp S in the delta file 110 Similarly, the delta builder calculates a digital stamp T for version 2 of the file at the server computer 100, and stores the digital stamp T in the delta file 1 12 Fig 1 C shows that the restorer running on client computer 102A calculates a digital stamp S' for the version 1 of the file at the client computer 102A, and compares the digital stamp S; with the digital stamp S stored in the delta file 110 The restorer generates the version 3 only if the digital stamps S; and S match Similarly, the restorer running on client computer 102B calculates a digital stamp J1 for the version 2 of the file at the client computer 102B, and compares the digital stamp T' with the digital stamp T stored in the delta file 112 The restorer generates the version 3 only if the digital stamps J1 and T match An example of a digital stamp is a digital hash of the entire file according to a hashing algorithm such as Message Digest 5 (MD5), which is described in the Request for Comments (RFC) 1321 , found on the Internet at http //info internet isi edu/ιn-notes/rfc/fιles/rfc1321 txt The file versions differ from one another in a combination of any of the ways shown in Figs. 2A - 2E, to which reference is now briefly made. Figs. 2A - 2E are schematic illustrations of example original versions of files and example updated versions of files. Fig. 2A shows that original version 202A is formed by appending additional bits 204A to the end of original version 200A. Fig. 2B shows that updated version 202B is formed by inserting additional bits 204B and 206B at some points in original version 200B. Fig. 2C shows that updated version 202C is formed by replacing existing bits 204C and 206C by different bits 208C and 210C at some points in original version 200C. Fig. 2D shows that updated version 202D is formed by deleting existing bits 204D and 206D at some points from original version 200D. Fig. 2E shows that updated version 202E is formed by moving existing bits 204E from one point to another in original version 200E. It will be appreciated that the file versions may differ in other ways not illustrated in Figs. 2A - 2E, and that the other ways are covered in the scope of the present invention as well.
It will be appreciated that since the delta builder of Fig. 1A generates the delta files based upon a bit-analysis of the file versions, the format of the file versions is irrelevant. The algorithms used to generate the delta files work equally well on all files - for example, text files, graphics files, and compiled object code. Reference is now made to Fig. 3, which is a schematic flowchart illustration of a method for downloading versions of files from a server computer to a client computer, according to a preferred embodiment of the present invention. The user requests (step 300) the download of a version V of a product P, for example via a browser on the client computer. The server downloads (step 302) a small file to the client containing the exact product name P and an identification of the exact version V requested by the user as they appear in the server database. The client reports (step 304) to the server which versions of the product P it has. If the client already has version V of the product P, then no files are downloaded from the server to the client. If there are no versions of the product P on the client, then the server downloads (step 306) a special format of the complete file ("base file") of version V to the client. If the client has one or more versions of the product P, not including version V, the server checks (step 308) which of the base file, delta file or collection of delta files is smallest, and downloads (step 308) that to the client. In some cases, an old base file and at least one delta file is the smallest combination.
If a previous download of version V of the product P was interrupted, then the client has an incomplete base file, delta file or collection of delta files. During download (step 306 or 308), the client detects that it already has a file with the name of the file being downloaded. The client tells the server how many bytes it already has of the version file, and the server downloads only the remaining bytes. According to a preferred embodiment of the present invention, the base and delta files are compressed in order to minimize the storage space required on the server computer and the client computer, and in order to further reduce the time required to download the files. Any compression method can be used, such as the method used by B.I.S. Compression and Archive, which is commercially available from B.I.S. Advanced Software Systems Ltd. of Ramat Gan, Israel.
The present invention is equally appropriate for the download of single files and for the download of folders of files. In the case of folders of files, there are two options for creating the delta file. This is shown in Figs. 4A and 4B, to which reference is now made, which are schematic illustrations of original folders of files and updated folders of files, according to a preferred embodiment of the present invention. Fig. 4A shows an original folder 400A of files 401 and an updated folder 402A. A delta builder generates a delta folder 404A, which is then archived and compressed into a single delta file 406A. Fig. 4B shows an original folder 400B, and an updated folder 402B. The original folder 400B and the updated folder 402B are archived into single base files 408B and 410B respectively. A delta builder generates a delta file 406B from the base files 408B and 410B. It will be appreciated that the option shown in Fig. 4A is useful for folders having a large number of dissimilar files, while the option shown in Fig. 4B is useful for folders having files in which the same information 412B and 414B is repeated over a number of files. Any archival method can be used, such as the method used by B.I.S. Compression and Archive, which is commercially available from B.I.S. Advanced Software Systems Ltd. of Ramat Gan, Israel. Referring back to Fig. 3, the small file downloaded from the server to the client in step 302 also contains information whether the original and updated versions are files or folders, and in the case of folders, which of the two options explained hereinabove was used to create the delta file. Reference is now made to Fig. 5, which is a schematic block diagram illustration of a client-server system, generally referenced 500, that implements the method of Fig. 3, according to a preferred embodiment of the present invention.
A server computer 502 comprises a delta builder 504, an archiver/extractor and compressor/decompressor ("archiver") 505, a maintenance unit 506, a database 508, a download manager server 510 and an automatic update server 512. The delta builder 504 is connected to the archiver 505, the maintenance unit 506 and the database 508. The archiver 505 is also connected to the maintenance unit 506 and the database 508. The maintenance unit 506 is also connected to the database 508 and to the download manager server 510. The database 508 is also connected to the automatic update server 512.
A client computer 514 comprises a restorer 516, an archiver/extractor and compressor/decompressor ("archiver") 517, a maintenance unit 518, a database 520, a download manager client 522, and an automatic update client 524. The download manager client 522 is connected to the restorer 516, the archiver 517, the maintenance unit 518, the database 520 and the automatic update client 524. The database 520 is also connected to the maintenance unit 518, the archiver 517 and the automatic update client 524. The archiver 517 is also connected to the maintenance unit 518. The download manager client 522 communicates with the download manager server 510, and the automatic update client 524 communicates with the automatic update server 512.
The delta builder 504 creates delta files from versions of files on the server computer 500, as explained hereinabove. The archiver 505 compresses the delta files into smaller files. If the versions are folders of files, then the archiver 505 archives the folders into single files, as explained hereinabove. The restorer 516 creates updated versions of files from delta files and previous versions of files on the client computer 502, as explained hereinabove. The archiver 517 decompresses the compressed files on the client computer 502 and extracts folders of files from archives on the client computer 502. If the archival option described in Fig. 4B is used, then the archiver 517 also archives the previous version of the files on the client computer 502 in order that the restorer 516 can generate the single file of the updated folder.
The download manager server 510 and the download manager client 522 implement the method of Fig. 3 to download the files from the server computer 502 to the client computer 514. The downloading is not accomplished by known file transfer protocols, but rather involves a dedicated file transfer protocol over IP between the download manager client 522 and the download manager server 510 which implements all the steps of the method of Fig. 3.
The user specifies in the download manager client 522 which automatic post-download actions to take, for example, whether to save the downloaded version in its original format, and if so, in which directory to save it. If the product's original format is a compressed file or archive of files, the automatic post-download actions may include decompressing and extracting the files using the archiver 517. If the product is a software program, then the automatic post-download actions may include installing the program. The databases 508 and 520 are divided into two sections. The first section, called the index, contains detailed information regarding the products and versions currently managed by the client-server system 500, such as product name, version name and archival format. The second section, called the data, contains the base and delta files themselves, as will be explained hereinbelow with respect to Fig. 6.
The maintenance units 506 and 518 provide the system administrator on the server side and the user on the client side, respectively, with access to the information stored in the databases 508 and 520, respectively. The maintenance unit 506 further provides the system administrator with the ability to insert and delete versions of products from the server side of the client-server system 500. The maintenance unit 518 provides the user with the ability to delete versions of products from the client side of the client-server system 500. When a product version is inserted into the server side of the client-server system 500, base and delta files are created and stored in the database 508 along with the detailed information about the product version. Similarly, when a product version is deleted from either side of the client-server system 500, the relevant base and delta files are removed from the database along with the detailed information about the product version.
An additional feature of the maintenance unit 518 is the ability to import versions of products from an external source to the client side of the client-server system 500, and to export versions of products from the client side of the client-server system 500 to an external source. Similarly, the maintenance unit 506 has the ability to import versions of products from an external source to the server side of the client-server system 500, and to export versions of products from the server side of the client-server system 500 to an external source. External sources include compact discs, hard disks, and any other suitable storage medium for electronic files.
The product version imported into the client-server system 500 is stored on the external source with the base file and delta files already in the special format mentioned hereinabove with respect to Fig. 3, and with the requisite information to be stored in the database. Similarly, when a product version is exported from the client-server system 500, its base file and delta files are stored on the external source in the special format mentioned hereinabove along with the requisite information that was stored in the database.
This import/export feature is particularly useful for importing products having very large files, such as a telephone book, because downloading such large files from the Internet is prohibitively time-consuming with current technology. Once a particular version of the telephone book has been imported into the server and client sides of the client-server system 500, subsequent versions may be imported into the server side and relatively small delta files may be downloaded from the server to the client. Yet another feature of the maintenance unit 518 is the ability to restore previous versions of files downloaded to the client computer 512. For example, a user may download an updated version of software, install and evaluate it, and then decide to reinstall a previous version of the software.
Another important feature of the present invention is the ability to push files such as product versions and interactive marketing material to a target audience that has already expressed an interest in receiving and saving those files. This feature is embodied in the automatic update client 524 and automatic update server 512. The user specifies in the automatic update client 524 which products should be automatically updated as soon as a new version is available, and selects one of three service levels for each product: notification, informative and marketing material, and automatic download of new versions.
For each product, the server from which the client downloaded the previous version is designated as the primary server for updates. The user may designate another server as an alternate server for updates. For example, if a particular product was downloaded from a mirror site, the user may select the Web site of the product's manufacturer as an alternate server for updates. The automatic update client 524 tells the automatic update servers 512 running on the primary server computer and alternate server computer what versions of the product are at the client computer 514. If one of the servers has a version which is newer than the version on the client computer 514, then a response is sent to the automatic update client 524, according to the service level as configured by the user for the product.
One of the important features of the present invention is that the automatic update client 524 does not require the user to initiate the contact with the automatic update servers 512. Rather, communication between the automatic update client 524 and the automatic update servers 512 is initiated according to preferences configured in advance by the user, for example, at set time intervals or at each reconnection to the Internet.
In the notification service level, when a new version of the product is available, a notification is sent to the automatic update client 524, which displays the notification to the user. In the information service level, when a new version of the product is available, files containing information and marketing material about the new version are sent to the automatic update client 524, which can display them to the user immediately or later at the user's convenience. The files may be of any format, including text, audio, video and animation. In the automatic download service level, when a new version of the product is available, the delta file of the new version and the version at the client is automatically downloaded to the client computer 514 and the new version is restored, without the user's intervention. The new version may then have post-download actions automatically performed on it, such as saving, decompression, extraction, and installation, all still without the user's intervention.
According to a preferred embodiment of the present invention, the databases 510 and 520 are implemented on the server computer and the client computer, respectively, in the format of folders and files. This is shown in Fig. 6, to which reference is now made, which is a schematic illustration of an example database folder 600. Each product managed by the server is represented as a subfolder of the database folder 600. In this example, products A, B, C and D are managed by the server, and there are four corresponding subfolders, "FOLDER 1", "FOLDER 2", "FOLDER 3", and "FOLDER 4". The actual product name may be a long name and may contain special characters. Therefore, in order to ensure portability among different computers and different operating systems and file systems, a different name is used for the subfolder. In the present example, product A has two versions, version 1 and version 2. The subfolder for product A, "FOLDER 1 ", contains three files. The first file 602 is a base file for version 1 , the second file 604 is a base file for version 2, and the third file 606 is a delta file for the difference between version 2 and version 1. Product B has only one version, version 1 , so the subfolder for product B, "FOLDER 2", contains only a file 608 which is a base file for version 1.
Product C has four versions, versions 1.1 , version 1.2, version 2.1 and version 2.2. The subfolder for product C, "FOLDER 3", contains eight files: one base file for each version, and four delta files. It will be appreciated that the server may not necessarily have one delta file for each possible combination of the versions. For example, the server does not have a delta file for the difference between version 2.2 and version 1 .2, nor does it have a delta file for the difference between version 2.2 and version 1.1. It will also be appreciated that the first version of a product managed by the server need not be the first version of the product ever released by the manufacturer. For example, product D may have several versions, but only versions from version 4.3 onwards are managed by the server and therefore appear in the databases 510 and 520.
The databases 510 and 520 are implemented with an additional file on each server computer and client computer. The additional file is an index text file with an entry for each file in the database, the entry containing additional information such as the post-download action, the option used to create the delta file and the size of the file.
In an alternative preferred embodiment of the present invention, the client-server system 500 of Fig. 5 is used in conjunction with an account server in order to provide download of files for authorized clients only. This is shown in Fig. 7, to which reference is now made, which is a schematic illustration of the client-server system 500 and an account server 700, according to a preferred embodiment of the present invention. The client-server system 500 comprises the server computer 502 and the client computer 514. The server computer 502 comprises the download manager server 510 and the database 508. The client computer comprises the download manager client 522. A download service layer 702 is integrated with the account server 700 to provide the connection between the account server 700 and the client-server system 500.
The present invention provides a token-based authorization system for download of files. Each file in the database 508 has a distribution authorization level (DAL) associated with it. According to a preferred embodiment of the present invention, the DAL is an integer number, with the value zero for free distribution and a positive value of n for distribution requiring an authorization of level n. Since the DAL is per file, a wide range of download policies is possible, for example: a) a complete product is free or not free; b) specific versions are free, while other versions are not (all base and delta files for the free versions have a DAL value of zero, while the other files have positive DAL values); c) once a user has a version, all updates are free (all base files have positive DAL values and all delta files have zero DAL values), d) there are four versions V1 - V4, V2 and V4 are mainly bug fixes and are free, V3 is a major enhancement (all base files have positive DAL values, delta files from V1 to V2 and V3 to V4 have zero DAL values, delta files from V2 to V3 V1 to V3 (if any), V1 to V4 (if any) and V2 to
V4 (if any) have positive DAL values)
Reference is now made additionally to Fig 8, which is a schematic flowchart illustration of the method of operation of the system of Fig 7 The client requests the download of a version V of a product P and is connected to the account server 700 (step 800) The client sends account information to the account server 700 along with a client ID that was generated and stored on the client computer 514 during the installation of the download manager client 522 (step 800) The client ID need not be uniquely associated with the client computer 510 It is sufficient that the client ID is kept secret from other users, and that the possibility of two clients to have the same client ID is virtually zero The account server 700 verifies the client account information (step 802) If the client account information has been verified, then the download service layer 702 generates a token and associates a DAL with the token (step 804) The download service layer 702 sends a file to the client containing the token, the product name P, an identification of the version V, and the address of the server computer 502 (step 804) The download service layer 702 also sends the token, its associated DAL, the client ID, the product name P and an identification of the version V to the server computer 502 (step 806) The server computer 502 stores this information in the database 508 According to a preferred embodiment of the present invention, security is enhanced by using an encryption key while transferring data from the download service layer 702 to the server computer 502 This prevents another server from pretending it is a download service layer An additional encryption key is used while storing the token and associated information in the database 508 This prevents someone from scanning the database 508 in search of a suitable token The file sent in step 804 to the client invokes the download manager client 522, which contacts the server computer 502 according to the address contained in the file The download manager client 522 sends the file it received in step 804 to the server computer 502, along with an inventory listing of versions of the product P at the client computer 514 (step 808) The download manager server 510 determines from the inventory the list of files that need to be downloaded from the server computer 502 to the client computer 514 The download manager 510 searches for the token received from the download manager client 522 in the database 508 (step 810), and compares the information stored in the database 508 along with the token to information received from the download manager client 522 (step 812). For example, the product name P and identification of the version V associated with the token in the database 508 must match the product name P and identification of the version V in the file sent by the client. The client ID associated with the token in the database 508 must match the client ID sent by the client to the download manager server 510. The DAL associated with the token in the database 508 must be no less than the DAL of any file in the list of files to be downloaded. If all of these criteria are fulfilled, then the download proceeds (step 814) Once the download of files is successfully completed, the download manager server 510 discards the token (step 816). In a preferred embodiment of the present invention, the tokens are 128 bits long, transferred as a string of 32 hexadecimal digits.
It will be appreciated that since the token is for single use, giving the token and the client ID to another user cannot be used for duplicate downloads. It will also be appreciated that the file sent to the client by the download service layer 702 cannot be used by another client that does not know the client ID that is associated with the token in the file Furthermore, the protocol between the download manager server 510 and the download manager client 522 cannot be replayed because of the challenge/response protocol.
It will also be appreciated that no user account identification ever reaches the server machine 502.
The benefits of the present invention are higher speed downloads, the possibility to restore previous versions of downloaded files, resume of interrupted downloads from point of interruption, post-download actions, auto-update services, and accounting for authorized downloads.
It will be appreciated by persons skilled in the art that the present invention is not limited by what has been particularly shown and described herein above. Rather the scope of the invention is defined by the claims that follow:

Claims

1 A system for transferring a delta file from a first computer to a second computer, said first computer having a first version of a file and a second version of said file, and said second computer having said first version of said file, the system comprising a delta builder for generating said delta file from said first and second versions on said first computer, a download manager for transferring said delta file from said first computer to said second computer, and a restorer for generating said second version from said first version on said second computer and said transferred delta file
2 A system according to claim 1 , wherein said delta file is generated based upon a bit analysis of said first and second versions on said first computer. 3. A system according to claim 1 , wherein said delta builder comprises means for generating a first digital stamp from said first version on said first computer, said delta file comprises said first digital stamp, said restorer comprises means for generating a second digital stamp from said first version on said second computer, and said second version on said second computer is generated only if said second digital stamp matches said first digital stamp
4. A system according to claim 1 , wherein said download manager comprises: a download manager server on said first computer; and a download manager client on said second computer.
5. A system according to claim 4, wherein said download manager server comprises means for communicating with said download manager client over an Internet Protocol (IP) network, and said download manager client comprises means for communicating with said download manager server over an Internet Protocol (IP) network.
6. A system according to claim 1 , wherein said system further comprises: a database for storing said first and second versions of said file and for storing said delta file. 7. A system according to claim 6, wherein said system further comprises: a maintenance unit for importing an imported file into said database. 8. A system according to claim 7, wherein said imported file is a third version of said file. 9. A system according to claim 7, wherein said imported file is an additional delta file between one of said first and second versions and a third version of said file.
10. A system according to claim 1 , wherein said system further comprises: a compressor for compressing said generated delta file; and a decompressor for decompressing said transferred delta file.
1 1. A system according to claim 1 , wherein said system further comprises: means for automatically performing post-download actions on said generated second version.
12. A system according to claim 1 1 , wherein said post-download actions include at least one of the group comprising saving said generated second version to a storage unit, decompressing said generated second version, extracting said generated second version and installing said generated second version.
13. A system according to claim 1 , wherein said first version of said file is an archive of a first folder version of a folder of files, said second version of said file is a second folder version of said folder of files, and said system further comprises: an extractor for extracting said second folder version from said generated second file. A system for transferring a delta file from a first computer to a second computer, said first computer having a first version of a folder of files and a second version of said folder, and said second computer having said first version of said folder the system comprising a delta builder for generating a delta folder from said first and second versions on said first computer, an archiver for archiving said delta folder into said delta file, a download manager for transferring said delta file from said first computer to said second computer, an extractor for extracting said delta folder from said transferred delta file, and a restorer for generating said second version from said first version on said second computer and said extracted delta folder A system for resuming an interrupted transfer of a file from a first computer having a complete version of said file to a second computer having an incomplete version of said file, said incomplete version missing a portion of said complete version, and said incomplete version having previously been transferred to said second computer during said interrupted transfer, the system comprising a download manager server on said first computer for transferring only said missing portion to said second computer, and a download manager client on said second computer for receiving said missing portion and combining it with said incomplete version to form said complete version on said second computer A token based authorization system for download of a file from a first computer to a second computer, the system comprising a client on said second computer for requesting download of said file and for transferring account information -to an account server, a download service layer integrated with said account server, for generating a token, associating said token with a first authorization level and sending said token to said client if said account information is verified by said account server; and a server on said first computer for associating a second authorization level with said file, for receiving said token and said first authorization level from said download service layer, for receiving said token from said client, and for downloading said file to said client if said token received from said download service layer matches said token received from said client and if said first authorization level is no less than said second authorization level. 17. A system according to claim 16, wherein said client has a client identifier and said token is based upon said client identifier.
18. A method for transferring a delta file from a first computer to a second computer, said first computer having a first version of a file and a second version of said file, and said second computer having said first version of said file, the method comprising the steps of: generating said delta file from said first and second versions on said first computer; transferring said delta file from said first computer to said second computer; and generating said second version from said first version on said second computer and said transferred delta file.
19. A method according to claim 18, wherein said delta file is generated based upon a bit analysis of said first and second versions on said first computer. 20. A method according to claim 18, wherein said method further comprises the steps of: generating a first digital stamp from said first version on said first computer; and generating a second digital stamp from said first version on said second computer, wherein said delta file comprises said first digital stamp, and said second version on said second computer is generated only if said second digital stamp matches said first digital stamp.
21 . A method according to claim 18, wherein said step of transferring comprises the step of communicating between said first computer and said second computer over an Internet Protocol (IP) network.
22. A method according to claim 18, wherein said method further comprises the steps of: storing said first version in a database; storing said second version in said database; and storing said delta file in said database.
23. A method according to claim 22, wherein said method further comprises the step of: importing an imported file into said database. 24. A method according to claim 23, wherein said imported file is a third version of said file. 25. A method according to claim 23, wherein said imported file is an additional delta file between one of said first and second versions and a third version of said file. 26. A method according to claim 18, wherein said method further comprises the steps of: compressing said generated delta file; and decompressing said transferred delta file.
27. A method according to claim 18, wherein said method further comprises the step of: automatically performing post-download actions on said generated second version.
28. A method according to claim 27, wherein said post-download actions include at least one of the group comprising saving said generated second version to a storage unit, decompressing said generated second version, extracting said generated second version and installing said generated second version. A method according to claim 18, wherein said first version of said file is an archive of a first folder version of a folder of files, said second version of said file is a second folder version of said folder of files and said method further comprises the step of extracting said second folder version from said generated second file A method for transferring a delta file from a first computer to a second computer, said first computer having a first version of a folder of files and a second version of said folder, and said second computer having said first version of said folder, the method comprising the steps of generating a delta folder from said first and second versions on said first computer, archiving said delta folder into said delta file, transferring said delta file from said first computer to said second computer, extracting said delta folder from said transferred delta file, and generating said second version from said first version on said second computer and said extracted delta folder A method for resuming an interrupted transfer of a file from a first computer having a complete version of said file to a second computer having an incomplete version of said file, said incomplete version missing a portion of said complete version, and said incomplete version having previously been transferred to said second computer during said interrupted transfer, the method comprising the steps of transferring only said missing portion to said second computer, receiving said missing portion, and combining it with said incomplete version to form said complete version on said second computer method for downloading a file from a download server to a download client when the user of said download client is authorized to do so by an account server, the method comprising the steps of associating said file with a first authorization level; verifying account details of said user at said account server; if said step of verifying is successful, generating a token on said account server and associating said token with a second authorization level; sending said token from said account server to said download client; sending said token and said second authorization level from said account server to said download server; sending said token from said download client to said download server; and downloading said file from said download server to said client only if said second authorization level is no less than said first authorization level and if said token from said account server matches said token from said download client.
33. A method according to claim 32, wherein said download client has a client identifier and said token is based upon said client identifier.
34. A method for transferring files from a first computer to a second computer, the method comprising the steps of: said second computer reporting a version indicator to said first computer, said version indicator indicating which versions of said target file currently reside but which are not necessarily installed on said second computer; said first computer correlating said version indicator with either of at least one delta file and a base file in accordance with predetermined correlation criteria, thereby defining at least one correlated file; and said first computer transferring said correlated file to said second computer.
35. A method according to claim 34, the method further comprising the step of said second computer requesting a target file from said first computer.
PCT/IL2000/000179 1999-03-22 2000-03-21 System and method for quick download of software files WO2000057272A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP00911233A EP1080409A4 (en) 1999-03-22 2000-03-21 System and method for quick download of software files
AU33217/00A AU3321700A (en) 1999-03-22 2000-03-21 System and method for quick download of software files

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/273,257 US6401239B1 (en) 1999-03-22 1999-03-22 System and method for quick downloading of electronic files
US09/273,257 1999-03-22

Publications (1)

Publication Number Publication Date
WO2000057272A1 true WO2000057272A1 (en) 2000-09-28

Family

ID=23043195

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IL2000/000179 WO2000057272A1 (en) 1999-03-22 2000-03-21 System and method for quick download of software files

Country Status (4)

Country Link
US (1) US6401239B1 (en)
EP (1) EP1080409A4 (en)
AU (1) AU3321700A (en)
WO (1) WO2000057272A1 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002032078A1 (en) * 2000-10-07 2002-04-18 Complementary Technologies Limited Method and system for communications with remote embedded applications
EP1579301A2 (en) * 2003-12-15 2005-09-28 Microsoft Corporation System and method for a software distribution service
EP1639472A1 (en) * 2003-06-20 2006-03-29 InnoPath Software, Inc. Processing software for use in generating difference files
EP1691280A1 (en) * 2003-12-05 2006-08-16 Fujitsu Limited Data management system, data management device, data management method, data supply system, data management program, and computer-readable recording medium containing the program
CN102231758A (en) * 2011-07-05 2011-11-02 华为终端有限公司 Software upgrading method and device of electronic equipment
EP4213040A1 (en) * 2022-01-05 2023-07-19 Avid Technology, Inc. Difference engine for media change management

Families Citing this family (159)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6704118B1 (en) * 1996-11-21 2004-03-09 Ricoh Company, Ltd. Method and system for automatically and transparently archiving documents and document meta data
US7083095B2 (en) * 1999-02-18 2006-08-01 Colin Hendrick System for automatic connection to a network
US7062765B1 (en) * 1999-05-25 2006-06-13 Realnetworks, Inc. System and method for updating information via a network
US6823350B1 (en) * 1999-09-28 2004-11-23 Microsoft Corporation Database clean-up system
US7467211B1 (en) 1999-10-18 2008-12-16 Cisco Technology Inc. Remote computer system management through an FTP internet connection
US6807550B1 (en) 1999-12-01 2004-10-19 Microsoft Corporation Methods and systems for providing random access to structured media content
US9191443B2 (en) * 1999-12-02 2015-11-17 Western Digital Technologies, Inc. Managed peer-to-peer applications, systems and methods for distributed data access and storage
US8793374B2 (en) 1999-12-02 2014-07-29 Western Digital Technologies, Inc. Managed peer-to-peer applications, systems and methods for distributed data access and storage
US7120692B2 (en) 1999-12-02 2006-10-10 Senvid, Inc. Access and control system for network-enabled devices
ATE396577T1 (en) * 1999-12-02 2008-06-15 Western Digital Tech Inc SYSTEM FOR REMOTE RECORDING TELEVISION PROGRAMS
US8688797B2 (en) * 1999-12-02 2014-04-01 Western Digital Technologies, Inc. Managed peer-to-peer applications, systems and methods for distributed data access and storage
US7934251B2 (en) 1999-12-02 2011-04-26 Western Digital Technologies, Inc. Managed peer-to-peer applications, systems and methods for distributed data access and storage
US6816944B2 (en) * 2000-02-02 2004-11-09 Innopath Software Apparatus and methods for providing coordinated and personalized application and data management for resource-limited mobile devices
US20040208476A1 (en) * 2000-02-11 2004-10-21 Manowitz Neal Jacob Digital camera system
US6976037B1 (en) * 2000-03-27 2005-12-13 Microsoft Corporation Method and systems for DLL/COM redirection
US6751659B1 (en) * 2000-03-31 2004-06-15 Intel Corporation Distributing policy information in a communication network
US6937814B1 (en) * 2000-04-14 2005-08-30 Realnetworks, Inc. System and method for play while recording processing
US7016906B1 (en) * 2000-05-04 2006-03-21 Unisys Corporation Data processing method and apparatus employing OLE DB and having dual schema and auto update features
US6549914B1 (en) * 2000-05-17 2003-04-15 Dell Products, L.P. System and method for statistical file preload for factory installed software in a computer
US6564229B1 (en) * 2000-06-08 2003-05-13 International Business Machines Corporation System and method for pausing and resuming move/copy operations
AU2001281402A1 (en) * 2000-08-08 2002-02-18 Fineground Networks Method and system for parameterized web documents
US7996450B1 (en) * 2000-09-15 2011-08-09 Oracle International Corp. Network-based file access system
DE10047216A1 (en) * 2000-09-23 2002-04-11 Philips Corp Intellectual Pty A method of detecting write conflicts in replicated databases without memory overhead
EP2378733B1 (en) * 2000-11-10 2013-03-13 AOL Inc. Digital content distribution and subscription system
US20020083265A1 (en) * 2000-12-26 2002-06-27 Brough Farrell Lynn Methods for increasing cache capacity
US20020133624A1 (en) * 2001-01-16 2002-09-19 Tony Hashem System and process for routing information in a data processing system
US20020147849A1 (en) * 2001-04-05 2002-10-10 Chung-Kei Wong Delta encoding using canonical reference files
JP2002318692A (en) * 2001-04-19 2002-10-31 Sony Corp Installation support system, installation support device, installation support method, program for supporting installation and recording medium in which the same program is recorded
US6912591B2 (en) * 2001-05-02 2005-06-28 Science Application International Corporation System and method for patch enabled data transmissions
US7702791B2 (en) * 2001-07-16 2010-04-20 Bea Systems, Inc. Hardware load-balancing apparatus for session replication
US6918013B2 (en) * 2001-07-16 2005-07-12 Bea Systems, Inc. System and method for flushing bean cache
US7571215B2 (en) * 2001-07-16 2009-08-04 Bea Systems, Inc. Data replication protocol
US7409420B2 (en) * 2001-07-16 2008-08-05 Bea Systems, Inc. Method and apparatus for session replication and failover
US20030023898A1 (en) * 2001-07-16 2003-01-30 Jacobs Dean Bernard Layered architecture for data replication
US20030030659A1 (en) * 2001-08-10 2003-02-13 Wu Hsiang Min Method of automatic display of audio-video films in web pages
US7028030B2 (en) * 2001-08-30 2006-04-11 Bea Systems, Inc. Cluster caching with concurrency checking
US20030046230A1 (en) * 2001-08-30 2003-03-06 Jacobs Dean Bernard Method for maintaining account consistency
US7113980B2 (en) * 2001-09-06 2006-09-26 Bea Systems, Inc. Exactly once JMS communication
US20030074379A1 (en) * 2001-10-11 2003-04-17 International Business Machines Corporation Apparatus and method of predicting file download time based on historical data
US7020684B2 (en) * 2002-01-18 2006-03-28 Bea Systems, Inc. System and method for optimistic caching
US6978278B2 (en) * 2002-01-18 2005-12-20 Bea Systems, Inc. System and method for heterogeneous caching
US6898587B2 (en) * 2002-01-18 2005-05-24 Bea Systems, Inc. System and method for performing commutative operations in data access systems
US7403996B2 (en) 2002-02-21 2008-07-22 Bea Systems, Inc. Systems and methods for migratable services
WO2003073311A1 (en) * 2002-02-21 2003-09-04 Bea Systems, Inc. System and method for message driven bean service migration
US7178050B2 (en) * 2002-02-22 2007-02-13 Bea Systems, Inc. System for highly available transaction recovery for transaction processing systems
US7152181B2 (en) * 2002-02-22 2006-12-19 Bea Systems, Inc. Method for highly available transaction recovery for transaction processing systems
US7296237B2 (en) * 2002-03-15 2007-11-13 Shinkuro, Inc. Data replication system and method
US7155578B2 (en) * 2002-04-05 2006-12-26 Genworth Financial, Inc. Method and system for transferring files using file transfer protocol
US6973465B2 (en) * 2002-04-26 2005-12-06 Sun Microsystems, Inc. Mechanism for migrating a file sequence with versioning information from one workspace to another
US6925467B2 (en) * 2002-05-13 2005-08-02 Innopath Software, Inc. Byte-level file differencing and updating algorithms
US7546364B2 (en) * 2002-05-16 2009-06-09 Emc Corporation Replication of remote copy data for internet protocol (IP) transmission
US6970866B1 (en) 2002-05-31 2005-11-29 Adobe Systems Incorporated Filter file system
AU2003296773A1 (en) * 2002-09-13 2004-04-30 Datatreasury Corporation Processing of credit card transactions using internet protocol
US7096311B2 (en) 2002-09-30 2006-08-22 Innopath Software, Inc. Updating electronic files using byte-level file differencing and updating algorithms
US6836657B2 (en) * 2002-11-12 2004-12-28 Innopath Software, Inc. Upgrading of electronic files including automatic recovery from failures and errors occurring during the upgrade
US7003534B2 (en) * 2002-11-18 2006-02-21 Innopath Software, Inc. Generating difference files using module information of embedded software components
US7320010B2 (en) * 2002-11-18 2008-01-15 Innopath Software, Inc. Controlling updates of electronic files
US7844734B2 (en) * 2002-11-18 2010-11-30 Innopath Software, Inc. Dynamic addressing (DA) using a centralized DA manager
US7007049B2 (en) 2002-11-18 2006-02-28 Innopath Software, Inc. Device memory management during electronic file updating
US20050204351A1 (en) * 2002-11-18 2005-09-15 James Jiang Dynamic addressing (DA) using a centralized DA Manager
US20040098361A1 (en) * 2002-11-18 2004-05-20 Luosheng Peng Managing electronic file updates on client devices
US20040133699A1 (en) * 2002-12-04 2004-07-08 Tony Hashem System and method for performing data transfer
US7099884B2 (en) * 2002-12-06 2006-08-29 Innopath Software System and method for data compression and decompression
US7386529B2 (en) * 2002-12-19 2008-06-10 Mathon Systems, Inc. System and method for managing content with event driven actions to facilitate workflow and other features
US7228319B1 (en) * 2002-12-30 2007-06-05 Sap Aktiengesellschaft File comparison of locally synched files
US7904432B2 (en) * 2003-01-24 2011-03-08 Hewlett-Packard Development Company, L.P. Compressed data structure for extracted changes to a database and method of generating the data structure
US7925771B1 (en) * 2003-03-03 2011-04-12 Realnetworks, Inc. System and method for uninterrupted streaming
US7461319B2 (en) * 2003-04-04 2008-12-02 Sun Microsystems, Inc. System and method for downloading files over a network with real time verification
US7890464B2 (en) 2003-06-20 2011-02-15 Innopath Software, Inc. Processing software images and generating difference files
US20050010870A1 (en) * 2003-07-09 2005-01-13 Jinsheng Gu Post-processing algorithm for byte-level file differencing
US20050010576A1 (en) * 2003-07-09 2005-01-13 Liwei Ren File differencing and updating engines
US7031972B2 (en) * 2003-07-21 2006-04-18 Innopath Software, Inc. Algorithms for block-level code alignment of software binary files
US7472254B2 (en) * 2003-10-10 2008-12-30 Iora, Ltd. Systems and methods for modifying a set of data objects
US8924522B2 (en) 2003-12-23 2014-12-30 Intel Corporation Method and apparatus for remote modification of system configuration setting
US7373498B2 (en) * 2003-12-23 2008-05-13 Intel Corporation Method and apparatus for updating a system configuration through an active or passive update
US8990366B2 (en) 2003-12-23 2015-03-24 Intel Corporation Method and apparatus for remote modification of system configuration
US8954420B1 (en) 2003-12-31 2015-02-10 Google Inc. Methods and systems for improving a search ranking using article information
US8275839B2 (en) 2004-03-31 2012-09-25 Google Inc. Methods and systems for processing email messages
US20050234929A1 (en) * 2004-03-31 2005-10-20 Ionescu Mihai F Methods and systems for interfacing applications with a search engine
US7941439B1 (en) 2004-03-31 2011-05-10 Google Inc. Methods and systems for information capture
US8099407B2 (en) 2004-03-31 2012-01-17 Google Inc. Methods and systems for processing media files
US7725508B2 (en) * 2004-03-31 2010-05-25 Google Inc. Methods and systems for information capture and retrieval
US7680888B1 (en) 2004-03-31 2010-03-16 Google Inc. Methods and systems for processing instant messenger messages
US8346777B1 (en) 2004-03-31 2013-01-01 Google Inc. Systems and methods for selectively storing event data
US7333976B1 (en) 2004-03-31 2008-02-19 Google Inc. Methods and systems for processing contact information
US8386728B1 (en) 2004-03-31 2013-02-26 Google Inc. Methods and systems for prioritizing a crawl
US8631076B1 (en) 2004-03-31 2014-01-14 Google Inc. Methods and systems for associating instant messenger events
US8161053B1 (en) 2004-03-31 2012-04-17 Google Inc. Methods and systems for eliminating duplicate events
US7523143B2 (en) * 2004-05-12 2009-04-21 Oracle International Corporation Mapping source logical clock into destination logical clock in a distributed system
US20050257205A1 (en) * 2004-05-13 2005-11-17 Microsoft Corporation Method and system for dynamic software updates
US7529818B2 (en) * 2004-05-20 2009-05-05 Bea Systems, Inc. System and method for performing validation of a configuration
US7660824B2 (en) * 2004-05-20 2010-02-09 Bea Systems, Inc. System and method for performing batch configuration changes
US7516451B2 (en) * 2004-08-31 2009-04-07 Innopath Software, Inc. Maintaining mobile device electronic files including using difference files when upgrading
US9275052B2 (en) 2005-01-19 2016-03-01 Amazon Technologies, Inc. Providing annotations of a digital work
US8131647B2 (en) * 2005-01-19 2012-03-06 Amazon Technologies, Inc. Method and system for providing annotations of a digital work
US20070016767A1 (en) * 2005-07-05 2007-01-18 Netdevices, Inc. Switching Devices Avoiding Degradation of Forwarding Throughput Performance When Downloading Signature Data Related to Security Applications
US20070050242A1 (en) * 2005-08-23 2007-03-01 Way Out World, Llc Solo-unit system and methods for game augmented interactive marketing
US20070050243A1 (en) * 2005-08-23 2007-03-01 Way Out World, Llc Multi-unit system and methods for game augmented interactive marketing
US20070049367A1 (en) * 2005-08-23 2007-03-01 Way Out World, Llc Methods for game augmented interactive marketing
US7885945B2 (en) * 2005-08-25 2011-02-08 Microsoft Corporation Secure schema identifier generation
JP2007157014A (en) * 2005-12-08 2007-06-21 Konica Minolta Business Technologies Inc Data processor
US9262446B1 (en) 2005-12-29 2016-02-16 Google Inc. Dynamically ranking entries in a personal data book
US7634517B1 (en) * 2006-02-10 2009-12-15 Google Inc. System and method for dynamically updating a document repository without interrupting concurrent querying
US7788227B1 (en) * 2006-03-03 2010-08-31 Microsoft Corporation Schema signing and just-in-time installation
US8352449B1 (en) 2006-03-29 2013-01-08 Amazon Technologies, Inc. Reader device content indexing
US7958032B2 (en) * 2006-05-10 2011-06-07 International Business Machines Corporation Generating event messages corresponding to event indicators
US20070265945A1 (en) * 2006-05-10 2007-11-15 International Business Machines Corporation Communicating event messages corresponding to event indicators
US20070265946A1 (en) * 2006-05-10 2007-11-15 International Business Machines Corporation Aggregating event indicators
US10152712B2 (en) * 2006-05-10 2018-12-11 Paypal, Inc. Inspecting event indicators
US9432433B2 (en) 2006-06-09 2016-08-30 Qualcomm Incorporated Enhanced block-request streaming system using signaling or block creation
DE102006040395A1 (en) * 2006-08-29 2007-03-15 Siemens Ag Delta files generating method for operating e.g. vehicle, involves determining cost-optimized path in graph and generating delta file, where sequence of data processing steps corresponds to successive sequence of network nodes in path
KR20080025957A (en) * 2006-09-19 2008-03-24 삼성전자주식회사 Apparatus and method for upgrading of software in portable terminal
US8725565B1 (en) 2006-09-29 2014-05-13 Amazon Technologies, Inc. Expedited acquisition of a digital item following a sample presentation of the item
US9672533B1 (en) 2006-09-29 2017-06-06 Amazon Technologies, Inc. Acquisition of an item based on a catalog presentation of items
US20080208963A1 (en) * 2006-10-19 2008-08-28 Aviv Eyal Online File Sharing
US7865817B2 (en) 2006-12-29 2011-01-04 Amazon Technologies, Inc. Invariant referencing in digital works
US8103272B2 (en) * 2007-01-07 2012-01-24 Apple Inc. Techniques for database updates
US8024400B2 (en) 2007-09-26 2011-09-20 Oomble, Inc. Method and system for transferring content from the web to mobile devices
US7751807B2 (en) 2007-02-12 2010-07-06 Oomble, Inc. Method and system for a hosted mobile management service architecture
WO2008100114A1 (en) * 2007-02-16 2008-08-21 Alox Co, Ltd. Method for transmitting data transmitted incompletely between server and client
US7716224B2 (en) 2007-03-29 2010-05-11 Amazon Technologies, Inc. Search and indexing on a user device
US9665529B1 (en) 2007-03-29 2017-05-30 Amazon Technologies, Inc. Relative progress and event indicators
US8307341B2 (en) 2007-04-25 2012-11-06 International Business Machines Corporation Generating customized documentation for a software product
US8234282B2 (en) 2007-05-21 2012-07-31 Amazon Technologies, Inc. Managing status of search index generation
US7747706B2 (en) * 2007-07-30 2010-06-29 Comverse Ltd. System and methods for completion of attempts to access content
US20090113412A1 (en) * 2007-10-29 2009-04-30 Sap Portals Israel Ltd. Method and apparatus for enhanced synchronization protocol
US20090124194A1 (en) * 2007-11-13 2009-05-14 Novatel Wireless System and method for playing animated information on a host upon connection with a wireless device
US8713556B2 (en) * 2008-02-25 2014-04-29 Sap Ag Virtual appliance update method
US8423889B1 (en) 2008-06-05 2013-04-16 Amazon Technologies, Inc. Device specific presentation control for electronic book reader devices
US20090327079A1 (en) * 2008-06-25 2009-12-31 Cnet Networks, Inc. System and method for a delivery network architecture
US9087032B1 (en) 2009-01-26 2015-07-21 Amazon Technologies, Inc. Aggregation of highlights
US8378979B2 (en) 2009-01-27 2013-02-19 Amazon Technologies, Inc. Electronic device with haptic feedback
US8489210B2 (en) 2009-03-24 2013-07-16 Rockwell Automation Technologies, Inc. Electronic operator interface based controller and device automatic downloads
US8255366B1 (en) * 2009-03-25 2012-08-28 Symantec Corporation Segment-based method for efficient file restoration
US8832584B1 (en) 2009-03-31 2014-09-09 Amazon Technologies, Inc. Questions on highlighted passages
US9477947B2 (en) 2009-08-24 2016-10-25 International Business Machines Corporation Retrospective changing of previously sent messages
US9917874B2 (en) * 2009-09-22 2018-03-13 Qualcomm Incorporated Enhanced block-request streaming using block partitioning or request controls for improved client-side handling
US8692763B1 (en) 2009-09-28 2014-04-08 John T. Kim Last screen rendering for electronic book reader
US8620879B2 (en) * 2009-10-13 2013-12-31 Google Inc. Cloud based file storage service
US8127365B1 (en) * 2009-11-16 2012-02-28 Trend Micro Incorporated Origination-based content protection for computer systems
US9495322B1 (en) 2010-09-21 2016-11-15 Amazon Technologies, Inc. Cover display
US20120124570A1 (en) * 2010-11-16 2012-05-17 Motorola Mobility, Inc. Method and system for facilitating the providing of software updates to mobile devices
US8910142B2 (en) * 2011-04-13 2014-12-09 Xerox Corporation Method and system to regulate the electronic availability of application software updates based on information collected regarding installation, usage and support for these updates
US8589363B2 (en) * 2011-07-19 2013-11-19 Exagrid Systems, Inc. Systems and methods for managing delta version chains
US9158741B1 (en) 2011-10-28 2015-10-13 Amazon Technologies, Inc. Indicators for navigating digital works
US8640251B1 (en) 2011-12-14 2014-01-28 Trend Micro Incorporated Methods and systems for classifying computer documents into confidential levels using log information
US8370341B1 (en) * 2012-01-06 2013-02-05 Inkling Systems, Inc. Systems and methods for determining and facilitating content updates for a user device
US8826452B1 (en) 2012-01-18 2014-09-02 Trend Micro Incorporated Protecting computers against data loss involving screen captures
US9420070B2 (en) * 2013-01-17 2016-08-16 Apple Inc. Streaming zip
TW201445995A (en) * 2013-05-31 2014-12-01 Hon Hai Prec Ind Co Ltd System and method for processing digital content
US11070609B1 (en) * 2013-12-18 2021-07-20 Veritas Technologies Llc System and method for downloading a file
US10509639B2 (en) * 2014-06-04 2019-12-17 Rimini Street, Inc. Automatic software-update framework
US9996339B2 (en) * 2014-06-04 2018-06-12 Microsoft Technology Licensing, Llc Enhanced updating for digital content
US9395970B2 (en) * 2014-09-30 2016-07-19 Sony Interactive Entertainment America Llc Method and apparatus for providing a time period for starting an application
CN104793970A (en) * 2015-04-02 2015-07-22 安徽四创电子股份有限公司 Online upgrade method based on FTP
WO2016191902A1 (en) * 2015-05-29 2016-12-08 华为技术有限公司 Traffic information updating method and device
US20170091311A1 (en) 2015-09-30 2017-03-30 International Business Machines Corporation Generation and use of delta index
US10936302B2 (en) * 2019-06-07 2021-03-02 Volvo Car Corporation Updating sub-systems of a device using blockchain
US11886865B2 (en) * 2021-04-19 2024-01-30 Ford Global Technologies, Llc Enhanced data provision in a digital network

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4558413A (en) * 1983-11-21 1985-12-10 Xerox Corporation Software version management system
US5809251A (en) * 1996-10-09 1998-09-15 Hewlett-Packard Company Remote installation of software by a management information system into a remote computer
US5845077A (en) * 1995-11-27 1998-12-01 Microsoft Corporation Method and system for identifying and obtaining computer software from a remote computer
WO1999004336A1 (en) 1997-07-15 1999-01-28 Pocket Soft, Inc. System for finding differences between two computer files and updating the computer files

Family Cites Families (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5473772A (en) * 1991-04-02 1995-12-05 International Business Machines Corporation Automatic update of static and dynamic files at a remote network node in response to calls issued by or for application programs
US5479654A (en) * 1990-04-26 1995-12-26 Squibb Data Systems, Inc. Apparatus and method for reconstructing a file from a difference signature and an original file
DE69230452T2 (en) * 1991-08-19 2000-08-24 Sun Microsystems Inc Change control method and apparatus in multiple development environments
US5649200A (en) * 1993-01-08 1997-07-15 Atria Software, Inc. Dynamic rule-based version control system
US5574898A (en) * 1993-01-08 1996-11-12 Atria Software, Inc. Dynamic software version auditor which monitors a process to provide a list of objects that are accessed
US5771354A (en) * 1993-11-04 1998-06-23 Crawford; Christopher M. Internet online backup system provides remote storage for customers using IDs and passwords which were interactively established when signing up for backup services
US5835911A (en) * 1994-02-08 1998-11-10 Fujitsu Limited Software distribution and maintenance system and method
US5613012A (en) * 1994-11-28 1997-03-18 Smarttouch, Llc. Tokenless identification system for authorization of electronic transactions and electronic transmissions
CA2137492C (en) * 1994-12-07 1998-07-28 Lenny Kwok-Ming Hon System for and method of providing delta-versioning of the contents of pcte file objects
AU4466896A (en) * 1994-12-13 1996-07-03 Novell, Inc. Method and apparatus to update or change a network directory
TW313643B (en) * 1994-12-14 1997-08-21 At & T Corp
US5913040A (en) * 1995-08-22 1999-06-15 Backweb Ltd. Method and apparatus for transmitting and displaying information between a remote network and a local computer
JP3486043B2 (en) * 1996-03-11 2004-01-13 株式会社東芝 Operating method of software distribution system and software system
US5832520A (en) * 1996-07-03 1998-11-03 Miller, Call, Plauck And Miller Automatic file differencing and updating system
US5903897A (en) * 1996-12-18 1999-05-11 Alcatel Usa Sourcing, L.P. Software documentation release control system
WO1998056149A1 (en) * 1997-06-06 1998-12-10 Telefonaktiebolaget Lm Ericsson Delta file software loading in cellular telecommunications systems
US6052803A (en) * 1997-09-26 2000-04-18 3Com Corporation Key-based technique for assuring and maintaining integrity of firmware stored in both volatile and non-volatile memory
CA2309660C (en) * 1997-11-13 2010-02-09 Hyperspace Communications, Inc. File transfer system
US6018747A (en) * 1997-11-26 2000-01-25 International Business Machines Corporation Method for generating and reconstructing in-place delta files
GB2333864B (en) * 1998-01-28 2003-05-07 Ibm Distribution of software updates via a computer network
US6202207B1 (en) * 1998-01-28 2001-03-13 International Business Machines Corporation Method and a mechanism for synchronized updating of interoperating software
US6023586A (en) * 1998-02-10 2000-02-08 Novell, Inc. Integrity verifying and correcting software
US6209128B1 (en) * 1998-06-05 2001-03-27 International Business Machines Corporation Apparatus and method for providing access to multiple object versions

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4558413A (en) * 1983-11-21 1985-12-10 Xerox Corporation Software version management system
US5845077A (en) * 1995-11-27 1998-12-01 Microsoft Corporation Method and system for identifying and obtaining computer software from a remote computer
US5809251A (en) * 1996-10-09 1998-09-15 Hewlett-Packard Company Remote installation of software by a management information system into a remote computer
WO1999004336A1 (en) 1997-07-15 1999-01-28 Pocket Soft, Inc. System for finding differences between two computer files and updating the computer files

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP1080409A4

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002032078A1 (en) * 2000-10-07 2002-04-18 Complementary Technologies Limited Method and system for communications with remote embedded applications
EP1639472A1 (en) * 2003-06-20 2006-03-29 InnoPath Software, Inc. Processing software for use in generating difference files
EP1639472A4 (en) * 2003-06-20 2009-01-07 Innopath Software Inc Processing software for use in generating difference files
EP1691280A1 (en) * 2003-12-05 2006-08-16 Fujitsu Limited Data management system, data management device, data management method, data supply system, data management program, and computer-readable recording medium containing the program
EP1691280A4 (en) * 2003-12-05 2008-11-26 Fujitsu Ltd Data management system, data management device, data management method, data supply system, data management program, and computer-readable recording medium containing the program
EP1579301A2 (en) * 2003-12-15 2005-09-28 Microsoft Corporation System and method for a software distribution service
EP1579301B1 (en) * 2003-12-15 2018-08-29 Microsoft Technology Licensing, LLC Method, system and computer-readable medium for a software distribution service
CN102231758A (en) * 2011-07-05 2011-11-02 华为终端有限公司 Software upgrading method and device of electronic equipment
EP4213040A1 (en) * 2022-01-05 2023-07-19 Avid Technology, Inc. Difference engine for media change management

Also Published As

Publication number Publication date
US6401239B1 (en) 2002-06-04
EP1080409A1 (en) 2001-03-07
EP1080409A4 (en) 2006-03-15
AU3321700A (en) 2000-10-09

Similar Documents

Publication Publication Date Title
US6401239B1 (en) System and method for quick downloading of electronic files
US6996817B2 (en) Method and system for upgrading and rolling back versions
US6393471B1 (en) Marketing data delivery system
Batten et al. pStore: A secure peer-to-peer backup system
US7277901B2 (en) Collaborative file update system
JP4364947B2 (en) Method and apparatus for providing a user hit on a mirror protected web site to a remote site administrator
US7318088B1 (en) Receiving data at a client computer and performing an operation on the data at the client computer based on information in the key file
US6374402B1 (en) Method and apparatus for installation abstraction in a secure content delivery system
US8001187B2 (en) Peer-to-peer active content sharing
US6732277B1 (en) Method and apparatus for dynamically accessing security credentials and related information
US20070038681A1 (en) System and method of remote storage of data through connection from a server to a client
US7770230B2 (en) System for dynamically encrypting content for secure internet commerce and providing embedded fulfillment software
CA2232247A1 (en) Methods and apparatus for providing a broker application server
CA2351078C (en) Methods and apparatus for secure content delivery over broadband access networks
US7356847B2 (en) System for dynamically encrypting content for secure internet commerce and providing embedded fulfillment software
WO2000045303A1 (en) Web server content replication
EP1359728A2 (en) Secure data delivery
US8171467B1 (en) Updating of malicious code patterns using public DNS servers
JP2005301464A (en) Backup method and system
KR20010089012A (en) An Internet Safe Service System And Its Method
Lachniet A Forensic Primer for Usenet Evidence
Liophanich An automatic e-evidence archival system
JP2003122730A (en) Information processing method, agent system, agent system program and recording medium recorded with agent system program
Lachniet 8, Author retains full rights.
WO2000073944A2 (en) System and method for data communication

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 2000911233

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 2000911233

Country of ref document: EP

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642