JP2004240638A - Transmission/reception system of data file - Google Patents

Transmission/reception system of data file Download PDF

Info

Publication number
JP2004240638A
JP2004240638A JP2003028219A JP2003028219A JP2004240638A JP 2004240638 A JP2004240638 A JP 2004240638A JP 2003028219 A JP2003028219 A JP 2003028219A JP 2003028219 A JP2003028219 A JP 2003028219A JP 2004240638 A JP2004240638 A JP 2004240638A
Authority
JP
Japan
Prior art keywords
server
data file
terminal
file
data
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.)
Pending
Application number
JP2003028219A
Other languages
Japanese (ja)
Inventor
Kenji Takazawa
健司 高沢
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.)
TOUKEI COMP CO Ltd
TOUKEI COMPUTER CO Ltd
Original Assignee
TOUKEI COMP CO Ltd
TOUKEI COMPUTER CO 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
Application filed by TOUKEI COMP CO Ltd, TOUKEI COMPUTER CO Ltd filed Critical TOUKEI COMP CO Ltd
Priority to JP2003028219A priority Critical patent/JP2004240638A/en
Publication of JP2004240638A publication Critical patent/JP2004240638A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To perform automatic compression/decompression when an operator transmits or receives a data file to or from a server on a browser without being conscious of it, to transmit and receive the data file between a PC terminal and the server in a short time and to reduce consumption quantity of a server disk and to suppress data tapping as a result. <P>SOLUTION: When a browser 10 selects, on a PC terminal 2, a data file 9 created with a word processor, spreadsheet software, etc., the transmission/reception system downloads a compression program from the server to the PC terminal. The selected data file 9 is automatically compressed and is transmitted to the server. The server stores/manages the data file 9 in a compressed form. When the PC terminal 2 receives the data file 9 from the server, a decompression program is downloaded from the server to the PC terminal 2, and the data file 9 is automatically decompressed, and then displayed or stored as a file. <P>COPYRIGHT: (C)2004,JPO&NCIPI

Description

【0001】
【発明の属する技術分野】
本発明は、PC端末で、ブラウザによりワープロ、表計算ソフト等で作成されたデータファイルをインターネット経由でサーバーに送信し、サーバーではこの送信されたデータファイルを保管・管理するデータファイルの送受信システムに関するものである。
【0002】
【従来の技術】
クライアントPC端末とインターネットを介してASP(アプリケーションソフトプロバイダー)側のサーバーとを接続し、クライアントPC端末側で、ブラウザによりワープロ、表計算ソフト等で作成されたデータファイルをASP側サーバーに送信して、管理・保管するサービスがある。
【0003】
これによれば、クライアントPC端末側では、種々のアプリケーションソフトを自分でインストールせずに、ASP(アプリケーションソフトプロバイダー)から提供を受け、また、作成したデータを自己が大容量のメモリを持たずともASP側のサーバーに保管・管理してもらうことができる。
【0004】
このようなシステムを初めとして、従来、インターネット及びイントラネットでデータの送受信を行う場合、通信回線を経由してデータを送受信する。
【0005】
しかし、通信容量、通信速度、データを保存するサーバーの保存容量には限度がある。ブロードバンド到来と言われる昨今だが、まだ現状のネットワーク、特にモバイルで数10MBに及ぶ大容量データファイルを電子メールで送受信したり、外部サーバーへデータを保存または取り込みを行うには時間がかかる。また、メールで送信するデータ量が多いと送受信に時間がかかり、通信費用も高くなる。
【0006】
ハードディスクやサーバーに大きなサイズのままデータを保存すると、容量を圧迫し、多くのデータを保存する事ができない。
【0007】
そこでデータを圧縮し、容量を小さくする方法がよく用いられる。データを圧縮するためには、圧縮ソフトを起動し、圧縮したいファイルを選び、LZHやZIPなどの形式で圧縮し、ファイルを保存する。
【0008】
そして圧縮したファイルをメールに添付して送信、あるいはデータ格納サーバー上へアップロードする。
【0009】
受取側は、メールに添付されている圧縮ファイルを受信、あるいはデータ格納サーバーから圧縮ファイルをダウンロードした後は、解凍ソフトを用いて圧縮ファイル解凍し、元のファイル形式に戻す。
【0010】
しかし、この方法ではデータを送る前に、圧縮・解凍プログラムを起動し、手動で圧縮作業を行わなければならない。また受け取り側も圧縮・解凍プログラムを起動し、手動で解凍作業を行わなければならないので、送信側、受信側共に手間と時間がかかる。
【0011】
ファイルの圧縮、解凍を行うためにはプログラムやファイルの属性についての知識が要求される。そのためパソコンの初心者にはファイルの圧縮、解凍は分かり辛いものとなっている。また、送信側、受信側共に圧縮・解凍プログラムを使用する端末にあらかじめインストールしておく必要がある。
【0012】
データを圧縮する際に、解凍プログラムを一緒に組み込み、自己解凍ファイルを作成する方法がある。これは圧縮した自己解凍ファイルをダブルクリックで起動するだけで自動的にファイルの解凍を行い、元のファイルを復元する方法である。この方法だと受取側に解凍プログラムがインストールされていなくてもファイルの解凍を行う事ができるのと、難しい作業が必要ないためパソコン初心者でもファイルの解凍を簡単に行う事ができる。
【0013】
しかし、圧縮ファイルを作成した送信側の端末環境と、受取側の端末環境が、OSの違いなど環境が大きく異なる場合には、自己解凍プログラムが動かない場合もあり、受取側の環境によっては送信された圧縮ファイルの解凍ができないこともある。
【0014】
また圧縮された自動解凍ファイルは、拡張子が「.exe」というプログラムファイル扱いになってしまうため、本来のファイルの属性が分からなくなってしまう。ウィルスの被害が多い昨今では、プログラムファイルを無用心に起動することは危険であるというのが一般的な認識であり、そのため誤って削除されてしまうなどのデメリットもある。
【0015】
従来のデータを自動的に圧縮する方法として、例として次のようなものがある。通信端末により、オリジナルデータのアップロードや共有データのダウンロードの要求がインターネットを介して行われ、サーバー装置により、オリジナルデータが共有データとして登録されるとともに、通信端末からダウンロードの要求があると、ダウンロードすべき共有データに対して圧縮が行われ、要求のあった通信端末へ送信されるようにしたものがある。(特許文献1参照。)
【0016】
【特許文献1】
特開平2002−318746号公報(電子キャビネットサービスシステム)
【0017】
この特許文献1は、図8のフローチャートで示すように、通信端末35はオリジナルデータをサーバー装置37にアップロードし、オリジナルデータが共有データとしてサーバー装置37に登録される。別の通信端末36がこのオリジナルデータのダウンロード要求をサーバーに対して行なうと、ダウンロードすべき共有データに対し、自己解凍形式による圧縮が自動で行われ、要求のあった通信端末36へ送信される。
【0018】
【発明が解決しようとする課題】
しかしこの方法では、自動圧縮はサーバーに保存されている共有データのダウンロード請求をした時だけであり、オリジナルデータをサーバーへアップロードする時は自動圧縮は行なわれない。
【0019】
またサーバーに保存される共有データは圧縮されていないものであり、サーバーの容量軽減の効果は無い。あくまでもダウンロード時のデータ受信の負荷軽減しかその効果は認められない。
【0020】
また、データの圧縮処理はサーバー側で行うため、通信端末からの共有データのダウンロードの要求が集中すると、サーバーへの負荷が高くなりシステムが正常に動かなくなる恐れも予測される。
【0021】
本発明の目的は前記従来例の不都合を解消し、操作者が意識することなくブラウザ上でデータファイルをサーバーに送信または受信する際に自動圧縮・解凍でき、短時間でPC端末・サーバー間でデータファイルの送受信を行うことができ、その結果としてサーバーディスクの消費量削減やデータ盗聴を抑制できるデータファイルの送受信システムを提供することにある。
【0022】
【課題を解決するための手段】
本発明は前記目的を達成するため、第1に、PC端末で、ブラウザによりワープロ、表計算ソフト等で作成されたデータファイルをインターネット経由でサーバーに送信し、サーバーではこの送信されたデータファイルを保管・管理するデータファイルの送受信システムにおいて、PC端末側で、ブラウザによりワープロ、表計算ソフト等で作成されたデータファイルを選択すると、圧縮プログラムをサーバーよりPC端末にダウンロードさせて、前記選択したデータファイルに自動的に圧縮をかけて前記サーバーに送信し、サーバーでは圧縮形式で当該データファイルを保管・管理し、PC端末がサーバーから当該データファイルを受信する際は、解凍プログラムをサーバーよりPC端末にダウンロードさせて、自動解凍をかけて表示またはファイル保存すること、第2に、データファイルを電子メールに添付して他へ送信する場合には、サーバーでの圧縮データファイルの格納場所をリンクした電子メールを送信し、このデータファイルを受手側PC端末で選択すると、解凍プログラムをサーバーより当該受手側PC端末にダウンロードさせて、自動解凍をかけること、第3に、サーバー側にデータファイルを保管するフォルダ(場所)は共用フォルダと利用者のPC端末ローカルディスクと同じイメージの利用者専用のマイフォルダを用意することを要旨とするものである。
【0023】
請求項1記載の本発明によれば、クライアントPC端末側で自動的にデータファイルを圧縮するシステム自動処理を行いインターネット経由でデータ格納サーバーへアップロードするブラウザの一連の処理が自動的に行なわれるため、操作者はネットワークやファイルの知識に詳しくなくとも、ファイルの圧縮を意識することなく行なう事ができる上に、ファイルの圧縮の作業を行わずに済む分作業時間の短縮になる。同様に、操作者はネットワークやファイルの知識に詳しくなくとも、ファイルの解凍を意識することなく行なう事ができる上に、ファイルの解凍の作業を行わずに済む分作業時間の短縮になる。またダウンロードあるいは受信したファイルは、自動的に解凍されるため、すぐにファイルを開く事ができる。
【0024】
また、データのアップロード時の容量を小さくして通信時間の短縮を図る事ができる上に、データ格納サーバーには圧縮したデータが格納されるためサーバーの容量の削減にもなる。
【0025】
請求項2記載の本発明によれば、前記作用に加えて、データファイルを電子メールに添付して他へ送信する場合に、添付ファイルを直接メールに付けるのではなく、メールに圧縮ファイルの格納場所をリンクしてダウンロードするため、メール本体の容量は小さくなり、通信時間の短縮を図る事ができる。
【0026】
請求項3記載の本発明によれば、マイフォルダをサーバーに作ることにより、自分のPC端末ローカルディスクの空き容量が無くともサーバーのマイフォルダにデータを保存することができる。そのフォルダの使い勝手は自分のPCローカルディスクにあるマイフォルダと同じインターフェースであるため、ローカルディスクと同じ感覚で使う事が出来る。またデータはアップロード時に自動的に圧縮されるため、多くのデータファイルを格納する事ができる。
【0027】
【発明の実施の形態】
以下、図面について本発明の実施形態を詳細に説明する。図1は本発明のデータファイルの送受信システムの1実施形態を示す概略説明図、図2は同上全体説明図で、図中2はクライアント会社24側のPC端末、23はASP(アプリケーションソフトプロバイダー)としてのデータセンターで、この中には、プログラムサーバー3やデータ格納サーバー4が置かれ、インターネット1経由で送受信が行われる。図中6はPC端末2からデータセンター23に送信するアップロード回線、7はデータセンター23からPC端末2へ送信するダウンロード回線である。
【0028】
通常のインターネットで周知なようにASP(アプリケーションソフトプロバイダー)はプロバイダーとして、クライアントに対してHTMLなどの情報を提供することを目的とするWWWサーバー30、第三者からの不正侵入をできる限り遮断するために、外部ネットワークと内部ネットワークの中間に設置される門番としての役割を有するF/W(ファイアウォールサーバー)34、ルーター32、クライアントからの要求にもとづいて電子メールを送信し、届いた電子メールを保管してクライアントからの照会があったときに引き渡すという、一般の手紙で考えるならば郵便局に相当する働きをするサーバーであるメールサーバー31、集線装置であるハブ33を有する。
【0029】
一方、クライアント会社24では、F/W34、ルーター32があり、図示の例ではPC端末2がラン(LAN)で複数接続されている。
【0030】
なお、PC端末2は、クライアント会社24にある場合の他に、顧客先25、自宅26、宿泊先27、移動中28等の場合もあり、いずれの場合でも、インターネット1に接続できる環境にあるならばデータファイル9をデータセンター23との間で送受信を行なう事ができる。
【0031】
また、ASP(アプリケーションソフトプロバイダー)はプログラムサーバー3により、クライアント会社24側のPC端末2にワープロ、表計算ソフト、その他の等でアプリケーションソフトを提供し、PC端末2のブラウザ画面にこのアプリケーションソフトを表示して、これらのアプリケーションソフトを自己のディスクにインストールすることなく、利用できるようにし、また、PC端末2側で、このようにブラウザによりワープロ、表計算ソフト等で作成されたデータファイルをASP側のデータ格納サーバー4に送信して、管理・保管するサービスを提供する。
【0032】
本発明は、図1に示すように、PC端末2で、ブラウザ10によりワープロ、表計算ソフト等で作成されたデータファイル9を選択すると、圧縮プログラム41をプログラムサーバー3からPC端末2にダウンロードさせて、前記選択したデータファイル9に自動的に圧縮をかけてデータ格納サーバー4に送信し、このデータ格納サーバー4では圧縮形式で当該データファイル9を保管・管理する。
【0033】
また、PC端末2がデータ格納サーバー4から当該データファイル9を受信する際は、その前後で、解凍プログラム42をプログラムサーバー3からPC端末2にダウンロードさせて、自動解凍をかけて表示またはファイル保存する。その内容を更に詳細に説明する。
【0034】
まず、図3はドキュメントファイルの「自動圧縮」の機能概要を示すもので、下記の手順による。
1.利用者(クライアント会社24)は自分が所持しているPC端末2にてワープロ、表計算ソフト等でデータを作成する。
2.PC端末2でブラウザ10を起動し、データファイル(ドキュメント)<登録画面>画面11を開く。
3.参照ボタン12をクリックし、保存するデータファイル9を選択する。
4.登録するボタン13をクリックすると、システム自動処理14が起動する。
5.システムが自動的に(JAVA(登録商標)アプレット使用)圧縮プログラム41をプログラムサーバー3よりダウンロードする。
6.システムが自動的に選択されたデータファイル9を自動圧縮し、圧縮されたデータファイル9を作る。
7.システムが自動的に圧縮されたデータファイル9をデータ格納サーバー4へアップロード回線6で送信する。
8.データ格納サーバー4は送信されたデータファイル9をマイフォルダ5に保存する。
【0035】
このマイフォルダ5は、データ格納サーバー4内に、ログインした利用者専用のファイル保管場所としてマイフォルダ5を作成するもので、共用フォルダやクライアントPCローカルディスク29にあるフォルダと同じイメージであるので、フォルダの使い勝手は同じである。利用者はマイフォルダ5の中では自由にフォルダ構成を作り、ファイルを保存管理することができる。ログインユーザー毎にセキュリティーがかけられ、マイフォルダ5を参照するにはシステムログイン画面38から利用者ID39とパスワード40の入力を求められるので、利用者以外は参照できない。
【0036】
次に、データ格納サーバー4に保存されたデータファイル9を取り出す手順を図4について説明する。
【0037】
1.PC端末2ではブラウザ10を起動し、データファイル(ドキュメント)一覧画面20を開く。
2.データファイル9を選択し、ファイル名をクリックする。
3.システム自動処理14が起動し、選択した圧縮されたデータファイル9をダウンロード回線7にてPC端末2へ自動的に送信する。
4.システムが自動的に(JAVA(登録商標)アプレット使用)プログラムサーバー3から解凍プログラム42をプログラムサーバー3よりPC端末2にダウンロードする。
5.PC端末2ではシステムが圧縮されたデータファイル9を自動解凍する。
6.PC端末2では解凍されたデータファイル9を表示または保存する。
【0038】
次に、電子メール添付ファイルとしてのデータファイル9を扱う場合を図5、図6について説明する。なお、この場合は、図1や図2におけるPC端末2は送手側と受手側に分かれるものである。図5は「自動圧縮」の機能概要を、図6は「自動解凍」の機能概要を示すもので、下記の手順による。
送手側PC端末2の自動圧縮の場合
1.利用者は自分が所持しているPC端末2にてワープロ、表計算ソフト等でデータを作成し、PC端末2のローカルディスクに保存する。
2.PC端末2のブラウザ10を起動し、電子メール<新規メール>画面15を開き、ファイルを添付するボタン16をクリックして添付するデータファイル群をファイル指定画面17へ遷移する。
3.参照ボタン18をクリックし、添付する添付するデータファイル9を選択する。添付ボタン19をクリックすると、システム自動処理14が起動する。
4.システムが自動的に(JAVA(登録商標)アプレット使用)圧縮プログラム41をプログラムサーバー3よりダウンロードする。
5.システムが自動的に選択されたファイルをデータファイル9を自動圧縮して圧縮ファイルを作り、圧縮したデータファイル9を自動的にデータ格納サーバー4へ送信する。
6.データ格納サーバー4は送信された圧縮したデータファイル9をマイフォルダ5に保存する。
7.そしてPC端末2が他へ電子メールを送信する場合、システムがデータ格納サーバー4へ保存したデータファイル9を保存したマイフォルダ5に保存したデータファイル9をリンクした電子メールを送信する。
【0039】
なお、添付するファイルが既にデータ格納サーバーに保存されている場合は、5〜9の手順は省略され、システムが自動的にマイフォルダ5に保存したデータファイル9をリンクした電子メールを送信する。
【0040】
受手側PC端末2の電子メール添付ファイル自動解凍の場合
1.PC端末2のブラウザ10を起動し、電子メール<内容表示>画面21を開く。
2.メールにリンクされた添付ファイル(データファイル9)を選択する。
3.添付ファイルをクリックするとシステム自動処理14が起動する。
4.システムが自動的に(JAVA(登録商標)アプレット使用)選択された添付ファイル(データファイル9)をデータ格納サーバー4内にあるマイフォルダ5より、引き出し、当該受手側PC端末2へ送信するとともに。解凍プログラム42をプログラムサーバー3より当該受手側PC端末2へダウンロードする。
5.システムが自動的に選択された添付ファイル(データファイル9)を自動解凍する。
6.自動的に解凍したデータファイル9を受手側PC端末2に表示保存する。
【0041】
【発明の効果】
以上述べたように本発明のデータファイルの送受信システムは、操作者が意識することなくブラウザ上でデータファイルをサーバーに送信または受信する際に自動圧縮・解凍でき、短時間でPC端末・サーバー間でデータファイルの送受信を行うことができ、その結果としてサーバーディスクの消費量削減やデータ盗聴を抑制できるものである。
【0042】
ファイルのアップロード、またはダウンロード時に、自動的にウィルスチェックを行なう機能を付すこともできる。
【図面の簡単な説明】
【図1】本発明のデータファイルの送受信システムの1実施形態を示す概略説明図である。
【図2】本発明のデータファイルの送受信システムの1実施形態を示す全体説明図である。
【図3】本発明のデータファイルの送受信システムの1実施形態を示すドキュメントファイル「自動圧縮」の機能概要の説明図である。
【図4】本発明のデータファイルの送受信システムの1実施形態を示すドキュメントファイル「自動解凍」の機能概要の説明図である。
【図5】本発明のデータファイルの送受信システムの他の実施形態を示す電子メール添付ファイル「自動圧縮」の機能概要の説明図である。
【図6】本発明のデータファイルの送受信システムの他の実施形態を電子メール添付ファイル「自動解凍」の機能概要の説明図である。
【図7】本発明のデータファイルの送受信システムのマイフォルダの機能概要の機能概要の説明図である。
【図8】従来例を示すフローチャートである。
【符号の説明】
1…インターネット 2…PC端末
3…プログラムサーバー 4…データ格納サーバー
5…マイフォルダ 6…アップロード回線
7…ダウンロード回線
9…データファイル 10…ブラウザ
11…ドキュメント<登録画面>画面 12…参照ボタン
13…登録するボタン 14…システム自動処理
15…電子メール<新規メール>画面 16…ファイルを添付するボタン
17…添付ファイル指定画面 18…参照ボタン
19…添付ボタン
20…データファイル(ドキュメント)一覧画面
21…電子メール<内容表示>画面 22…マイフォルダ画面
23…データセンター 24…クライアント会社
25…顧客先 26…自宅
27…宿泊先 28…移動中
29…クライアントPCローカルディスク
30…WWWサーバー 31…メールサーバー
32…ルーター 33…ハブ
34…F/W
35、36…通信端末
37…サーバー装置
38…システムログイン画面 39…利用者ID
40…パスワード 41…圧縮プログラム
42…解凍プログラム
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a data file transmission / reception system in which a PC terminal transmits a data file created by a word processor, spreadsheet software, or the like to a server via the Internet using a browser, and the server stores and manages the transmitted data file. Things.
[0002]
[Prior art]
The client PC terminal is connected to an ASP (application software provider) server via the Internet, and the client PC terminal transmits a data file created by a word processor, spreadsheet software, or the like to the ASP server using a browser. , Management and storage services.
[0003]
According to this, the client PC terminal does not need to install various application software by itself, but is provided by an ASP (application software provider). It can be stored and managed by the ASP server.
[0004]
Conventionally, when data is transmitted and received over the Internet and an intranet, including such a system, data is transmitted and received via a communication line.
[0005]
However, there is a limit to the communication capacity, the communication speed, and the storage capacity of the server for storing data. Although it is said that broadband has arrived, it takes time to send and receive large-volume data files of several tens of MB by e-mail and save or import data to an external server using the current network, especially mobile. In addition, if the amount of data transmitted by e-mail is large, it takes time to transmit and receive data, and communication costs increase.
[0006]
Storing data in a large size on a hard disk or server puts pressure on the capacity and cannot store much data.
[0007]
Therefore, a method of compressing data to reduce the capacity is often used. To compress the data, start the compression software, select a file to be compressed, compress the data in a format such as LZH or ZIP, and save the file.
[0008]
Then, the compressed file is attached to an e-mail and transmitted, or uploaded to a data storage server.
[0009]
After receiving the compressed file attached to the mail or downloading the compressed file from the data storage server, the receiving side decompresses the compressed file using decompression software and returns to the original file format.
[0010]
However, in this method, it is necessary to start a compression / decompression program and perform compression manually before sending data. Also, the receiving side must start the compression / decompression program and perform the decompression work manually, so that both the transmitting side and the receiving side take time and effort.
[0011]
In order to compress and decompress files, knowledge of program and file attributes is required. For this reason, file compression and decompression are difficult for beginners to use. In addition, it is necessary that both the transmitting side and the receiving side be installed in advance in a terminal that uses a compression / decompression program.
[0012]
When compressing data, there is a method to create a self-extracting file by incorporating a decompression program together. This is a method of automatically decompressing a self-extracting file by double-clicking on the file and restoring the original file. With this method, the file can be decompressed even if the decompression program is not installed on the receiving side, and since no difficult work is required, even a novice PC can easily decompress the file.
[0013]
However, if the terminal environment of the sender that created the compressed file and the terminal environment of the receiver differ greatly from each other due to differences in OS, etc., the self-extracting program may not run. You may not be able to decompress the compressed file.
[0014]
In addition, the compressed automatic decompression file is treated as a program file having an extension of “.exe”, so that the attribute of the original file cannot be understood. It is generally recognized that it is dangerous to start a program file carelessly in recent years when viruses are frequent, so there are disadvantages such as accidental deletion.
[0015]
As a conventional method for automatically compressing data, there is the following method, for example. A request for uploading the original data or a download of the shared data is made by the communication terminal via the Internet, and the original data is registered as the shared data by the server device. There is a type in which the shared data to be compressed is compressed and transmitted to the communication terminal that has made the request. (See Patent Document 1)
[0016]
[Patent Document 1]
JP-A-2002-318746 (electronic cabinet service system)
[0017]
In this Patent Document 1, as shown in the flowchart of FIG. 8, the communication terminal 35 uploads the original data to the server device 37, and the original data is registered in the server device 37 as shared data. When another communication terminal 36 makes a request for downloading the original data to the server, the shared data to be downloaded is automatically compressed in a self-decompressing format and transmitted to the communication terminal 36 that made the request. .
[0018]
[Problems to be solved by the invention]
However, in this method, automatic compression is performed only when a request is made to download shared data stored in the server, and automatic compression is not performed when original data is uploaded to the server.
[0019]
Further, the shared data stored in the server is not compressed, and there is no effect of reducing the capacity of the server. The effect is recognized only to reduce the load of data reception at the time of downloading.
[0020]
In addition, since the data compression processing is performed on the server side, if requests for downloading shared data from communication terminals are concentrated, the load on the server may increase, and the system may not operate properly.
[0021]
An object of the present invention is to solve the above-mentioned disadvantages of the prior art, and to automatically compress and decompress a data file on a browser when transmitting or receiving it to a server without being conscious of an operator. An object of the present invention is to provide a data file transmission / reception system that can transmit and receive data files, and consequently reduce server disk consumption and suppress data eavesdropping.
[0022]
[Means for Solving the Problems]
In order to achieve the above object, according to the present invention, first, a PC terminal transmits a data file created by a word processor, spreadsheet software, or the like to a server via a browser by a browser, and the server transmits the transmitted data file to the server. In the data file transmission / reception system to be stored and managed, when a data file created by a word processor, spreadsheet software, or the like is selected by a browser on the PC terminal side, a compression program is downloaded from the server to the PC terminal, and the selected data is downloaded. The file is automatically compressed and sent to the server. The server stores and manages the data file in a compressed format. When the PC terminal receives the data file from the server, the decompression program is sent from the server to the PC terminal. To automatically download and display Second, if the data file is to be attached to an e-mail and sent to another, an e-mail linking the storage location of the compressed data file on the server is sent, and the data file is received by the recipient. When selected on the side PC terminal, the decompression program is downloaded from the server to the receiving side PC terminal and automatically decompressed. Third, the folder (location) for storing data files on the server side is used as a shared folder The purpose is to prepare a user-specific My Folder having the same image as the local disk of the user's PC terminal.
[0023]
According to the first aspect of the present invention, a series of browser processes for automatically compressing a data file on the client PC terminal side and uploading the data file to the data storage server via the Internet are automatically performed. In addition, even if the operator is not familiar with the network and the file, the operator can perform the operation without being aware of the compression of the file. Similarly, even if the operator is not familiar with the network and the file, he / she can perform the file decompression without being aware of it, and the operation time of the file decompression can be reduced, thereby reducing the work time. The downloaded or received file is automatically decompressed, so that the file can be opened immediately.
[0024]
In addition, the communication time can be reduced by reducing the capacity at the time of data upload, and the capacity of the server can be reduced because the data storage server stores the compressed data.
[0025]
According to the second aspect of the present invention, in addition to the above operation, when a data file is attached to an e-mail and transmitted to another, the attached file is not directly attached to the e-mail but a compressed file is stored in the e-mail. Since the location is linked and downloaded, the capacity of the mail body is reduced, and the communication time can be reduced.
[0026]
According to the third aspect of the present invention, by creating a My Folder on the server, data can be stored in the My Folder on the server even if there is no free space on the local disk of the PC terminal. Since the usability of the folder is the same as that of the My Folder on the local disk of the user's PC, the user can use the folder with the same feeling as the local disk. Also, since data is automatically compressed at the time of uploading, many data files can be stored.
[0027]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. FIG. 1 is a schematic explanatory view showing an embodiment of a data file transmission / reception system according to the present invention. FIG. 2 is an overall explanatory view of the same, in which 2 is a PC terminal on the client company 24 side, and 23 is an ASP (application software provider). In this data center, a program server 3 and a data storage server 4 are placed, and transmission and reception are performed via the Internet 1. In the figure, reference numeral 6 denotes an upload line transmitted from the PC terminal 2 to the data center 23, and reference numeral 7 denotes a download line transmitted from the data center 23 to the PC terminal 2.
[0028]
As is well known on the ordinary Internet, an ASP (application software provider), as a provider, blocks as much as possible a WWW server 30 for providing information such as HTML to a client and an unauthorized intrusion from a third party. For this purpose, an e-mail is transmitted based on a request from a F / W (firewall server) 34, a router 32, or a client, which is installed between the external network and the internal network, and acts as a gatekeeper. It has a mail server 31 which is a server which functions as a post office in a general letter, which is stored and handed over when there is an inquiry from a client, and a hub 33 which is a concentrator.
[0029]
On the other hand, the client company 24 has an F / W 34 and a router 32. In the illustrated example, a plurality of PC terminals 2 are connected by a run (LAN).
[0030]
The PC terminal 2 may be located at the client company 24, or may be located at the customer's location 25, home 26, accommodation 27, traveling 28, or the like. Then, the data file 9 can be transmitted to and received from the data center 23.
[0031]
Further, the ASP (application software provider) provides the PC terminal 2 of the client company 24 with the application software using a word processor, spreadsheet software, or the like using the program server 3, and the application software is displayed on the browser screen of the PC terminal 2. This application software can be displayed and used without installing it on its own disk, and the data file created by the browser, such as a word processor or spreadsheet software, by the browser on the PC terminal 2 side can be used by the ASP. The data is transmitted to the data storage server 4 on the side to provide a service for management and storage.
[0032]
According to the present invention, as shown in FIG. 1, when a data file 9 created by a word processor, spreadsheet software or the like is selected by a browser 10 on a PC terminal 2, a compression program 41 is downloaded from the program server 3 to the PC terminal 2. Then, the selected data file 9 is automatically compressed and transmitted to the data storage server 4, and the data storage server 4 stores and manages the data file 9 in a compressed format.
[0033]
When the PC terminal 2 receives the data file 9 from the data storage server 4, before and after that, the decompression program 42 is downloaded from the program server 3 to the PC terminal 2 and automatically decompressed for display or file storage. I do. The contents will be described in more detail.
[0034]
First, FIG. 3 shows an outline of the function of "automatic compression" of a document file, according to the following procedure.
1. The user (client company 24) creates data using a word processor, spreadsheet software, or the like on the PC terminal 2 owned by the user.
2. The browser 10 is started on the PC terminal 2, and a data file (document) <registration screen> screen 11 is opened.
3. Click the reference button 12 to select the data file 9 to be saved.
4. When the button 13 for registration is clicked, the system automatic processing 14 starts.
5. The system automatically downloads the compression program 41 (using the Java ™ applet) from the program server 3.
6. The system automatically compresses the selected data file 9 to create a compressed data file 9.
7. The system sends the automatically compressed data file 9 to the data storage server 4 via the upload line 6.
8. The data storage server 4 saves the transmitted data file 9 in the my folder 5.
[0035]
The My Folder 5 creates the My Folder 5 in the data storage server 4 as a file storage location exclusively for the logged-in user, and has the same image as the shared folder and the folder on the client PC local disk 29. The usability of folders is the same. The user can freely create a folder structure in the My Folder 5 and save and manage files. Security is applied to each login user, and a user ID 39 and a password 40 must be input from the system login screen 38 to refer to the My Folder 5, so that only the user can see it.
[0036]
Next, a procedure for extracting the data file 9 stored in the data storage server 4 will be described with reference to FIG.
[0037]
1. In the PC terminal 2, the browser 10 is started, and the data file (document) list screen 20 is opened.
2. Select the data file 9 and click the file name.
3. The system automatic processing 14 is started, and the selected compressed data file 9 is automatically transmitted to the PC terminal 2 via the download line 7.
4. The system automatically downloads the decompression program 42 from the program server 3 (using the Java ™ applet) from the program server 3 to the PC terminal 2.
5. In the PC terminal 2, the system automatically decompresses the compressed data file 9.
6. The PC terminal 2 displays or stores the decompressed data file 9.
[0038]
Next, a case where the data file 9 is handled as an e-mail attached file will be described with reference to FIGS. In this case, the PC terminal 2 in FIGS. 1 and 2 is divided into a sender side and a receiver side. FIG. 5 shows an outline of the function of "automatic compression", and FIG. 6 shows an outline of the function of "automatic decompression".
In the case of automatic compression of the sender PC terminal 2 The user creates data using a word processor, spreadsheet software, or the like on the PC terminal 2 owned by the user and saves the data on the local disk of the PC terminal 2.
2. The browser 10 of the PC terminal 2 is started, an e-mail <new mail> screen 15 is opened, and a button 16 for attaching a file is clicked to transit a data file group to be attached to a file designation screen 17.
3. The user clicks the reference button 18 and selects the data file 9 to be attached. When the user clicks the attachment button 19, the system automatic processing 14 starts.
4. The system automatically downloads the compression program 41 (using the JAVA (registered trademark) applet) from the program server 3.
5. The system automatically compresses the selected file into the data file 9 to create a compressed file, and automatically sends the compressed data file 9 to the data storage server 4.
6. The data storage server 4 saves the transmitted compressed data file 9 in the my folder 5.
7. When the PC terminal 2 transmits an e-mail to another, the system transmits an e-mail linked to the data file 9 stored in the my folder 5 in which the data file 9 stored in the data storage server 4 is stored.
[0039]
If the file to be attached is already stored in the data storage server, steps 5 to 9 are omitted, and the system automatically sends an e-mail linked to the data file 9 stored in the My Folder 5.
[0040]
In the case of automatic decompression of an e-mail attached file of the recipient PC terminal 1. The browser 10 of the PC terminal 2 is started, and an e-mail <content display> screen 21 is opened.
2. Select the attached file (data file 9) linked to the mail.
3. When the attached file is clicked, the system automatic processing 14 starts.
4. The system automatically extracts the attached file (data file 9) (using the JAVA (registered trademark) applet) from the My Folder 5 in the data storage server 4 and transmits it to the recipient PC terminal 2 . The decompression program 42 is downloaded from the program server 3 to the recipient PC terminal 2.
5. The system automatically decompresses the selected attached file (data file 9).
6. The automatically decompressed data file 9 is displayed and saved on the receiving PC terminal 2.
[0041]
【The invention's effect】
As described above, the data file transmission / reception system of the present invention can automatically compress and decompress data files on the browser when transmitting / receiving them to the server without being aware of the operator. Can transmit and receive data files, thereby reducing the consumption of server disks and suppressing data eavesdropping.
[0042]
A function to automatically check for a virus when a file is uploaded or downloaded can be added.
[Brief description of the drawings]
FIG. 1 is a schematic explanatory diagram showing one embodiment of a data file transmission / reception system of the present invention.
FIG. 2 is an overall explanatory diagram showing one embodiment of a data file transmission / reception system of the present invention.
FIG. 3 is an explanatory diagram of an outline of functions of a document file “automatic compression” showing one embodiment of a data file transmission / reception system of the present invention.
FIG. 4 is an explanatory diagram of a function outline of a document file “automatic decompression” showing an embodiment of a data file transmission / reception system of the present invention.
FIG. 5 is an explanatory diagram of a functional outline of an electronic mail attached file “automatic compression” showing another embodiment of the data file transmission / reception system of the present invention.
FIG. 6 is an explanatory diagram of a functional outline of an electronic mail attached file “automatic decompression” according to another embodiment of the data file transmission / reception system of the present invention.
FIG. 7 is an explanatory diagram of a function outline of a function outline of My Folder in the data file transmission / reception system of the present invention.
FIG. 8 is a flowchart showing a conventional example.
[Explanation of symbols]
1 Internet 2 PC terminal 3 Program server 4 Data storage server 5 My folder 6 Upload line 7 Download line 9 Data file 10 Browser 11 Document <registration screen> screen 12 Reference button 13 Registration Button 14 ... System automatic processing 15 ... E-mail <new mail> screen 16 ... Attach file button 17 ... Attachment file designation screen 18 ... Reference button 19 ... Attach button 20 ... Data file (document) list screen 21 ... E-mail <Content Display> Screen 22 My Folder Screen 23 Data Center 24 Client Company 25 Customer 26 Home 27 Accommodation 28 Moving 29 Client PC Local Disk 30 WWW Server 31 Mail Server 32 Router 3 ... hub 34 ... F / W
35, 36 communication terminal 37 server device 38 system login screen 39 user ID
40: Password 41: Compression program 42: Decompression program

Claims (3)

PC端末で、ブラウザによりワープロ、表計算ソフト等で作成されたデータファイルをインターネット経由でサーバーに送信し、サーバーではこの送信されたデータファイルを保管・管理するデータファイルの送受信システムにおいて、PC端末側で、ブラウザによりワープロ、表計算ソフト等で作成されたデータファイルを選択すると、圧縮プログラムをサーバーよりPC端末にダウンロードさせて、前記選択したデータファイルに自動的に圧縮をかけて前記サーバーに送信し、サーバーでは圧縮形式で当該データファイルを保管・管理し、 PC端末がサーバーから当該データファイルを受信する際は、解凍プログラムをサーバーよりPC端末にダウンロードさせて、自動解凍をかけて表示またはファイル保存することを特徴としたデータファイルの送受信システム。A PC terminal sends a data file created by a word processor, spreadsheet software, or the like to the server via the Internet using a browser, and the server uses a data file transmission / reception system to store and manage the transmitted data file. When a data file created by a word processor or spreadsheet software is selected by a browser, a compression program is downloaded from a server to a PC terminal, and the selected data file is automatically compressed and transmitted to the server. The server stores and manages the data file in a compressed format, and when the PC terminal receives the data file from the server, downloads the decompression program from the server to the PC terminal and automatically decompresses it for display or file saving. Day characterized by doing Transmission and reception system of files. データファイルを電子メールに添付して他へ送信する場合には、サーバーでの圧縮データファイルの格納場所をリンクした電子メールを送信し、このデータファイルを受手側PC端末で選択すると、解凍プログラムをサーバーより当該受手側PC端末にダウンロードさせて、自動解凍をかける請求項1記載のデータファイルの送受信システム。To send a data file to an e-mail and send it to another, send an e-mail linking the storage location of the compressed data file on the server and select this data file on the receiving PC terminal. 2. The data file transmission / reception system according to claim 1, wherein the data file is downloaded from the server to the recipient PC terminal and automatically decompressed. サーバー側にデータファイルを保管するフォルダ(場所)は共用フォルダと利用者のPC端末ローカルディスクと同じイメージの利用者専用のマイフォルダを用意する請求項1または請求項2記載のデータファイルの送受信システム。3. The data file transmission / reception system according to claim 1, wherein a folder (location) for storing the data file on the server side is a shared folder and a user-specific my folder having the same image as the local disk of the user's PC terminal. .
JP2003028219A 2003-02-05 2003-02-05 Transmission/reception system of data file Pending JP2004240638A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003028219A JP2004240638A (en) 2003-02-05 2003-02-05 Transmission/reception system of data file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003028219A JP2004240638A (en) 2003-02-05 2003-02-05 Transmission/reception system of data file

Publications (1)

Publication Number Publication Date
JP2004240638A true JP2004240638A (en) 2004-08-26

Family

ID=32955736

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003028219A Pending JP2004240638A (en) 2003-02-05 2003-02-05 Transmission/reception system of data file

Country Status (1)

Country Link
JP (1) JP2004240638A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2414821A (en) * 2004-06-01 2005-12-07 Leslie Thomas Jones Computer application for uploading files from a client computer to a server
JP2006195905A (en) * 2005-01-17 2006-07-27 Fujitsu Ltd System and method for controlling output format, client terminal, and computer program
JP2007128131A (en) * 2005-11-01 2007-05-24 Clealink Technology Co Ltd Server, file transfer method and file transfer program
WO2008136138A1 (en) * 2007-04-26 2008-11-13 Sompo Japan Insurance Inc. Visual cabinet system for data and data display method using its system
CN102255941A (en) * 2011-03-22 2011-11-23 苏州阔地网络科技有限公司 Transmission method and transmission system for files processed in batch based on preset priorities
JP2016019268A (en) * 2014-07-11 2016-02-01 株式会社 ワコムアイティ File exchange program

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2414821A (en) * 2004-06-01 2005-12-07 Leslie Thomas Jones Computer application for uploading files from a client computer to a server
JP2006195905A (en) * 2005-01-17 2006-07-27 Fujitsu Ltd System and method for controlling output format, client terminal, and computer program
JP2007128131A (en) * 2005-11-01 2007-05-24 Clealink Technology Co Ltd Server, file transfer method and file transfer program
WO2008136138A1 (en) * 2007-04-26 2008-11-13 Sompo Japan Insurance Inc. Visual cabinet system for data and data display method using its system
CN102255941A (en) * 2011-03-22 2011-11-23 苏州阔地网络科技有限公司 Transmission method and transmission system for files processed in batch based on preset priorities
JP2016019268A (en) * 2014-07-11 2016-02-01 株式会社 ワコムアイティ File exchange program

Similar Documents

Publication Publication Date Title
US6237040B1 (en) Hypertext transmission method and server apparatus for sending and receiving files other than HTML files
DE60211513T2 (en) Method and system for message management in a mobile data communication device
US7293099B1 (en) Heterogeneous network file access
CN102129378B (en) A kind of software menu updating method and device
KR100368348B1 (en) Internet mail delivery agent with automatic caching of file attachments
US6366949B1 (en) Method and arrangement relating to communication in a network
US6598076B1 (en) Method and apparatus for electronically communicating an electronic message having an electronic attachment
US20020019851A1 (en) System and method for the electronic mail based management and manipulation of stored files
KR20040071203A (en) System and method for downloading data using a proxy
US20080034063A1 (en) Method and system for retrieving a document associated with a message received on a mobile device
US20070124406A1 (en) Using a mobile phone to remotely control a computer via an overlay network
US20080281924A1 (en) End user transparent email attachment handling to overcome size and attachment policy barriers
JP2004103022A (en) Method and device for performing individual cookie storage service for managing cookie among a plurality of devices
US8528098B2 (en) Electronic file browsing system and control method thereof
EP1999619A2 (en) System and method for single client remote access
EP2024856A2 (en) End user transparent email attachment handling to overcome size and attachment policy barriers
JP2000261493A (en) Electronic mail system
JP2004240638A (en) Transmission/reception system of data file
JP2004088648A (en) Electronic mail distribution system, relay equipment, program and recording medium
US8788593B1 (en) Systems and methods for downloading attachments
Deutsch et al. How to use Anonymous FTP
US20050097186A1 (en) Method, system, and computer program product for managing interaction between remote devices and server resources
JP4630468B2 (en) E-mail access system compatible with WWW browser and computer program used therefor
JP4489390B2 (en) COMMUNICATION SYSTEM AND COMMUNICATION METHOD, SERVER DEVICE, AND MOBILE PHONE TERMINAL
JP4653618B2 (en) Access management apparatus, method and program

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050809

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20051108