[go: up one dir, main page]

JP3971642B2 - Content download method and apparatus - Google Patents

Content download method and apparatus Download PDF

Info

Publication number
JP3971642B2
JP3971642B2 JP2002120892A JP2002120892A JP3971642B2 JP 3971642 B2 JP3971642 B2 JP 3971642B2 JP 2002120892 A JP2002120892 A JP 2002120892A JP 2002120892 A JP2002120892 A JP 2002120892A JP 3971642 B2 JP3971642 B2 JP 3971642B2
Authority
JP
Japan
Prior art keywords
item
meta information
file
files
version
Prior art date
Legal status (The legal status 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 status listed.)
Expired - Lifetime
Application number
JP2002120892A
Other languages
Japanese (ja)
Other versions
JP2003316639A (en
Inventor
貴史 細淵
和宏 早川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NTT Inc
NTT Inc USA
Original Assignee
Nippon Telegraph and Telephone Corp
NTT Inc USA
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
Application filed by Nippon Telegraph and Telephone Corp, NTT Inc USA filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2002120892A priority Critical patent/JP3971642B2/en
Publication of JP2003316639A publication Critical patent/JP2003316639A/en
Application granted granted Critical
Publication of JP3971642B2 publication Critical patent/JP3971642B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、ネットワークからデジタルコンテンツをダウンロードする方法と装置に関する。
【0002】
【従来の技術】
コンテンツのデジタル化、ネットワークのブロードバンド化にともない、様々なコンテンツが、コンテンツ自身の配信、コンテンツによる作業支援、電子通商などのアプリケーションにおける操作性の向上などのために、ネットワークを介してやりとりされるようになってきている。また、コンテンツ自身も、カラー化、高精細化、マルチメディア化が進み、コンテンツの情報量はますます増大を続けている。さらに、コンテンツの各要素は、様々な周囲状況の変化を反映するため、随時更新が行われる。このため、最新のコンテンツを効率的にダウンロードすることが可能な方法が極めて重要になってきている。
【0003】
デジタルコンテンツは、通常、複数のファイルから構成される。複数のファイルからなるコンテンツをダウンロードする従来の方法は、ダウンロードすべきコンテンツのメタ情報を取得し、これを用いてネットワークから該当するファイルをダウンロードする。その際、そのコンテンツ(全く同一のものか、古いバージョンのもの)がすでに端末側に存在しているか否かにかかわらず、これからダウンロードしようとしているコンテンツに含まれるファイルをすべて、ばらばらにダウンロードして保存する。
【0004】
【発明が解決しようとする課題】
しかしながら、この方法では、端末側にすでに存在する同一名のファイルは、たとえ情報が全く更新されていなくても、ダウンロードされて上書きされることになる。したがって、とりわけコンテンツ内の一部のファイルにしか更新が無いような場合においては、処理に無駄が多く、ひいては、ネットワークの負担が重くなったり、ダウンロードの処理時間が長くなったりするなどの問題があった。
【0005】
本発明の目的は、ネットワークの負担を軽減し、ダウンロードの処理時間を短縮する、デジタルコンテンツの効率的なダウンロード方法と装置を提供することにある。
【0006】
【課題を解決するための手段】
上記目的を達成するために、本発明は、コンテンツの管理のため、複数のファイルをまとめたものをアイテムと定義し、各アイテムには、固有の識別子であるアイテム識別子と、アイテムの更新状況を示すアイテムバージョンの属性を与える。さらに、アイテムを構成する各ファイルには、ファイルごとの更新状況を示す最終更新時刻の属性をもたせる。その上で、コンテンツをダウンロードする前に、対象となるアイテム、および/または、そのアイテムを構成するファイルに関連する各属性を評価することによって、最適な処理を選択する。
【0007】
まず最初に、ダウンロードしたいコンテンツのアイテムに関するメタ情報を取得し、取得したメタ情報の中にあるアイテム識別子が、装置内に保存されているアイテムのアイテム識別子のいずれかに一致するかどうかを調べる。一致するものがなければ、そのアイテムに含まれる全てのファイルをダウンロードする。一致するものがあれば、次にアイテムバージョンの比較をする。取得したメタ情報内のアイテムバージョンが新しくなければ、コンテンツをダウンロードしない。取得したメタ情報内のアイテムバージョンが新しければ、次に、アイテムを構成するファイルの最終更新時刻の比較を個々に行う。メタ情報内の最終更新時刻の方が新しいファイルのみをダウンロードして、装置内に保存する。このように、装置内にすでに保存されているコンテンツのバージョンアップの際には、必要最小限のファイルのダウンロードのみを行う。
【0008】
【発明の実施の形態】
次に、本発明の実施の形態について図面を参照して説明する。
【0009】
図1を参照すると、本発明の一実施形態のコンテンツダウンロード装置10は、メタ情報取得部11と、メタ情報解析部12と、メタ情報保存部13と、ファイル取得部14と、ファイル保存部15で構成される。
【0010】
メタ情報取得部11は、何らかの方法(自分自身で作成、あるいは他から取得した方法)でネットワークからメタ情報を取得し、それをメタ情報解析部12に送る。取得されるメタ情報は、例えば表1のような形式のものであり、各アイテムに対して、アイテム識別子と、アイテムバージョンと、各ファイルの最終更新時刻と、各ファイルのパス情報を含む。
【0011】
【表1】

Figure 0003971642
【0012】
メタ情報解析部12は、メタ情報取得部11から送られてきたメタ情報とメタ情報保存部13に保存されている、すでにダウンロード済みのアイテムのメタ情報を照合する。ダウンロードが必要と判断した場合、ダウンロード命令をファイル取得部14に送る。また、新たにダウンロードを行った場合、メタ情報保存部13のメタ情報を更新する。メタ情報保存部13は、例えば表2のような形式で、アイテム関連属性情報とファイル保存部15に保存されているファイルを結び付ける。
【0013】
【表2】
Figure 0003971642
【0014】
ファイル取得部14は、メタ情報解析部12の命令に基づき、何らかの方法でファイルをネットワークダウンロードし、ダウンロードしたファイルをファイル保存部15へ送る。ファイル保存部15は、ファイル取得部14からのファイルを受け取り、保存する。
【0015】
次に、コンテンツダウンロード装置10の動作を図2により説明する。
【0016】
ステップ101で、利用者の要望に応じて、あるコンテンツをアイテムとしてダウンロードする必要が生じると、メタ情報取得部11は、対応するメタ情報をネットワークから取得する。
【0017】
ステップ102で、メタ情報解析部13は、取得したメタ情報内のアイテム識別子を調べ、メタ情報保存部13に保存されているアイテム識別子のいずれか1つと一致するかどうかを判定する。
【0018】
ステップ102で一致するアイテム識別子が発見された場合、次いでステップ103で、どちらのアイテムバージョンが新しいかを調べる。取得したメタ情報内のアイテムバージョンが新しくなければ、更新は不要のため、処理を終了する。取得したメタ情報内のアイテムバージョンが新しい場合、ステップ104で、当該アイテムのアイテムバージョンを更新してメタ情報保存部13に保存する。
【0019】
次に、このアイテムに含まれる個々のファイルごとに更新の要否を判定する。ステップ105で、取得したメタ情報内のファイル名と同一名のファイルが、ファイル保存部15に保存されていない場合、ステップ107にとび、メタ情報内のパス情報から当該ファイルを新規にダウンロードして、最終更新時刻とともに保存する。ステップ108で、当該ファイルを処理済とする。一方、ステップ105で同一名のファイルがすでに存在している場合、ステップ106でファイルの最終更新時刻から更新が必要か否かを判断する。取得したメタ情報内のファイルの最終更新時刻が、メタ情報保存部13に保存されている同一名のファイルの最終更新時刻よりも新しい場合、ステップ107で、取得したメタ情報内のパス情報から当該ファイルをダウンロードしてこれをファイル保存部15に保存し、当該ファイルに対する最終更新時刻も更新してメタ情報保存部13に保存する。ステップ108で、当該ファイルを処理済とする。ステップ106で、取得したメタ情報内の最終更新時刻がメタ情報保存部13に保存されている同一名のファイルの最終更新時刻よりも新しくない場合、ステップ108にとび、ダウンロードを行わず、当該ファイルを処理済とする。ステップ109で、まだ処理すべきファイルが残っていれば、ステップ105に戻り、アイテムに含まれるすべてのファイルの処理が終われば、アイテムが更新されたので、処理を終了する。
【0020】
ステップ102で一致するアイテム識別子が存在しない場合、そのアイテムを新規にダウンロードする必要がある。ステップ110で、そのアイテムのアイテム識別子とアイテムバージョンをメタ情報保存部13に保存する。続いて、ステップ111で、当該アイテムに含まれる個々のファイルをダウンロードして、最終更新時刻とともに保存し、ステップ112で当該ファイルを処理済とする。ステップ113で、未処理のファイルが残っていれば、ステップ111に戻り、未処理のファイルが無くなれば、アイテムが更新されたので、処理を終了する。
【0021】
【発明の効果】
以上説明したように、本発明によれば、端末装置に保存されているコンテンツのバージョンアップに際しては、コンテンツを構成するファイルのうち、更新されているファイルのみを選択してダウンロードすることにより、ネットワークの負担を軽減でき、ダウンロードの処理時間を短縮できる。
【図面の簡単な説明】
【図1】 本発明の一実施形態のコンテンツダウンロード装置10のブロック図である。
【図2】 コンテンツダウンロード装置10の動作を示すフローチャートである。
【符号の説明】
10 コンテンツダウンロード装置
11 メタ情報取得部
12 メタ情報解析部
13 メタ情報保存部
14 ファイル取得部
15 ファイル保存部
101〜113 ステップ[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a method and apparatus for downloading digital content from a network.
[0002]
[Prior art]
Along with digitalization of content and broadband networking, various types of content will be exchanged over the network for the purpose of distributing the content itself, supporting work by content, and improving operability in applications such as electronic commerce. It is becoming. In addition, the content itself has been increasing in color, high definition, and multimedia, and the amount of content information continues to increase. Further, each element of the content is updated as needed to reflect various changes in the surrounding situation. For this reason, a method capable of efficiently downloading the latest content has become extremely important.
[0003]
Digital content is usually composed of a plurality of files. The conventional method of downloading content composed of a plurality of files acquires meta information of the content to be downloaded, and uses this to download the corresponding file from the network. At that time, regardless of whether the content (exactly the same or old version) already exists on the terminal side, all the files included in the content to be downloaded are downloaded separately. save.
[0004]
[Problems to be solved by the invention]
However, in this method, a file with the same name already existing on the terminal side is downloaded and overwritten even if the information is not updated at all. Therefore, especially when only a part of the files in the content is updated, there is a problem that the processing is wasteful, resulting in a heavy network load and a long download processing time. there were.
[0005]
An object of the present invention is to provide an efficient digital content download method and apparatus that reduce the burden on the network and shorten the download processing time.
[0006]
[Means for Solving the Problems]
In order to achieve the above object, the present invention defines a group of a plurality of files as an item for content management, and each item includes an item identifier that is a unique identifier, and an item update status. Gives the attribute of the indicated item version. Further, each file constituting the item has an attribute of last update time indicating an update status for each file. Then, before downloading the content, the optimum process is selected by evaluating each attribute associated with the item in question and / or the files that make up the item.
[0007]
First, meta information related to an item of content to be downloaded is acquired, and it is checked whether or not the item identifier in the acquired meta information matches any of the item identifiers of items stored in the apparatus. If there is no match, download all files contained in the item. If there is a match, the item version is compared next. If the item version in the acquired meta information is not new, the content is not downloaded. If the item version in the acquired meta information is new, then the last update times of the files constituting the item are individually compared. Only files with the latest update time in the meta information are downloaded and stored in the apparatus. In this way, when upgrading the content already stored in the apparatus, only the minimum necessary file download is performed.
[0008]
DETAILED DESCRIPTION OF THE INVENTION
Next, embodiments of the present invention will be described with reference to the drawings.
[0009]
Referring to FIG. 1, a content download device 10 according to an embodiment of the present invention includes a meta information acquisition unit 11, a meta information analysis unit 12, a meta information storage unit 13, a file acquisition unit 14, and a file storage unit 15. Consists of.
[0010]
The meta information acquisition unit 11 acquires meta information from the network by some method (a method created by itself or acquired from others) and sends it to the meta information analysis unit 12. The acquired meta information has, for example, a format as shown in Table 1, and includes, for each item, an item identifier, an item version, the last update time of each file, and path information of each file.
[0011]
[Table 1]
Figure 0003971642
[0012]
The meta information analysis unit 12 collates the meta information sent from the meta information acquisition unit 11 with the meta information of the already downloaded item stored in the meta information storage unit 13. If it is determined that the download is necessary, a download command is sent to the file acquisition unit 14. Further, when a new download is performed, the meta information in the meta information storage unit 13 is updated. The meta information storage unit 13 associates the item-related attribute information with the file stored in the file storage unit 15 in the format shown in Table 2, for example.
[0013]
[Table 2]
Figure 0003971642
[0014]
The file acquisition unit 14 network downloads the file by some method based on the instruction of the meta information analysis unit 12, and sends the downloaded file to the file storage unit 15. The file storage unit 15 receives and stores the file from the file acquisition unit 14.
[0015]
Next, the operation of the content download apparatus 10 will be described with reference to FIG.
[0016]
In step 101, when it becomes necessary to download a certain content as an item in response to a user's request, the meta information acquisition unit 11 acquires corresponding meta information from the network.
[0017]
In step 102, the meta information analysis unit 13 examines the item identifier in the acquired meta information and determines whether it matches any one of the item identifiers stored in the meta information storage unit 13.
[0018]
If a matching item identifier is found in step 102, then in step 103 it is checked which item version is newer. If the item version in the acquired meta information is not new, the update is unnecessary and the process is terminated. If the item version in the acquired meta information is new, the item version of the item is updated and stored in the meta information storage unit 13 in step 104.
[0019]
Next, the necessity of update is determined for each individual file included in the item. If a file having the same name as the file name in the acquired meta information is not stored in the file storage unit 15 in step 105, the process skips to step 107 and newly downloads the file from the path information in the meta information. Save with the last update time. In step 108, the file is processed. On the other hand, if a file with the same name already exists in step 105, it is determined in step 106 whether or not an update is necessary from the last update time of the file. If the last update time of the file in the acquired meta information is newer than the last update time of the file with the same name stored in the meta information storage unit 13, in step 107, the path information in the acquired meta information The file is downloaded and stored in the file storage unit 15, and the last update time for the file is updated and stored in the meta information storage unit 13. In step 108, the file is processed. If the last update time in the acquired meta information is not newer than the last update time of the file having the same name stored in the meta information storage unit 13 in step 106, the process skips to step 108 and the file is not downloaded. Is processed. In step 109, if there are still files to be processed, the process returns to step 105. If processing of all the files included in the item is completed, the item is updated, and the process is terminated.
[0020]
If there is no matching item identifier in step 102, the item needs to be downloaded anew. In step 110, the item identifier and item version of the item are stored in the meta information storage unit 13. Subsequently, in step 111, individual files included in the item are downloaded and stored together with the last update time. In step 112, the file is processed. If an unprocessed file remains in step 113, the process returns to step 111. If there is no unprocessed file, the item has been updated, and the process ends.
[0021]
【The invention's effect】
As described above, according to the present invention, when the content stored in the terminal device is upgraded, only the updated file is selected and downloaded from among the files constituting the content. The download processing time can be shortened.
[Brief description of the drawings]
FIG. 1 is a block diagram of a content download apparatus 10 according to an embodiment of the present invention.
FIG. 2 is a flowchart showing an operation of the content download apparatus 10;
[Explanation of symbols]
10 content download device 11 meta information acquisition unit 12 meta information analysis unit 13 meta information storage unit 14 file acquisition unit 15 file storage units 101 to 113

Claims (2)

デジタルコンテンツを構成する複数のファイルをアイテムとしてまとめ、アイテムの固有の識別子であるアイテム識別子と、アイテムの更新状況を示すアイテムバージョンと、アイテムを構成する各ファイルの更新状況を示す最終更新時刻を含むメタ情報を利用して、アイテム中の更新されているファイルのみをダウンロードすることにより、端末内のデジタルコンテンツをバージョンアップするコンテンツダウンロード方法であって、
ダウンロードしたいアイテムのメタ情報をネットワークから取得する第1のステップと、
該メタ情報内のアイテム識別子が、すでに保存されているアイテムのアイテム識別子のいずれか1つと一致するかどうかを判定する第2のステップと、
前記第2のステップで一致するアイテム識別子が発見された場合、前記メタ情報内のアイテムバージョンと、発見されたアイテム識別子に対応するアイテムのアイテムバージョンのどちらが新しいかを判定する第3のステップと、
前記第3のステップで前記メタ情報内のアイテムバージョンの方が新しくない場合は、ダウンロードは行わずに処理を終了し、前記メタ情報内のアイテムバージョンの方が新しい場合は、保存されているアイテムバージョンを前記メタ情報内のアイテムバージョンに更新し、前記メタ情報内に含まれるファイル名を有するファイルのうち、まだ保存されていないファイルについては、前記メタ情報内のパス情報から該ファイルをダウンロードして保存し、前記メタ情報内に含まれるファイル名を有するファイルのうち、すでに保存されているファイルについては、前記メタ情報内の該ファイルの最終更新時刻と、すでに保存されている該ファイルの最終更新時刻のどちらが新しいかを判定して、前者が新しい場合のみ、前記メタ情報内のパス情報から該ファイルをダウンロードして保存し、最新更新時刻を更新する第4のステップと、
前記第2のステップで一致するアイテム識別子が発見されなかった場合、該アイテムを構成する全てのファイルをダウンロードして保存する第5のステップを有するコンテンツダウンロード方法。
Multiple files that make up digital content are grouped as items, including an item identifier that is a unique identifier of the item, an item version that shows the update status of the item, and a last update time that shows the update status of each file that makes up the item A content download method for upgrading digital content in a terminal by downloading only updated files in an item using meta information,
A first step of acquiring meta information of an item to be downloaded from the network;
A second step of determining whether an item identifier in the meta-information matches any one of the item identifiers of items already stored;
If a matching item identifier is found in the second step, a third step of determining which of the item version in the meta information and the item version of the item corresponding to the found item identifier is newer;
If the item version in the meta information is not newer in the third step, the process is terminated without downloading, and if the item version in the meta information is newer, the stored item is saved. The version is updated to the item version in the meta information, and among the files having file names included in the meta information, the files not yet saved are downloaded from the path information in the meta information. Of the files having file names included in the meta information, the files that have already been saved are the last update time of the file in the meta information and the last of the files that have already been saved. Determine which of the update times is new, and only if the former is new, the path in the meta information A fourth step of download and save the file to update the latest update time from the broadcast,
A content download method comprising a fifth step of downloading and storing all files constituting the item when a matching item identifier is not found in the second step.
デジタルコンテンツを構成する複数のファイルをアイテムとしてまとめ、アイテムの固有の識別子であるアイテム識別子と、アイテムの更新状況を示すアイテムバージョンと、アイテムを構成する各ファイルの更新状況を示す最終更新時刻を含むメタ情報を利用して、アイテム中の更新されているファイルのみをダウンロードすることにより、端末内のデジタルコンテンツをバージョンアップするコンテンツダウンロード装置であって、
アイテムのメタ情報を保存するメタ情報保存手段と、
アイテムを構成するファイルを保存するファイル保存手段と、
ダウンロードしたいアイテムのメタ情報をネットワークから取得するメタ情報取得手段と、
取得したメタ情報内のアイテム識別子が、前記メタ情報保存手段に保存されているアイテム識別子のいずれか1つと一致するかどうかを判定し、一致するアイテム識別子が発見された場合、前記メタ情報内のアイテムバージョンと、発見されたアイテム識別子に対応するアイテムのアイテムバージョンのどちらが新しいかを判定し、前記メタ情報内のアイテムバージョンの方が新しくないと判定された場合は、ダウンロードは行わずに処理を終了し、前記メタ情報内のアイテムバージョンの方が新しいと判定された場合は、前記メタ情報保存手段に保存されているアイテムバージョンを前記メタ情報内のアイテムバージョンに更新し、前記メタ情報内に含まれるファイル名を有するファイルのうち、まだ前記ファイル保存手段に保存されていないファイルについては、前記メタ情報内のパス情報から該ファイルをダウンロードする命令を出し、前記メタ情報内に含まれるファイル名を有するファイルのうち、すでに前記ファイル保存手段に保存されているファイルについては、前記メタ情報内の該ファイルの最終更新時刻と、前記メタ情報保存手段に保存されている該ファイルの最終更新時刻のどちらが新しいかを判定して、前者が新しい場合のみ、前記メタ情報内のパス情報から該ファイルをダウンロードする命令を出して、最新更新時刻を更新し、一致するアイテム識別子が全く発見されなかった場合は、該アイテムを構成する全てのファイルをダウンロードする命令を出すメタ情報解析手段と、
該メタ情報解析手段の出したダウンロード命令を実行し、前記ファイル保存部にダウンロードしたファイルを保存するファイル取得手段を有するコンテンツダウンロード装置。
Multiple files that make up digital content are grouped as items, including an item identifier that is a unique identifier of the item, an item version that shows the update status of the item, and a last update time that shows the update status of each file that makes up the item A content download device that upgrades digital content in a terminal by downloading only updated files in an item using meta information,
Meta information storage means for storing the meta information of the item;
A file storage means for storing files constituting the item;
Meta information acquisition means for acquiring meta information of items to be downloaded from the network;
It is determined whether the item identifier in the acquired meta information matches any one of the item identifiers stored in the meta information storage means, and if a matching item identifier is found, It is determined whether the item version or the item version of the item corresponding to the found item identifier is newer. If it is determined that the item version in the meta information is not newer, the process is not performed and the process is not performed. When it is determined that the item version in the meta information is newer, the item version stored in the meta information storage unit is updated to the item version in the meta information, and the meta information is stored in the meta information. Of the files having the included file names, they are still stored in the file storage means. For a file having a file name included in the meta information, an instruction to download the file is issued from the path information in the meta information. Determining whether the last update time of the file in the meta information or the last update time of the file stored in the meta information storage means is newer, and only when the former is new, Meta information analysis that issues a command to download the file from the path information, updates the latest update time, and issues a command to download all the files that make up the item if no matching item identifier is found Means,
A content download apparatus comprising: a file acquisition unit that executes a download command issued by the meta information analysis unit and stores the downloaded file in the file storage unit.
JP2002120892A 2002-04-23 2002-04-23 Content download method and apparatus Expired - Lifetime JP3971642B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002120892A JP3971642B2 (en) 2002-04-23 2002-04-23 Content download method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002120892A JP3971642B2 (en) 2002-04-23 2002-04-23 Content download method and apparatus

Publications (2)

Publication Number Publication Date
JP2003316639A JP2003316639A (en) 2003-11-07
JP3971642B2 true JP3971642B2 (en) 2007-09-05

Family

ID=29536987

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002120892A Expired - Lifetime JP3971642B2 (en) 2002-04-23 2002-04-23 Content download method and apparatus

Country Status (1)

Country Link
JP (1) JP3971642B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101553834B1 (en) 2007-09-07 2015-10-01 삼성전자주식회사 Method and apparatus for processing multimedia contents and meta data

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006009663A1 (en) * 2004-06-22 2006-01-26 Digimarc Corporation Digital asset management, targeted searching and desktop searching using digital watermarks
US8953908B2 (en) 2004-06-22 2015-02-10 Digimarc Corporation Metadata management and generation using perceptual features
JP2006048529A (en) 2004-08-06 2006-02-16 Toshiba Corp Download method, download system, client device, and server device
JP5378119B2 (en) * 2009-09-01 2013-12-25 富士通エフ・アイ・ピー株式会社 Wrapping file update system and wrapping file update method
KR101156227B1 (en) * 2010-11-22 2012-06-18 주식회사 파수닷컴 File processing device for executing preprocessed file and recording medium for executing preprocessed file
US9479567B1 (en) * 2015-10-29 2016-10-25 Dropbox, Inc. Synchronization protocol for multi-premises hosting of digital content items

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101553834B1 (en) 2007-09-07 2015-10-01 삼성전자주식회사 Method and apparatus for processing multimedia contents and meta data

Also Published As

Publication number Publication date
JP2003316639A (en) 2003-11-07

Similar Documents

Publication Publication Date Title
US5752042A (en) Server computer for selecting program updates for a client computer based on results of recognizer program(s) furnished to the client computer
US6074434A (en) Selection of code updates, data updates or new data for client
US6098098A (en) System for managing the configuration of multiple computer devices
US6954754B2 (en) Apparatus and methods for managing caches on a mobile device
US7814474B2 (en) Updatable mobile handset based on Linux with compression and decompression techniques
KR100888355B1 (en) Method and device for providing downloaded objects to an application
US20050246702A1 (en) System and method for automatically updating versions of software programs in client computers
WO2002075525A1 (en) Software updating system, software updating method, and software updating program
CN106302753A (en) The method and system of client-side program incremental update
CN102567053A (en) Method and device for downgrading software version
CN1886976B (en) Method and apparatus for performing actions on a wireless device using action lists and versioning
JP3971642B2 (en) Content download method and apparatus
CN113315817A (en) Method for updating vehicle terminal interface based on cloud resource package
CN112256316B (en) Client application update method and client
CN106648691A (en) Multi-module software updating method and system
CN111475190A (en) Information updating method and device, electronic equipment and readable storage medium
CN106951284A (en) User interface upgrade method, device and the intelligent terminal applied based on Android system
CN112615747A (en) Method and device for automatically deploying and configuring network equipment
CN112363717B (en) Method and terminal for loading different functions in single software
KR20090115770A (en) Method for updating structured data continuously broadcasted to mobile terminals
CN107025122B (en) Light application access method and system
CN112328284A (en) Application program upgrading method, system, equipment and storage medium
JP2001273147A (en) Information distribution method, information distribution system, information distribution server, terminal device, and recording medium
CN112416386A (en) Method, device, system and medium for software upgrading
CN110069505B (en) Offline data processing method and offline data updating device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040308

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20040308

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20040308

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20050614

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20070530

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070608

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 3971642

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100615

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110615

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120615

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130615

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140615

Year of fee payment: 7

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

EXPY Cancellation because of completion of term