KR101178280B1 - File syscronization method and apparatus - Google Patents

File syscronization method and apparatus Download PDF

Info

Publication number
KR101178280B1
KR101178280B1 KR1020100063169A KR20100063169A KR101178280B1 KR 101178280 B1 KR101178280 B1 KR 101178280B1 KR 1020100063169 A KR1020100063169 A KR 1020100063169A KR 20100063169 A KR20100063169 A KR 20100063169A KR 101178280 B1 KR101178280 B1 KR 101178280B1
Authority
KR
South Korea
Prior art keywords
file
server
client terminal
storage
unit
Prior art date
Application number
KR1020100063169A
Other languages
Korean (ko)
Other versions
KR20120002344A (en
Inventor
우종현
Original Assignee
(주)나무소프트
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 (주)나무소프트 filed Critical (주)나무소프트
Priority to KR1020100063169A priority Critical patent/KR101178280B1/en
Publication of KR20120002344A publication Critical patent/KR20120002344A/en
Application granted granted Critical
Publication of KR101178280B1 publication Critical patent/KR101178280B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/178Techniques for file synchronisation in file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/176Support for shared access to files; File sharing support

Abstract

클라이언트 단말에 연결된 파일 서버로 데이터를 송신하는 송신부; 상기 클라이언트 단말에서 발생한 파일 저장 이벤트를 확인하는 이벤트 확인부; 및 상기 파일 저장 이벤트가 확인된 파일에 갱신 사항이 존재하는 경우, 상기 파일 갱신 사항이 상기 파일 서버에 반영될 수 있도록, 갱신된 파일 또는 상기 갱신 사항에 관한 데이터를 상기 송신부를 통해서 상기 파일 서버로 전송시키는 동기화부를 포함하는 파일 동기화 장치와, 이에 상응하는 파일 동기화 방법이 제공된다.A transmitter for transmitting data to a file server connected to the client terminal; An event confirmation unit confirming a file storage event occurring in the client terminal; And when an update is present in the file in which the file storage event is confirmed, the updated file or data about the update to the file server through the transmitting unit so that the file update is reflected in the file server. A file synchronization device including a synchronization unit for transmitting and a file synchronization method corresponding thereto are provided.

Description

파일 동기화 방법 및 장치{FILE SYSCRONIZATION METHOD AND APPARATUS}File sync method and device {FILE SYSCRONIZATION METHOD AND APPARATUS}

본 발명은 파일 서버 및 그 서버에 연결된 클라이언트 단말에 관한 것으로서, 보다 구체적으로는 동기형 파일 서버, 그 서버에 연결된 동기형 클라이언트 단말을 구현하기 위한 파일 동기화 방법 및 장치에 관한 것이다.The present invention relates to a file server and a client terminal connected to the server, and more particularly, to a file synchronization method and apparatus for implementing a synchronous file server and a synchronous client terminal connected to the server.

일반적으로 업무에 관련된 대부분의 문서들이 개인 컴퓨터를 이용한 전자 문서로 작성되고 있으며, 작성과정 혹은 작성이 완료된 이후 협업과 공유를 위하여 중앙의 서버로 문서를 저장해야 할 필요가 있다. In general, most documents related to work are produced as electronic documents using personal computers, and it is necessary to save documents to a central server for collaboration and sharing after the writing process or completion of the writing.

이러한 시스템은 일반적으로 문서가 단말기에서 생성 보관되어 있다가 작성자의 의도에 따라서 중앙서버에 옮겨지거나 등록되게 된다. 따라서 업무 파일에 대한 서버로 이동, 생성 등은 최초 작성자의 개인 판단에 의해서 이루지게 되며, 이러한 과정에서 작성자의 의도에 따라 정보의 독점적 지위가 발생하게 된다. 이러한 전자 문서는 기업에서 장기간 연구한 개발 결과물일 수도 있으며, 신속한 공유가 필요한 문서일 경우도 있다. In such a system, documents are generally created and stored in a terminal and then moved or registered to a central server according to the intention of the author. Therefore, the movement and creation of the work file to the server is made by the personal judgment of the original author, and in this process, the exclusive status of information occurs according to the intention of the author. These electronic documents may be the result of long-term research in the enterprise, or they may need to be shared quickly.

이러한 경우에 체계적으로 대비하고자 문서가 단말에서 생성될 때 협업자와의 상호적인 정보 공유과 협력을 위하여 생성시점부터 모든 문서를 중앙서버에서 공유하도록 제한하는 방식이 개발되어 활용되고 있다. 단말 단에 파일이 저장되지 못하고 중앙에서 파일을 저장하게 하기 위해서는 단말에 네트워크 드라이브를 제공하고 보조저장장치를 포함하여 단말에 연결된 직접적인 저장장치에 문서파일이 저장되지 않도록 제한하는 방식이 활용되고 있다. In this case, in order to prepare systematically, a method of restricting all documents to be shared in a central server has been developed and utilized from the time of creation for mutual information sharing and cooperation with collaborators when the documents are generated in the terminal. In order to store a file in the terminal without storing the file at the terminal, a method of providing a network drive to the terminal and limiting the document file from being stored in a direct storage device connected to the terminal, including an auxiliary storage device, has been utilized.

그러나 이러한 방식은 CAD 파일 등과 같이 파일크기가 크거나 외부파일을 참조하는 내용의 전자문서의 경우 이에 대한 안정성과 지원이 취약하다는 단점을 갖고 있다. 특히 CAD와 같이 대용량 파일의 경우 파일을 한번 저장하기 위해서 모든 문서파일을 열람하고 수정할 때 마다 네트워크 드라이브로 저장하고 열게되면 물리적으로 파일에 대한 이동이 될때까지 기다려야하는 대기시간이 발생하게 된다. 또한 프로젝트 파일 혹은 참조파일과 같이, 내려 받은 파일이 다른 파일을 참조하거나 다른 파일과 링크(link)되어 있는 파일인 경우, 그 파일을 열었을 때 데이터 전체가 정상적으로 표시되지 않게 되는 문제점이 있다.
However, this method has a disadvantage in that stability and support for electronic documents with a large file size or contents referring to external files, such as CAD files, are weak. Especially, in case of large file like CAD, when reading and modifying all the document files in order to save the file once, when saving and opening it to the network drive, there is a waiting time to wait for the physical movement of the file. In addition, when the downloaded file refers to another file or is linked to another file, such as a project file or a reference file, the entire data is not normally displayed when the file is opened.

본 발명은 파일 서버와 클라이언트 단말 상호 간에 파일 시스템의 동기를 맞출 수 있는 파일 동기화 방법 및 장치를 제공하고자 한다.An object of the present invention is to provide a file synchronization method and apparatus capable of synchronizing a file system between a file server and a client terminal.

또한, 본 발명은 클라이언트 단말에서 작성/편집/변경된 모든 파일을 중앙의 파일 서버에서 관리함에 있어서 그 시스템 로드를 줄이고 보다 효율적인 관리가 가능한 파일 동기화 방법 및 장치를 제공하고자 한다.In addition, the present invention is to provide a file synchronization method and apparatus that can reduce the system load and more efficiently manage all files created / edited / changed in the client terminal in the central file server.

또한, 본 발명은 클라이언트 단말의 사용자에 편의성이 보다 증대된 파일 서버-클라이언트 단말 구조의 시스템을 제공하고자 한다.In addition, the present invention is to provide a system of a file server-client terminal structure that is more convenient for the user of the client terminal.

본 발명의 이외의 목적들은 하기의 설명을 통해 쉽게 이해될 수 있을 것이다.
Other objects of the present invention will be readily understood through the following description.

본 발명의 일 측면에 따르면, 파일 동기화 장치가 제공된다.According to one aspect of the present invention, a file synchronization device is provided.

본 발명의 실시예에 따른 파일 동기화 장치는, 클라이언트 단말에 연결된 파일 서버로 데이터를 송신하는 송신부; 상기 클라이언트 단말에서 발생한 파일 저장 이벤트를 확인하는 이벤트 확인부; 및 상기 파일 저장 이벤트가 확인된 파일에 갱신 사항이 존재하는 경우, 상기 파일 갱신 사항이 상기 파일 서버에 반영될 수 있도록, 갱신된 파일 또는 상기 갱신 사항에 관한 데이터를 상기 송신부를 통해서 상기 파일 서버로 전송시키는 동기화부를 포함한다.
File synchronization apparatus according to an embodiment of the present invention, the transmission unit for transmitting data to the file server connected to the client terminal; An event confirmation unit confirming a file storage event occurring in the client terminal; And when an update is present in the file in which the file storage event is confirmed, the updated file or data about the update to the file server through the transmitting unit so that the file update is reflected in the file server. It includes a synchronization unit for transmitting.

여기서, 상기 이벤트 확인부는, 상기 클라이언트 단말에서 발생한 폴더 변경, 폴더 목록 변경, 폴더 내 파일 목록 변경 중 적어도 어느 하나와 관련된 객체 변경 이벤트를 더 확인하고,The event checking unit may further check an object change event related to at least one of a folder change, a folder list change, and a file list change in a folder generated by the client terminal.

상기 동기화부는, 상기 객체 변경 이벤트에 상응하는 객체 변경 내용이 상기 파일 서버에 반영될 수 있도록, 상기 객체 변경과 관련된 갱신 정보를 상기 송신부를 통해서 상기 파일 서버로 전송시킬 수 있다.
The synchronization unit may transmit update information related to the object change to the file server through the transmitter so that the object change content corresponding to the object change event is reflected in the file server.

여기서, 상기 파일 동기화 장치는, 상기 클라이언트 단말 또는 상기 클라이언트 단말의 사용자를 인증하는 인증부를 더 포함하되,Here, the file synchronization apparatus further includes an authentication unit for authenticating the client terminal or the user of the client terminal,

상기 동기화부는, 상기 인증부로부터 획득된 인증 정보에 근거하여, 상기 객체 변경 이벤트가 객체 변경 권한이 있는 단말 또는 사용자에 의해 발생된 경우에만 상기 객체 변경과 관련된 갱신 정보를 상기 파일 서버로 전송시킬 수 있다.
The synchronization unit may transmit the update information related to the object change to the file server only when the object change event is generated by a terminal or a user having object change authority based on the authentication information obtained from the authentication unit. have.

여기서, 상기 파일 동기화 장치는, 파일 서버로부터 데이터를 수신하는 수신부; 상기 클라이언트 단말 또는 상기 클라이언트 단말의 사용자에 부여된 권한에 따라 접근 가능한 상기 파일 서버의 저장 공간에 포함된 서버 저장 파일을 획득하는 파일 획득부; 상기 서버 저장 파일과 상기 클라이언트 단말에 저장된 대응 파일을 비교하는 비교부; 및 상기 비교 결과에 따라 상기 서버 저장 파일과 상기 단말 저장 파일 간 변경 사항이 존재하는 경우, 상기 단말 저장 파일을 상기 서버 저장 파일로 갱신하는 파일 갱신부를 더 포함할 수 있다.The file synchronization apparatus may include a receiver configured to receive data from a file server; A file acquisition unit for acquiring a server storage file included in a storage space of the file server accessible according to the authority granted to the client terminal or the user of the client terminal; A comparison unit comparing the server storage file with a corresponding file stored in the client terminal; And a file update unit configured to update the terminal storage file to the server storage file when there is a change between the server storage file and the terminal storage file according to the comparison result.

여기서, 상기 비교부는, 파일 생성 시간, 파일 사이즈, 파일 내용 중 적어도 하나에 근거하여 상기 서버 저장 파일과 상기 단말 저장 파일 간의 변경 사항 존재 여부를 비교할 수 있다.The comparison unit may compare whether there is a change between the server storage file and the terminal storage file based on at least one of a file generation time, a file size, and a file content.

여기서, 상기 파일 획득부는, 상기 클라이언트 단말로부터 상기 파일 서버로의 연결 요청이 있는 경우 또는 상기 클라이언트 단말로부터 상기 서버 저장 파일에 대응되는 단말 저장 파일의 열람 요청이 있는 경우, 상기 서버 저장 파일을 획득할 수 있다.The file obtaining unit may obtain the server storage file when there is a connection request from the client terminal to the file server or when a request for reading a terminal storage file corresponding to the server storage file is received from the client terminal. Can be.

여기서, 상기 클라이언트 단말로부터 상기 파일 서버로의 연결 요청이 있는 경우 또는 상기 클라이언트 단말로부터 상기 서버 저장 파일을 포함하는 폴더의 열람 요청이 있는 경우,Here, when there is a connection request from the client terminal to the file server or when there is a request to view a folder including the server storage file from the client terminal,

상기 파일 획득부는, 상기 파일 서버의 상기 저장 공간에 포함된 서버 폴더 목록을 획득하고, 상기 비교부는, 상기 서버 폴더 목록과 상기 클라이언트 단말에 저장된 대응 폴더 목록을 비교하며, 상기 파일 갱신부는, 상기 서버 폴더 목록과 상기 단말 폴더 목록 간 변경 사항이 존재하는 경우, 상기 단말 폴더 목록을 상기 서버 폴더 목록으로 갱신할 수 있다.
The file obtaining unit obtains a server folder list included in the storage space of the file server, the comparing unit compares the server folder list with a corresponding folder list stored in the client terminal, and the file updating unit, the server If there is a change between the folder list and the terminal folder list, the terminal folder list may be updated with the server folder list.

여기서, 상기 동기화부는, 상기 클라이언트 단말의 미리 지정된 작업 영역 내에서의 파일 갱신 사항 또는 미리 지정된 확장자를 갖는 파일의 파일 갱신 사항에 대해서만, 상기 갱신된 파일 또는 상기 갱신 사항에 대한 데이터를 상기 파일 서버로 전송시킬 수 있다.Here, the synchronization unit may transmit the updated file or data about the update to the file server only with respect to file update items within a predetermined work area of the client terminal or file update items of a file having a predetermined extension. Can be sent.

여기서, 상기 파일 동기화 장치는, 상기 파일 서버로의 연결 요청에 따라, 상기 클라이언트 단말의 사용자에 대한 인증을 수행하는 인증부; 및 상기 인증된 사용자의 작업 환경을 설정하는 작업 환경 설정부를 더 포함하되,The file synchronization apparatus may include an authentication unit configured to authenticate the user of the client terminal according to a connection request to the file server; And a work environment setting unit for setting a work environment of the authenticated user.

상기 작업 환경 설정부는, 상기 클라이언트 단말의 사용자에 부여된 권한에 따라 접근 가능한 상기 파일 서버의 저장 공간에 포함된 파일 및 폴더가, 상기 파일 서버의 상기 저장 공간 내의 상기 파일 및 상기 폴더에 대한 계층 구조에 상응하여 상기 클라이언트 단말의 바탕 화면에 표시되도록 작업 환경을 설정할 수 있다.
The work environment setting unit is a hierarchical structure for the files and folders included in the storage space of the file server accessible according to the authority granted to the user of the client terminal, in the storage space of the file server. Correspondingly, the work environment may be set to be displayed on the desktop of the client terminal.

본 발명의 다른 측면에 의하면, 파일 동기화 장치에서의 파일 동기화 방법이 제공된다.According to another aspect of the present invention, a file synchronization method in a file synchronization device is provided.

본 발명의 실시예에 따른 파일 동기화 방법은, 클라이언트 단말에 발생한 파일 저장 이벤트를 확인하는 단계; 상기 파일 저장 이벤트가 확인된 파일에 갱신 사항이 존재하는지를 확인하는 단계; 및 상기 갱신 사항이 존재하는 경우, 상기 파일 갱신 사항이 상기 클라이언트 단말에 연결된 파일 서버에 반영될 수 있도록, 갱신된 파일 또는 상기 갱신 사항에 관한 데이터를 상기 파일 서버로 전송하는 단계를 포함한다.
A file synchronization method according to an embodiment of the present invention includes: checking a file storage event occurring in a client terminal; Checking whether there is an update in a file in which the file storage event is confirmed; And transmitting the updated file or data about the update to the file server so that the file update may be reflected to a file server connected to the client terminal, if the update exists.

여기서, 상기 파일 동기화 방법은, 상기 클라이언트 단말에서 발생한 폴더 변경, 폴더 목록 변경, 폴더 내 파일 목록 변경 중 적어도 하나와 관련된 객체 변경 이벤트를 확인하는 단계; 및 상기 객체 변경 이벤트에 상응하는 객체 변경 내용이 상기 파일 서버에 반영될 수 있도록, 상기 객체 변경과 관련된 갱신 정보를 상기 파일 서버로 전송하는 단계를 더 포함할 수 있다.
The method for synchronizing files may include: checking an object change event related to at least one of a folder change, a folder list change, and a file list change in a folder generated in the client terminal; And transmitting update information related to the object change to the file server so that the object change content corresponding to the object change event is reflected on the file server.

여기서, 상기 파일 동기화 방법은, 상기 클라이언트 단말 또는 상기 클라이언트 단말의 사용자에 부여된 권한에 따라 접근 가능한 상기 파일 서버의 저장 공간에 포함된 서버 저장 파일을 획득하는 단계; 상기 서버 저장 파일과 상기 클라이언트 단말에 저장된 대응 파일을 비교하는 단계; 및 상기 비교 결과에 따라 상기 서버 저장 파일과 상기 단말 저장 파일 간 변경 사항이 존재하는 경우, 상기 단말 저장 파일을 상기 서버 저장 파일로 갱신하는 단계를 더 포함할 수 있다.The method for synchronizing files may include: acquiring a server storage file included in a storage space of the file server accessible according to a right granted to the client terminal or a user of the client terminal; Comparing the server storage file with a corresponding file stored in the client terminal; And if there is a change between the server storage file and the terminal storage file according to the comparison result, updating the terminal storage file with the server storage file.

여기서, 상기 서버 저장 파일을 획득하는 단계는, 상기 클라이언트 단말로부터 상기 파일 서버로의 연결 요청이 있는 경우 또는 상기 클라이언트 단말로부터 상기 서버 저장 파일에 대응되는 단말 저장 파일의 열람 요청이 있는 경우, 상기 서버 저장 파일을 획득하는 것일 수 있다.
The acquiring of the server storage file may include: when there is a connection request from the client terminal to the file server or when there is a request for reading a terminal storage file corresponding to the server storage file from the client terminal, It may be to obtain a storage file.

여기서, 상기 파일 동기화 방법은, 상기 클라이언트 단말 또는 상기 클라이언트 단말의 사용자에 부여된 권한에 따라 접근 가능한 상기 파일 서버의 저장 공간에 포함된 서버 폴더 목록을 획득하는 단계; 상기 서버 폴더 목록과 상기 클라이언트 단말에 저장된 대응 폴더 목록을 비교하는 단계; 및 상기 서버 폴더 목록과 상기 단말 폴더 목록 간 변경 사항이 존재하는 경우, 상기 단말 폴더 목록을 상기 서버 폴더 목록으로 갱신하는 단계를 더 포함할 수 있다.
The method for synchronizing files may include: acquiring a list of server folders included in a storage space of the file server that is accessible according to an authority granted to the client terminal or a user of the client terminal; Comparing the server folder list with a corresponding folder list stored in the client terminal; And when there is a change between the server folder list and the terminal folder list, updating the terminal folder list to the server folder list.

여기서, 상기 파일 동기화 방법은, 상기 파일 서버로의 연결 요청에 따라, 상기 클라이언트 단말의 사용자에 대한 인증을 수행하는 단계; 및The file synchronization method may include: authenticating a user of the client terminal according to a connection request to the file server; And

상기 클라이언트 단말의 사용자에 부여된 권한에 따라 접근 가능한 상기 파일 서버의 저장 공간에 포함된 파일 및 폴더가, 상기 파일 서버의 상기 저장 공간 내의 상기 파일 및 상기 폴더에 대한 계층 구조에 상응하여 상기 클라이언트 단말의 바탕 화면에 표시되도록 작업 환경을 설정하는 단계를 더 포함할 수 있다.
The files and folders included in the storage space of the file server accessible according to the authority granted to the user of the client terminal correspond to the hierarchical structure for the files and the folders in the storage space of the file server. The method may further include setting a work environment to be displayed on the desktop of the user.

본 발명의 또 다른 측면에 의할 때, 상술한 파일 동기화 방법은 그 방법을 실행하기 위한 프로그램이 기록되고 컴퓨터에 의해 판독 가능한 기록 매체로 제공될 수 있다.
According to another aspect of the present invention, the above-described file synchronization method may be provided as a recording medium in which a program for executing the method is recorded and readable by a computer.

본 발명의 실시예에 의하면, 파일 서버와 클라이언트 단말 상호 간에 파일 시스템의 동기를 맞출 수 있는 파일 동기화 방법 및 장치를 제공할 수 있다.According to an embodiment of the present invention, a file synchronization method and apparatus capable of synchronizing a file system between a file server and a client terminal can be provided.

또한, 클라이언트 단말에서 작성/편집/변경된 모든 파일을 중앙의 파일 서버에서 관리함에 있어서 그 시스템 로드를 줄이고 보다 효율적인 관리가 가능한 파일 동기화 방법 및 장치를 제공할 수 있다.In addition, a file synchronization method and apparatus capable of reducing the system load and enabling more efficient management in managing all files created / edited / modified in a client terminal in a central file server can be provided.

또한, 클라이언트 단말의 사용자에 편의성이 보다 증대된 파일 서버-클라이언트 단말 구조의 시스템을 제공할 수 있다.
In addition, it is possible to provide a system of a file server-client terminal structure with more convenience for a user of the client terminal.

도 1은 본 발명의 실시예에 따라 파일 서버와 복수개의 클라이언트 단말이 연결된 시스템 구조를 예시한 도면.
도 2는 본 발명의 실시예에 따른 파일 동기화 장치의 블록 구성도.
도 3은 본 발명의 파일 동기화 장치의 파일 시스템 필터 드라이버부의 상세 구성의 일 예.
도 4는 본 발명과 관련된 파일 서버의 블록 구성도의 일 예.
도 5는 본 발명의 실시예에 따라 파일 서버와 클라이언트 단말 간 파일 및 폴더 동기화를 예시한 도면.
도 6은 본 발명의 실시예에 따라 클라이언트 단말로부터 파일 서버 쪽으로 파일 동기화되는 과정을 간단히 나타낸 순서도.
도 7은 본 발명의 실시예에 따라 파일 서버로부터 클라이언트 단말 쪽으로 파일 동기화되는 과정을 간단히 나타낸 순서도.
1 is a diagram illustrating a system structure in which a file server and a plurality of client terminals are connected according to an embodiment of the present invention.
2 is a block diagram of a file synchronization device according to an embodiment of the present invention.
3 is an example of a detailed configuration of a file system filter driver unit of the file synchronization device of the present invention.
Figure 4 is an example of a block diagram of a file server according to the present invention.
5 is a diagram illustrating file and folder synchronization between a file server and a client terminal according to an embodiment of the present invention.
6 is a flowchart illustrating a process of synchronizing files from a client terminal to a file server according to an exemplary embodiment of the present invention.
7 is a flowchart illustrating a process of file synchronization from a file server to a client terminal according to an embodiment of the present invention.

본 발명은 다양한 변경을 가할 수 있고 여러 가지 실시예를 가질 수 있는 바, 특정 실시예들을 도면에 예시하고 이를 상세한 설명을 통해 상세히 설명하고자 한다. 그러나, 이는 본 발명을 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 발명의 사상 및 기술 범위에 포함되는 모든 변경, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다.The present invention may be variously modified and have various embodiments, and specific embodiments will be illustrated in the drawings and described in detail with reference to the accompanying drawings. It should be understood, however, that the invention is not intended to be limited to the particular embodiments, but includes all modifications, equivalents, and alternatives falling within the spirit and scope of the invention.

본 발명을 설명함에 있어서, 관련된 공지 기술에 대한 구체적인 설명이 본 발명의 요지를 불필요하게 흐릴 수 있다고 판단되는 경우 그 상세한 설명을 생략한다. 또한, 본 명세서의 설명 과정에서 이용되는 숫자(예를 들어, 제1, 제2 등)는 하나의 구성요소를 다른 구성요소와 구분하기 위한 식별기호에 불과하다.DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, the present invention will be described in detail with reference to the accompanying drawings. In addition, numerals (e.g., first, second, etc.) used in the description of the present invention are merely an identifier for distinguishing one component from another.

또한, 본 명세서에서, 일 구성요소가 다른 구성요소와 "연결된다" 거나 "접속된다" 등으로 언급된 때에는, 상기 일 구성요소가 상기 다른 구성요소와 직접 연결되거나 또는 직접 접속될 수도 있지만, 특별히 반대되는 기재가 존재하지 않는 이상, 중간에 또 다른 구성요소를 매개하여 연결되거나 또는 접속될 수도 있다고 이해되어야 할 것이다.Also, in this specification, when an element is referred to as being "connected" or "connected" with another element, the element may be directly connected or directly connected to the other element, It should be understood that, unless an opposite description is present, it may be connected or connected via another element in the middle.

이하, 첨부된 도면들을 참조하여 본 발명의 실시예들을 상세히 설명한다.
Hereinafter, with reference to the accompanying drawings will be described embodiments of the present invention;

도 1은 본 발명의 실시예에 따라 파일 서버와 복수개의 클라이언트 단말이 연결된 시스템 구조를 예시한 도면이다.1 is a diagram illustrating a system structure in which a file server and a plurality of client terminals are connected according to an embodiment of the present invention.

도 1에 도시된 바와 같이, 클라이언트-서버 시스템에 있어서 파일 서버(100)는 복수개의 클라이언트 단말과 유무선 네트워크(130)를 통하여 연결될 수 있다. 여기서, 복수개의 클라이언트 단말 각각은 파일 서버(100)와 일대일 관계로 볼 수 있으므로, 이하 설명의 편의를 도모하기 위하여 임의의 클라이언트 단말의 참조번호를 120으로 통칭한다.As illustrated in FIG. 1, in the client-server system, the file server 100 may be connected to a plurality of client terminals through a wired or wireless network 130. In this case, each of the plurality of client terminals may be viewed as having a one-to-one relationship with the file server 100, and thus, reference numerals of arbitrary client terminals are collectively referred to as 120 for convenience of description.

본 발명에 있어서, 파일 서버(100) 및 클라이언트 단말(120)은 종래의 컴퓨터의 일반적인 구성부를 더 포함할 수 있으며, 또한 본 발명의 실시예에 따른 각 구성부는 컴퓨터의 일반적인 구성부를 활용하거나 또는 하드웨어, 소프트웨어, 프로그램이 기록된 기록매체 등으로 별도로 구비될 수도 있음을 명확히 한다.In the present invention, the file server 100 and the client terminal 120 may further include a general component of a conventional computer, and each component according to an embodiment of the present invention utilizes the general component of the computer or hardware It should be clarified that software, programs, and recording media may be provided separately.

또한, 클라이언트 단말(120)은 파일 서버(100)에 유선 및/또는 무선으로 연결되어, 파일 서버(100)와 데이터를 송수신할 수 있는 전자기기이면, 그 명칭과 별도 기능에 상관없이 해당할 수 있음을 자명하다.In addition, if the client terminal 120 is an electronic device that is wired and / or wirelessly connected to the file server 100 to transmit and receive data with the file server 100, the client terminal 120 may correspond to the name and a separate function. It is obvious.

이하, 도 2 내지 도 4를 참조하여 본 발명의 실시예에 따른 파일 동기화 장치에 대하여 상세히 설명한다.
Hereinafter, a file synchronization device according to an embodiment of the present invention will be described in detail with reference to FIGS. 2 to 4.

도 2는 본 발명의 실시예에 따른 파일 동기화 장치의 블록 구성도이고, 도 3은 본 발명의 파일 동기화 장치의 파일 시스템 필터 드라이버부의 상세 구성의 일 예이다. 또한, 도 4는 본 발명과 관련된 파일 서버의 블록 구성도의 일 예이다.2 is a block diagram of a file synchronization device according to an embodiment of the present invention, Figure 3 is an example of a detailed configuration of the file system filter driver unit of the file synchronization device of the present invention. 4 is an example of a block diagram of a file server according to the present invention.

도 2를 참조하면, 본 발명의 일 실시예에 따른 파일 동기화 장치(200)는, 송수신부(210), 저장부(220), 동기화부(230), 인증부(240), 파일 시스템 필터 드라이버부(250), 작업 환경 설정부(260)를 포함할 수 있다. 그리고 도 3을 참조할 때, 상기 파일 시스템 필터 드라이버부(250)는, 이벤트 확인부(252), 파일 획득부(254), 비교부(256), 파일 갱신부(258)을 포함할 수 있다.Referring to FIG. 2, the file synchronization apparatus 200 according to an embodiment of the present invention may include a transceiver 210, a storage 220, a synchronizer 230, an authenticator 240, and a file system filter driver. The unit 250 and a work environment setting unit 260 may be included. 3, the file system filter driver 250 may include an event checking unit 252, a file obtaining unit 254, a comparing unit 256, and a file updating unit 258. .

다만, 도 2 및 도 3에 도시된 구성부들 모두가 필수적인 것은 아니어서, 설계에 따라 그 보다 적은 구성부들을 갖거나 또는 그 보다 많은 구성부들을 포함하는 파일 동기화 장치를 구현할 수도 있다. 이는 본 명세서 전반의 설명을 통해 쉽게 이해할 수 있을 것이다.However, not all of the components shown in FIGS. 2 and 3 are essential, and according to design, a file synchronization device having fewer or more components may be implemented. This will be readily understood through the description throughout this specification.

또한, 본 명세서에서 각 구성부들에 대한 구분은 각 구성부가 담당하는 주기능별로 구분한 것에 불과함을 명확히 하고자 한다. 즉, 2개 이상의 구성부가 하나의 구성부로 합쳐지거나 또는 하나의 구성부가 보다 세분화된 기능별로 2개 이상으로 분화되어 구비될 수도 있다. 또한 앞서 설명한 구성부 각각은 자신이 담당하는 주기능 이외에도 다른 구성부가 담당하는 기능 중 일부 또는 전부의 기능을 추가적으로 수행할 수도 있으며, 구성부 각각이 담당하는 주기능 중 일부 기능이 다른 구성부에 의해 전담되어 수행될 수도 있음은 물론이다. 따라서, 본 명세서를 통해 설명되는 각 구성부들의 존재 여부는 기능적으로 해석되어야 할 것이다.In addition, it is intended to clarify that the division for each component in this specification is only divided by the main function of each component. That is, two or more constituent parts may be combined into one constituent part, or one constituent part may be divided into two or more functions according to functions that are more subdivided. In addition, each of the above-described components may additionally perform some or all of the functions of other components in addition to the main functions of their own, and some of the main functions of each of the components are performed by other components. Of course, it may be carried out exclusively. Therefore, the presence or absence of each component described through this specification should be functionally interpreted.

또한 이때, 본 발명의 파일 동기화 장치는, 상기 클라이언트 단말의 일부를 구성하거나 상기 클라이언트 단말에 독립된 또는 임베디드된 모듈 형태, 소프트웨어 형태로 탑재된 것일 수도 있으며, 상기 클라이언트 단말에 의해 판독 가능한 기록 매체 내에서 프로그램 코드 형태로 기록된 것일 수도 있음은 물론이다.In this case, the file synchronization device of the present invention may be a part of the client terminal or may be mounted in a module form or software form independent or embedded in the client terminal, in a recording medium readable by the client terminal. Of course, it may be recorded in the form of program code.

이하, 도 2 및 도 3을 중심으로 도 4를 함께 참조하여, 상기 각 구성요소들이 갖는 기능을 차례로 설명한다. 여기서, 도 4는 본 발명의 파일 동기화 장치 및 방법을 구현함에 있어서 파일 서버(100)에 포함될 수 있는 구성부를 블록화하여 나타낸 것이다.Hereinafter, with reference to FIG. 4 with reference to FIG. 2 and FIG. 3, the function which each component has is demonstrated one by one. 4 is a block diagram illustrating components that may be included in the file server 100 in implementing the file synchronization apparatus and method of the present invention.

송수신부(210)는 상기 파일 서버(100)와 데이터를 송수신할 수 있다. 또한, 저장부(220)는 데이터를 저장할 수 있다.The transceiver 210 may transmit / receive data with the file server 100. In addition, the storage unit 220 may store data.

동기화부(230)는, 클라이언트 단말(120)과 파일 서버(100) 간 파일, 폴더, 폴더 목록 등을 동기화시키는 기능을 수행한다.The synchronization unit 230 performs a function of synchronizing files, folders, folder lists, and the like between the client terminal 120 and the file server 100.

클라이언트 단말(120) 내에서의 파일, 폴더, 폴더 목록 등의 변경(갱신) 사항은 다음과 같은 방식으로 파일 서버(100)와 동기화될 수 있다.Changes (updates) of files, folders, folder lists, etc. in the client terminal 120 may be synchronized with the file server 100 in the following manner.

상기와 같은 "파일 간 동기화", "폴더 간 동기화", "폴더 목록 간 동기화"는 함께 이루어질 수도 있지만, 장치 설계에 따라서 "파일 간 동기화"만이 이루어질 수도 있음은 물론이다. 이러한 점을 고려하여 이하에서는 "파일 간 동기화" 방법에 대하여 먼저 설명한다.The above "file-to-file synchronization", "folder-to-folder synchronization", and "folder-to-folder list synchronization" may be performed together, but only "file-to-file synchronization" may be performed according to the device design. With this in mind, the following describes the "file to file synchronization" method first.

본 발명의 일 목적은 클라이언트 단말에서 생성/편집되는 파일을 중앙의 파일 서버에서 관리할 수 있게 함에 있다. 따라서, 클라이언트 단말과 파일 서버 간 상기 파일 간 동기화 만에 의하더라도(즉, 폴더 간 동기화 또는/및 폴더 목록 간 동기화까지는 수행하지 않더라도) 상기 목적(파일의 중앙 관리)는 달성될 수 있기 때문이다.
An object of the present invention is to be able to manage the file created / edited in the client terminal in a central file server. Therefore, even if only the synchronization between the files between the client terminal and the file server (i.e., no synchronization between folders and / or synchronization between folders lists) is performed, the object (central management of files) can be achieved.

[클라이언트 단말과 파일 서버 간 "파일 간 동기화"]["File-to-File Synchronization" between Client Terminal and File Server]

이하에서는, 상기 클라이언트 단말과 상기 파일 서버 간 "파일 간 동기화" 방법을 설명하되, 첫째, 클라이언트 단말 -> 파일 서버 방향으로의 파일 간 동기화 방법과, 둘째, 파일 서버 -> 클라이언트 단말 방향으로의 파일 간 동기화 방법으로 나누어 설명하기로 한다.Hereinafter, a "file-to-file synchronization" method between the client terminal and the file server will be described. First, a file-to-file synchronization method in a client terminal-> file server direction, and second, a file in a file server-> client terminal direction. This will be described by dividing the synchronization between the two.

이때, 상기 "파일 간 동기화" 방법의 이해의 편의를 위해, 클라이언트 단말 -> 파일 서버 방향의 파일 간 동기화는 도 6의 순서도를, 파일 서버 -> 클라이언트 단말 방향의 파일 간 동기화는 도 7의 순서도를 함께 참조하여 설명하기로 한다.In this case, for the convenience of understanding the "file-to-file synchronization" method, the file-to-file synchronization in the direction of the client terminal-> file server in Figure 6, the file server-> file synchronization in the direction of the client terminal is the flowchart of Figure 7 It will be described with reference to.

이때, 클라이언트 단말 -> 파일 서버 방향의 파일 간 동기화와, 파일 서버 -> 클라이언트 단말 방향의 파일 간 동기화의 경우에도, 장치 설계에 따라 또는 필요에 따라 그 중 어느 하나만 구현되도록 설계될 수도 있고, 양자가 동시에 구현되도록 설계될 수 도 있음은 자명하다.
In this case, the file-to-file synchronization in the direction of the client terminal to the file server and the file-to-file synchronization in the direction of the file server to the client terminal may be designed to implement only one of them according to the device design or as necessary. It will be appreciated that may be designed to be implemented at the same time.

클라이언트 단말 -> 파일 서버 방향의 파일 간 동기화File-to-File Synchronization from Client Terminal to File Server

클라이언트 단말(120)의 사용자가 특정 파일의 편집/생성 후 파일 저장을 선택(시도)하면, 그 저장 명령에 따라 파일 저장 이벤트가 발생된다[도 6의 단계 S61].When the user of the client terminal 120 selects (try) to save a file after editing / creating a specific file, a file storage event is generated according to the storage command (step S61 of FIG. 6).

이러한 파일 저장 이벤트는 본 발명의 파일 동기화 장치(200)의 파일 시스템 필터 드라이버부(250)(구체적으로는 그 중 이벤트 확인부(252))에 의해 확인될 수 있다[도 6의 단계 S62]. 예를 들어, 상기 파일 시스템 필터 드라이버부(250)는 클라이언트 단말(120)의 파일 시스템을 주기적 또는 지속적으로 모니터링하거나 또는 파일 시스템을 후킹(hooking)함으로써, 발생된 파일 저장 이벤트를 확인해낼 수 있다.Such a file storage event may be confirmed by the file system filter driver 250 (specifically, the event checking unit 252) of the file synchronization device 200 of the present invention (step S62 of FIG. 6). For example, the file system filter driver 250 may check the file storage event generated by periodically or continuously monitoring the file system of the client terminal 120 or by hooking the file system.

이때, 파일 시스템 필터 드라이버부(250)는, 애플리케이션 레벨(응용 프로그램 레벨)에서 구동되는 것이 아니라, 파일 시스템 드라이버 레벨에서의 IN/OUT 데이터를 중간에서 읽어 들이는 방식으로 구동되는 것이므로, 클라이언트 단말의 OS와 독자적인 셸 기반의 애플리케이션의 경우(예를 들어, HWP, CAD 등)에도 동작할 수 있다는 이점이 있다.In this case, the file system filter driver 250 is not driven at the application level (application program level), but is driven in such a manner as to read IN / OUT data at the file system driver level in the middle. The advantage is that it can work in the OS and in proprietary shell-based applications (eg HWP, CAD, etc.).

이와 같이 파일 저장 이벤트가 확인되는 경우, 동기화부(230)는 상기 파일 저장 이벤트가 발생된 파일에 갱신 사항이 존재하는지 여부를 확인한다[도 6의 단계 S63].When the file storage event is confirmed as described above, the synchronization unit 230 checks whether an update item exists in the file in which the file storage event occurs (step S63 of FIG. 6).

여기서, 파일 갱신 사항으로는 다음과 같은 것들이 해당될 수 있다. 먼저, 기존 파일의 편집에 의한 변경(갱신)인 경우, 파일 명칭의 변경, 각종의 파일 이력(예를 들어, 최종 저장 일시, 수정 일시, 편집자, 파일 사이즈 등) 변경, 파일 내 내용 변경 등이 여기에 해당될 수 있다. 그리고 신규 파일의 생성(작성)인 경우(기존 파일의 편집에 의한, 파일 확장자를 달리하는 동일 내용의 신규 파일 생성의 경우를 포함함)에는 그 신규 파일에 대한 모든 정보가 상기 파일 갱신 사항에 포함될 수 있다. 또한, 파일 편집 없이 파일 열람만 행한 경우에도, 그 파일 열람과 관련한 이력 정보(예를 들어, 열람자 정보, 열람 일시 정보 등)도 여기의 파일 갱신 사항에 포함될 수도 있을 것이다. 다만, 파일 갱신 사항이 존재하는지 여부는, 설계에 따라 또는 특정 기준에 따라 다르게 판단될 수 있음은 자명하다.Here, the following may correspond to file update items. First, in the case of a change (update) by editing an existing file, a file name change, various file histories (e.g., last save date, date and time of editing, editor, file size, etc.), contents in the file, and the like are changed. This may be the case. In the case of creation (creation) of a new file (including the case of creation of a new file of the same content having a different file extension by editing an existing file), all information about the new file is included in the file update item. Can be. In addition, even if only the file reading is performed without editing the file, history information related to the file reading (for example, the reader information, the reading date and time information, etc.) may also be included in the file update item here. However, it is obvious that the file update items may be determined differently depending on the design or specific criteria.

상기와 같은 파일 갱신 사항이 존재하는 경우, 상기 동기화부(230)는, 클라이언트 단말(120) 내에서의 파일 갱신이 상기 파일 서버(100)에 반영됨으로써 상기 클라이언트 단말과 상기 파일 서버 간 파일 동기화가 가능하도록, 상기 갱신 사항에 관한 데이터(또는 그 갱신된 파일 자체)를 상기 송수신부(210)를 통해서 파일 서버(100)로 전송시킬 수 있다[도 6의 단계 S66]. 이때, 상기 동기화부(230)는 상기 갱신 파일의 물리적 파일 경로(즉, 물리적 저장 위치)에 관한 정보를 상기 파일 서버(100)로 더 전송시킬 수 있다.When the file update items as described above exist, the synchronization unit 230 may be configured to reflect the file update in the client terminal 120 to the file server 100 to synchronize the file between the client terminal and the file server. If possible, data about the update item (or the updated file itself) may be transmitted to the file server 100 through the transceiver 210 (step S66 of FIG. 6). In this case, the synchronizer 230 may further transmit information about a physical file path (ie, a physical storage location) of the update file to the file server 100.

여기서, 상기 "갱신 파일의 물리적 파일 경로"는 상기 갱신 파일에 대응되는 서버 저장 원본 파일이 저장(보관)되어 있는 파일 경로를 의미한다. 도 5의 경우, 파일 서버(100)의 "C 드라이브" 내 "인사과 폴더" 내 "a.doc" (즉, C\인사과\a.doc)가 바로 그 예이다.Here, the "physical file path of the update file" means a file path in which a server storage original file corresponding to the update file is stored (stored). In the case of Fig. 5, "a.doc" (i.e., C \ apology \ a.doc) in "Ciology Folder" in "C Drive" of the file server 100 is an example.

다만 위 설명에서, 파일 간 동기화를 위해 파일 서버로 전송되는 상기 "갱신 파일 자체"란 그 갱신 파일의 복사본을 의미한다. 즉, 실제 갱신 파일은 본 발명의 파일 동기화 장치(200)에서의 파일 시스템 필터 드라이버부(250)의 제어 하에, 해당 파일의 지정된 파일 경로(저장 위치)에 따라 또는 새롭게 지정된 파일 경로에 상응하여 단말기 내 특정 저장 공간에 저장된다[도 6의 단계 S64 및 S65].In the above description, however, the "update file itself" transmitted to the file server for file-to-file synchronization means a copy of the update file. That is, the actual update file is controlled by the file system filter driver 250 in the file synchronization device 200 of the present invention according to the designated file path (storage location) of the corresponding file or corresponding to the newly designated file path. Is stored in my specific storage space (steps S64 and S65 in Fig. 6).

상기와 같이 전송된 갱신 사항에 관한 데이터(또는 갱신 파일)은 파일 서버(100)의 서버 송수신부(102)를 통해 수신될 수 있다.The data (or update file) regarding the update items transmitted as described above may be received through the server transceiver 102 of the file server 100.

여기서, 상기 수신된 데이터가 갱신된 파일 자체인 경우, 파일 서버(100)의 서버 제어부(106)는, 상기 갱신 파일을 그 갱신 파일의 물리적 파일 경로 정보에 상응하는 서버 저장부(104) 내의 특정 저장 공간에 저장한다. 이때, 상기 갱신 파일에 대응되는 파일(즉, 해당 파일이 갱신되기 전 상태의 원본 파일, 이하 "서버 저장 원본 파일"이라 명명함)이 서버 저장부(104)에 이미 저장되어 있었던 경우에는, 상기 서버 제어부(106)는, 상기 서버 저장 원본 파일을 상기 수신된 갱신 파일로 갱신(즉, 대체) 저장할 수 있다[도 6의 단계 S67]. 물론, 대체 저장 방식이 아니라 추가 저장 방식이 이용될 수도 있음은 자명하다.Here, when the received data is the updated file itself, the server control unit 106 of the file server 100 determines that the update file is in the server storage unit 104 corresponding to the physical file path information of the update file. Save to storage space. In this case, when the file corresponding to the update file (that is, the original file in the state before the file is updated, hereinafter referred to as "server storage original file") has already been stored in the server storage unit 104, The server control unit 106 may update (ie, replace) the server storage original file with the received update file (step S67 of FIG. 6). Of course, it is apparent that an additional storage method may be used rather than an alternative storage method.

또한 여기서, 상기 수신된 데이터가 상기 갱신 사항에 대한 데이터인 경우(즉, 갱신 전과 비교할 때 갱신된 사항에 대한 데이터만 수신된 경우)에는, 상기 서버 제어부(106)는, 상기 갱신 데이터에 근거하여 상기 서버 저장 원본 파일이 갱신되도록 한 후, 이에 따라 갱신된 파일을 해당 파일의 물리적 파일 경로 정보에 상응하는 저장 공간에 저장시킬 수 있다[도 6의 단계 S67]. 이 경우에도 서버 저장 원본 파일과 갱신 파일의 병행 저장 방식이 이용될 수 있음은 물론이다. 또는 갱신 데이터와 서버 저장 원본 파일의 병행 저장 방식도 이용될 수 있을 것이다.Here, when the received data is data on the update item (that is, when only data on the update item is received in comparison with before updating), the server control unit 106 is based on the update data. After the server storage source file is updated, the updated file may be stored in a storage space corresponding to the physical file path information of the file (step S67 of FIG. 6). In this case, the parallel storage method of the server storage source file and the update file may be used. Alternatively, parallel storage of update data and server storage source files may be used.

상술한 과정을 통해서 클라이언트 단말 -> 파일 서버 방향의 파일 간 동기화가 달성된다. 본 발명의 파일 동기화 장치(200)의 경우, 클라이언트/서버 구조에 의하면서도 갱신 파일이 파일 서버(100)에만 저장되는 것이 아니라 클라이언트 단말(120)에도 저장되도록 설계되어 있기 때문에, 서버로부터 내려 받은 파일이 다른 파일을 참조하거나 다른 파일과 링크되어 있는 파일(예를 들어, 엑셀 파일, CAD 파일 등과 같은 프로젝트 파일)의 경우에도 그 파일을 열었을 때 데이터 전체가 정상적으로 표시되지 않는 오류를 방지할 수 있는 이점이 있다.Through the above-described process, synchronization between files in the direction of the client terminal-> file server is achieved. In the case of the file synchronization device 200 of the present invention, since the update file is designed to be stored not only in the file server 100 but also in the client terminal 120 according to the client / server structure, the file downloaded from the server Even if a file refers to or is linked to another file (for example, a project file such as an Excel file, a CAD file, etc.), the advantage of preventing the error from displaying the entire data normally when the file is opened. There is this.

또한 상술한 클라이언트 단말 -> 파일 서버 방향의 파일 간 동기화는, 물론 클라이언트 단말 내의 모든 파일에 대하여 적용될 수도 있지만, 클라이언트 단말 내의 미리 지정된 작업 영역 내의 파일들에 대해서만 수행되도록 설정될 수도 있다. 예를 들어, 클라이언트 단말의 특정 디스크 드라이브 내 또는 특정 폴더(예를 들어, "내 문서", "인사과 폴더", "공동 프로젝트 폴더" 등) 내의 파일들에 대해서만 상기와 같은 클라이언트 단말 -> 파일 서버 방향의 파일 간 동기화가 이루어지도록 구현될 수도 있는 것이다. 또한, 상기와 같은 파일 간 동기화는 설계 또는 설정에 따라 특정 확장자를 갖는 파일들에 대해서만 수행되도록 설정될 수도 있을 것이다. 이외에도 다양한 적용 상 제한 및 설계가 가능함은 물론이다.
In addition, although the above-described file-to-file synchronization in the client terminal-> file server direction may be applied to all files in the client terminal, it may be set to be performed only on files in a predetermined work area in the client terminal. For example, only client files in a specific disk drive of a client terminal or in a specific folder (for example, "My Documents", "Ciology Folder", "Co-project Folder", etc.) It can also be implemented to achieve file-to-file synchronization. In addition, such file-to-file synchronization may be set to be performed only for files having a specific extension according to design or setting. In addition, various applications can be limited and designed.

파일 서버 -> 클라이언트 단말 방향의 파일 간 동기화File-to-file synchronization between client servers

클라이언트 단말(120) 또는 클라이언트 단말(120)의 사용자로부터, 상기 파일 서버(100)로의 연결 요청이 있는 경우[도 7의 단계 S71], 상기 파일 동기화 장치(200)의 파일 시스템 필터 드라이버부(250)의 파일 획득부(254)는 파일 서버(100)로부터 서버 저장 파일을 획득한다[도 7의 단계 S72].If there is a connection request from the user of the client terminal 120 or the client terminal 120 to the file server 100 (step S71 of FIG. 7), the file system filter driver unit 250 of the file synchronization device 200. File acquisition unit 254 acquires a server storage file from file server 100 (step S72 of Fig. 7).

이때, 파일 획득부(254)에 의해 획득되는 상기 서버 저장 파일은, 상기 클라이언트 단말 또는 상기 클라이언트 단말의 사용자에 부여된 권한에 따라 접근 가능한 상기 파일 서버(100)의 저장 공간에 포함된 파일일 수 있다.In this case, the server storage file obtained by the file obtaining unit 254 may be a file included in the storage space of the file server 100 accessible according to the authority granted to the client terminal or the user of the client terminal. have.

이를 도 5를 예를 들어 설명하면 다음과 같다. "인사과 클라이언트 단말(120)"이 파일 서버(100)에 접속한 경우, 상기 "인사과 클라이언트 단말(120)"은 파일 서버(100)의 "C 드라이브" 내의 "인사과 폴더"에만 접근 가능한 것으로 권한이 부여되어 있을 수 있다. 이러한 경우, "인사과 클라이언트 단말(120)"에 탑재된 파일 동기화 장치(200)(그 중 파일 획득부(254))는 상기 파일 서버(100) 내의 "C\인사과" 저장 공간(또는 파일 경로) 내의 a.doc라는 서버 저장 파일만을 획득할 수 있다.This will be described with reference to FIG. 5 as follows. When the "Ciology client terminal 120" accesses the file server 100, the "Ciology client terminal 120" is only accessible to the "Ciology folder" in the "C drive" of the file server 100, May be granted. In this case, the file synchronization device 200 (of which the file acquiring unit 254) mounted on the "human apple client terminal 120" stores the "C \ apple" storage space (or file path) in the file server 100. Only a server stored file named a.doc can be obtained.

여기에서는, 클라이언트 단말에 따라 서버 접근 권한이 달리 부여된 경우를 설명하였지만, 이는 로그인 등과 같은 소정의 인증 절차에 의할 때 해당 클라이언트 단말을 실제 사용하는 사용자 별(도 5의 "인사과 홍길동" 참조)로 서버 접근 권한이 달리 부여될 수도 있음은 자명하다. 이때, 이러한 인증은 본 발명의 파일 동기화 장치(200)의 인증부(240)에 의해 수행될 수 있다. 물론, 파일 서버(100) 내에서의 특정 구성부(도 4의 서버 인증부(105)에 의해 수행될 수도 있을 것이다.Here, the case in which the server access authority is differently granted according to the client terminal has been described, but this is for each user who actually uses the client terminal according to a predetermined authentication procedure such as login (see "Hong Kil Hong" in FIG. 5). Obviously, server access may be granted differently. In this case, the authentication may be performed by the authentication unit 240 of the file synchronization device 200 of the present invention. Of course, it may be performed by a specific component (server authentication unit 105 of FIG. 4) in file server 100.

상기와 같이, 파일 서버(100)로부터 해당 클라이언트 단말(120) 또는 그 사용자에 접근 권한이 있는 서버 저장 파일이 획득되면, 파일 시스템 필터 드라이버부(250)의 비교부(256)는, 상기 획득된 서버 저장 파일과 이에 대응되는 단말 저장 파일을 비교함으로써[도 7의 단계 S73]. 양자 간에 변경 사항의 존재 여부를 확인한다[도 7의 단계 S74].As described above, when the server storage file having the access right to the client terminal 120 or the user is obtained from the file server 100, the comparison unit 256 of the file system filter driver unit 250, the obtained By comparing the server storage file and the terminal storage file corresponding thereto (step S73 of FIG. 7). It is checked whether there is a change between both (step S74 in Fig. 7).

이때, 상기 비교부(256)에 의한 비교 기준으로는 다음과 같은 기준이 적용될 수 있다. 예를 들어, 양자 간의 파일 내용을 실제 비교하는 방식, 양자 간의 파일 이력(예를 들어, 파일 생성 시간, 최종 저장 일시 등)을 비교하는 방식, 파일 사이즈(데이터 량)를 비교하는 방식 등이 적용될 수 있다.In this case, the following criteria may be applied as the comparison criteria by the comparison unit 256. For example, the method of actually comparing the file contents between the two, the method of comparing the file history (for example, file creation time, last storage date and time) between the two, the method of comparing the file size (data amount), etc. may be applied. Can be.

상기와 같은 기준에 따른 비교 결과, 양자 간에 변경 사항이 존재하는 경우(즉, 획득된 서버 저장 파일이 단말 저장 파일과 달라진 경우), 파일 시스템 필터 드라이버부(250)의 파일 갱신부(258)는 상기 단말 저장 파일을 상기 획득된 서버 저장 파일에 일치하도록 갱신한다. 여기서, 단말 저장 파일을 상기 서버 저장 파일과 일치시키기 위한 갱신 방법으로는, 단말 저장 파일을 서버 저장 파일로 대체하여 저장하는 방식[도 7의 단계 S75 및 단계 S76]이 이용될 수도 있고, 그 변경 사항을 적용하여 양자를 일치시켜 저장하는 방식이 이용될 수도 있다.As a result of the comparison according to the above criteria, if there is a change between them (that is, the obtained server storage file is different from the terminal storage file), the file update unit 258 of the file system filter driver 250 The terminal storage file is updated to match the obtained server storage file. Here, as an update method for matching the terminal storage file with the server storage file, a method of replacing and storing the terminal storage file with the server storage file (steps S75 and S76 of FIG. 7) may be used, and the change thereof may be used. A method of matching and storing the two items may be used.

상술한 바와 같은, 파일 서버 -> 클라이언트 단말 방향의 파일 간 동기화는 다음과 같은 경우에 유용하다. 예를 들어, 클라이언트 단말 별로 또는 특히, 클라이언트 단말의 사용자 별로 상기 파일 서버에 별도의 서버 저장 공간이 할당된 경우에는, 타 클라이언트 단말 또는 타 사용자에 의해 상기 서버 저장 공간 내의 파일들이 변경 또는 갱신될 개연성은 크지 않다. 따라서, 이러한 경우에는 앞서 설명한 클라이언트 단말 -> 파일 서버 방향의 파일 간 동기화 만에 의해서도 본 발명의 일 목적인 "클라이언트 단말 - 파일 서버 간 파일 간 동기화"가 달성될 수 있다.As described above, file-to-file synchronization in a file server-to-client terminal direction is useful in the following cases. For example, when a separate server storage space is allocated to the file server for each client terminal or particularly for each user of the client terminal, the likelihood that files in the server storage space are changed or updated by another client terminal or another user. Is not big. Therefore, in this case, only the file-to-file synchronization in the direction of the client terminal-> file server described above may achieve "file-to-file synchronization between the client terminal and the file server" of the present invention.

그러나 클라이언트 단말 별로 또는 사용자 별로 별도의 서버 저장 공간이 할당되는 것이 아니라, 복수의 클라이언트 단말 또는 복수의 사용자에 공동의 서버 저장 공간이 주어지거나, 공동의 서버 저장 공간을 사용할 수 있도록 하는 경우가 있을 수 있다. 이러한 경우에는 일 클라이언트 단말 또는 일 사용자에 의해 작업된 파일 내용이 파일 서버에 전송됨으로써 파일 간 동기화가 이루어진 이후에도, 동일 파일이 타 클라이언트 단말 또는 타 사용자에 의해 변경될 수 있다. 따라서 위와 같은 경우에는 파일 서버 -> 클라이언트 단말 방향의 파일 동기화가 필요할 수 있다. 특히, 대상 파일(도 5 참조)이 프로젝트 파일, 공동 관리 파일 등과 같이 여러 사람에 의해 공동 작업되는 파일일 경우, 자신의 작업 이후 타인에 의해 변경(갱신)된 최신의 파일을 다시 서버로부터 내려 받고, 그 갱신된 파일로 작업을 해야 할 경우가 있으므로, 이러한 경우 상술한 파일 서버 -> 클라이언트 단말 방향의 파일 간 동기화가 매우 유용할 수 있는 것이다.However, a separate server storage space is not allocated to each client terminal or user, but a plurality of client terminals or a plurality of users may be provided with a common server storage space or may use a common server storage space. have. In this case, the same file may be changed by another client terminal or another user even after file synchronization is performed by transferring the content of a file worked by one client terminal or one user to the file server. Therefore, in the above case, file synchronization from the file server to the client terminal may be required. In particular, when the target file (see FIG. 5) is a file collaborated by several people, such as a project file or a joint management file, the latest file that has been changed (updated) by another person after the work is downloaded again from the server. In this case, the file-to-file synchronization of the file server-> client terminal described above may be very useful.

이상에서는, 파일 서버 -> 클라이언트 단말 방향의 파일 간 동기화가 클라이언트 단말 또는 그 사용자에 의한 파일 서버로의 연결 요청시 즉시 이루어지는 경우를 예로 들어 설명하였지만, 그 동기화 시점은 이외에도 다양할 수 있음은 물론이다.In the above description, a case in which file-to-file synchronization in a file server-> client terminal direction is instantaneously performed when a client terminal or a user requests a connection to a file server is described as an example. However, the synchronization time point may vary. .

예를 들어, 사용자가 클라이언트 단말에 보관된 대상 파일을 열람하고자 하는 시도를 하는 경우에(즉, 파일 열람 요청시) 비로소 그 대상 파일에 대응되는 서버 저장 파일을 획득하고 또한 갱신할 수도 있는 것이다.
For example, when a user attempts to view a target file stored in a client terminal (that is, at the time of requesting to view a file), the server storage file corresponding to the target file may be obtained and also updated.

이제까지 클라이언트 단말과 파일 서버 간 "파일 간 동기화"에 초점을 두고 설명하였다. 다만, 본 발명의 파일 동기화 장치(200)는 상기 파일 간 동기화와 더불어 폴더 간 동기화 또는/및 폴더 목록 간 동기화를 수행할 수도 있다. 이하 이에 대하여 설명하되, 앞서 설명한 파일 간 동기화에서와 동일 또는 유사한 기술적 해결 원리가 적용될 수 있는 부분에 대해서는 중복된 설명은 생략하기로 한다.
So far, the description has been focused on "file-to-file synchronization" between the client terminal and the file server. However, the file synchronization apparatus 200 of the present invention may perform the synchronization between the folders and / or the folder list in addition to the file to file synchronization. This will be described below, but a duplicate description will be omitted for a part to which the same or similar technical solution principle as in the above-described file synchronization can be applied.

[클라이언트 단말과 파일 서버 간 "폴더/폴더 목록 간 동기화"][Synchronization between folder / folder list between client terminal and file server]]

클라이언트 단말과 파일 서버 간 "폴더 간 동기화" 또는/및 "폴더 목록 간 동기화"는 앞선 파일 간 동기화와 유사한 방식에 의해서 구현될 수 있다."Inter-Folder Synchronization" and / or "Folder-to-Folder List Synchronization" between the client terminal and the file server may be implemented in a manner similar to the foregoing inter-file synchronization.

먼저, 클라이언트 단말 -> 파일 서버 방향의 "폴더/폴더 목록 동기화"는 다음과 같은 방식에 의할 수 있다.First, "folder / folder list synchronization" in the direction of a client terminal-> file server may be performed in the following manner.

즉, 파일 동기화 장치(200)의 파일 시스템 필터 드라이버부(250)(보다 구체적으로는 이벤트 확인부(252))는 파일 시스템 모니터링 또는 후킹(hooking) 등을 통해서 클라이언트 단말에서 발생한 폴더 변경, 폴더 목록 변경, 폴더 내 파일 목록 변경 등과 같은 객체 변경 이벤트를 확인할 수 있다.That is, the file system filter driver 250 (more specifically, the event checker 252) of the file synchronization device 200 may change a folder or a list of folders generated in the client terminal through file system monitoring or hooking. You can see object change events such as changes, file list changes in folders, and so on.

이에 따라, 동기화부(230)는, 상기 객체 변경 이벤트에 상응하는 객체 변경 내용(예를 들어, 폴더 변경 이벤트인 경우에는 폴더 변경)이 파일 서버에 반영됨으로써 양자 간 동기화가 가능하도록, 그 객체 변경과 관련된 갱신 정보(즉, 폴더 변경에 관한 변경 내역 정보)를 송수신부(210)를 통해서 파일 서버로 전송할 수 있다.Accordingly, the synchronization unit 230 changes the object so that the object change contents corresponding to the object change event (for example, the folder change in the case of a folder change event) are reflected in the file server, thereby enabling mutual synchronization. The update information associated with the change (that is, change history information regarding a folder change) may be transmitted to the file server through the transceiver 210.

다만, 상기와 같은 클라이언트 단말 -> 파일 서버 방향의 폴더/폴더 목록 변경은 경우에 따라 제한될 수도 있다. 예를 들어, 권한 없는 자에 의해서 파일 서버 내에서 중앙 관리되고 있는 폴더명, 폴더 계층 구조 등이 변경되는 것은 바람직하지 않을 수 있다. 따라서, 이와 같은 경우, 파일 동기화 장치(200)는, 소정의 인증 절차에 근거하여 그 클라이언트 단말이 또는 그 사용자가 폴더/폴더 목록 변경 권한을 가진 자인지 여부를 먼저 확인한 후, 권한이 있는 자 또는 단말기 내에서 발생한 폴더/폴더 목록 변경만이 파일 서버에 동기화될 수 있도록 제한할 수 있다.However, the change of the folder / folder list in the direction of the client terminal-> file server as described above may be limited in some cases. For example, it may not be desirable to change the folder name, folder hierarchy, etc. centrally managed in the file server by an unauthorized person. Therefore, in such a case, the file synchronization apparatus 200 first checks whether the client terminal or the user has the authority to change the folder / folder list based on a predetermined authentication procedure, and then has the authority or Only folder / folder list changes that occur within the terminal can be restricted to be synchronized to the file server.

그 다음으로, 파일 서버 -> 클라이언트 단말 방향의 "폴더/폴더 목록 동기화"도 다음과 같은 방식에 의할 수 있다.Next, "Folder / Folder List Synchronization" in the direction of File Server-> Client Terminal can also be performed in the following manner.

즉, 파일 동기화 장치(200)는, 클라이언트 단말 또는 사용자로부터 파일 서버로의 연결 요청이 있는 경우, 또는 폴더 열람 요청이 있는 경우에 비로소, 그 부여된 서버 접근 권한에 따라 서버 폴더 목록을 획득하고, 서버 폴더 목록과 클라이언트 단말 내의 대응 폴더 목록 간을 비교하여, 폴더 목록 간 변경 사항이 존재하면 상기 단말 폴더 목록을 상기 획득된 서버 폴더 목록으로 갱신(대체)함으로써 양자 간 폴더/폴더 목록 동기화를 구현할 수 있다.That is, the file synchronization device 200 obtains the server folder list only according to the server access authority granted when there is a connection request from the client terminal or the user to the file server, or when there is a folder viewing request. By comparing the server folder list with the corresponding folder list in the client terminal, if there is a change between the folder list, the terminal folder list may be updated (replaced) with the obtained server folder list to implement bilateral folder / folder list synchronization. have.

상술한 폴더/폴더 목록 동기화는(특히, 파일 서버 -> 클라이언트 단말 방향의 폴더/폴더 목록 동기화), 클라이언트 단말 내의 작업 환경을 파일 서버 내의 폴더 및 파일의 계층 구조와 일치시킬 수 있게 해주기 때문에, 단말 사용자 입장에서 매우 편리한 기능일 수 있다.The folder / folder list synchronization described above (particularly, the folder / folder list synchronization in a file server-> client terminal direction) allows the working environment in the client terminal to match the hierarchical structure of folders and files in the file server. This can be a very convenient feature for the user.

예를 들어, 상기 폴더/폴더 목록 동기화는 앞서 설명한 파일 간 동기화와 동시에 구현됨으로써, 파일 서버 내의 폴더 및 파일의 계층 구조가 그대로 클라이언트 단말의 특정 폴더(예를 들어, "내문서", "바탕 화면" 등) 등과 동기화되어 동일하게 구현될 수 있다. 사용자에게 매우 직관적인 작업 환경을 제공할 수 있다. 즉, 클라이언트 단말의 사용자가 소정의 인증 절차를 거쳐 파일 서버에 접속하였을 경우, 단말기의 메인 화면이 "이전 바탕 화면"에서 상기 파일 서버 내의 폴더 및 파일의 계층 구조와 일치하는 "새로운 바탕 화면"으로 재편되는 경우, 사용자에게 매우 직관적이며 접근성 높은 작업 환경이 제공되게 된다(도 5 참조). 이러한 작업 환경의 설정은 파일 동기화 장치(200)의 작업 환경 설정부(260)에 의해 구현될 수 있다.
For example, the folder / folder list synchronization is implemented simultaneously with the above-described file-to-file synchronization, such that the hierarchical structure of folders and files in the file server is intact. Etc.) may be implemented in the same manner. It can provide a very intuitive working environment for the user. That is, when the user of the client terminal accesses the file server through a predetermined authentication procedure, the main screen of the terminal changes from the "previous desktop" to the "new desktop" that matches the hierarchy of folders and files in the file server. When reorganized, the user is provided with a very intuitive and accessible working environment (see FIG. 5). The setting of the work environment may be implemented by the work environment setting unit 260 of the file synchronization apparatus 200.

앞서 상술한 동기화 방법은 이를 실행하기 위한 명령어들의 프로그램이 구현됨으로써 컴퓨터를 통해 판독될 수 있는 기록 매체(예를 들어, 하드 디스크, CD-ROM 등)에 포함되어 제공될 수도 있음을 당업자들은 쉽게 이해할 수 있을 것이다.
Those skilled in the art will readily understand that the above-described synchronization method may be provided included in a recording medium (eg, hard disk, CD-ROM, etc.) that can be read through a computer by implementing a program of instructions for executing the same. Could be.

이상에서는 본 발명의 실시예를 참조하여 설명하였지만, 해당 기술 분야에서 통상의 지식을 가진 자라면 하기의 특허 청구의 범위에 기재된 본 발명의 사상 및 영역으로부터 벗어나지 않는 범위 내에서 본 발명을 다양하게 수정 및 변경시킬 수 있음을 쉽게 이해할 수 있을 것이다.
Although the above has been described with reference to embodiments of the present invention, those skilled in the art may variously modify the present invention without departing from the spirit and scope of the present invention as set forth in the claims below. And can be changed easily.

100 : 파일 서버 120 : 클라이언트 단말
130 : 유무선 네트워크 200 : 파일 동기화 장치
210 : 송수신부 220 : 저장부
230 : 동기화부 240 : 인증부
250 : 파일 시스템 필터 드라이버부
260: 작업 환경 설정부
252 : 이벤트 확인부 254 : 파일 획득부
256 : 비교부 258 : 파일 갱신부
100: file server 120: client terminal
130: wired and wireless network 200: file synchronization device
210: transceiver 220: storage
230: synchronization unit 240: authentication unit
250: file system filter driver
260: work environment setting unit
252: event confirmation unit 254: file acquisition unit
256: comparison unit 258: file update unit

Claims (9)

클라이언트 단말에 연결된 파일 서버로 데이터를 송신하는 송신부;
상기 클라이언트 단말에서 발생한 파일 저장 이벤트를 확인하는 이벤트 확인부; 및
상기 파일 저장 이벤트가 확인된 파일에 갱신 사항이 존재하는 경우, 상기 파일 갱신 사항이 상기 파일 서버에 반영될 수 있도록, 갱신된 파일 또는 상기 갱신 사항에 관한 데이터를 상기 송신부를 통해서 상기 파일 서버로 전송시키는 동기화부를 포함하되,
상기 동기화부는,
상기 클라이언트 단말의 미리 지정된 작업 영역 내에서의 파일 갱신 사항 또는 미리 지정된 확장자를 갖는 파일의 파일 갱신 사항에 대해서만, 상기 갱신된 파일 또는 상기 갱신 사항에 대한 데이터를 상기 파일 서버로 전송시키는 것을 특징으로 하는 파일 동기화 장치.
A transmitter for transmitting data to a file server connected to the client terminal;
An event confirmation unit confirming a file storage event occurring in the client terminal; And
When an update item exists in a file in which the file storage event is confirmed, the updated file or data about the update item is transmitted to the file server through the transmitter so that the file update item is reflected in the file server. Including a synchronization unit for
Wherein the synchronization unit comprises:
Characterized in that for only the file update in the predetermined work area of the client terminal or the file update of the file having a predetermined extension, the updated file or data about the update is transmitted to the file server. File sync device.
제1항에 있어서,
상기 이벤트 확인부는, 상기 클라이언트 단말에서 발생한 폴더 변경, 폴더 목록 변경, 폴더 내 파일 목록 변경 중 적어도 어느 하나와 관련된 객체 변경 이벤트를 더 확인하고,
상기 동기화부는, 상기 객체 변경 이벤트에 상응하는 객체 변경 내용이 상기 파일 서버에 반영될 수 있도록, 상기 객체 변경과 관련된 갱신 정보를 상기 송신부를 통해서 상기 파일 서버로 전송시키는 것을 특징으로 하는 파일 동기화 장치.
The method of claim 1,
The event checking unit may further check an object change event related to at least one of a folder change, a folder list change, and a file list change in a folder generated by the client terminal.
And the synchronization unit transmits the update information related to the object change to the file server through the transmitter so that the object change content corresponding to the object change event is reflected on the file server.
제2항에 있어서,
상기 클라이언트 단말 또는 상기 클라이언트 단말의 사용자를 인증하는 인증부를 더 포함하되,
상기 동기화부는, 상기 인증부로부터 획득된 인증 정보에 근거하여, 상기 객체 변경 이벤트가 객체 변경 권한이 있는 단말 또는 사용자에 의해 발생된 경우에만 상기 객체 변경과 관련된 갱신 정보를 상기 파일 서버로 전송시키는 것을 특징으로 하는 파일 동기화 장치.
The method of claim 2,
Further comprising an authentication unit for authenticating the client terminal or the user of the client terminal,
The synchronization unit transmits the update information related to the object change to the file server only when the object change event is generated by a terminal or a user having object change authority based on the authentication information obtained from the authentication unit. File synchronization device.
제1항에 있어서,
파일 서버로부터 데이터를 수신하는 수신부;
상기 클라이언트 단말 또는 상기 클라이언트 단말의 사용자에 부여된 권한에 따라 접근 가능한 상기 파일 서버의 저장 공간에 포함된 서버 저장 파일을 획득하는 파일 획득부;
상기 서버 저장 파일과 상기 클라이언트 단말에 저장된 대응 파일을 비교하는 비교부; 및
상기 비교 결과에 따라 상기 서버 저장 파일과 상기 단말 저장 파일 간 변경 사항이 존재하는 경우, 상기 단말 저장 파일을 상기 서버 저장 파일에 일치하도록 갱신하는 파일 갱신부
를 더 포함하는 파일 동기화 장치.
The method of claim 1,
Receiving unit for receiving data from the file server;
A file acquisition unit for acquiring a server storage file included in a storage space of the file server accessible according to the authority granted to the client terminal or the user of the client terminal;
A comparison unit comparing the server storage file with a corresponding file stored in the client terminal; And
A file update unit for updating the terminal storage file to match the server storage file when there is a change between the server storage file and the terminal storage file according to the comparison result
File synchronization device further including.
제4항에 있어서,
상기 비교부는, 파일 생성 시간, 파일 사이즈, 파일 내용 중 적어도 하나에 근거하여 상기 서버 저장 파일과 상기 단말 저장 파일 간의 변경 사항 존재 여부를 비교하는 것을 특징으로 하는 파일 동기화 장치.
The method of claim 4, wherein
And the comparison unit compares whether there is a change between the server storage file and the terminal storage file based on at least one of a file generation time, a file size, and a file content.
제4항에 있어서,
상기 파일 획득부는, 상기 클라이언트 단말로부터 상기 파일 서버로의 연결 요청이 있는 경우 또는 상기 클라이언트 단말로부터 상기 서버 저장 파일에 대응되는 단말 저장 파일의 열람 요청이 있는 경우, 상기 서버 저장 파일을 획득하는 것을 특징으로 하는 파일 동기화 장치.
The method of claim 4, wherein
The file obtaining unit obtains the server storage file when there is a connection request from the client terminal to the file server or when a request for reading a terminal storage file corresponding to the server storage file is received from the client terminal. File synchronization device.
제4항에 있어서,
상기 클라이언트 단말로부터 상기 파일 서버로의 연결 요청이 있는 경우 또는 상기 클라이언트 단말로부터 상기 서버 저장 파일을 포함하는 폴더의 열람 요청이 있는 경우,
상기 파일 획득부는, 상기 파일 서버의 상기 저장 공간에 포함된 서버 폴더 목록을 획득하고,
상기 비교부는, 상기 서버 폴더 목록과 상기 클라이언트 단말에 저장된 대응 폴더 목록을 비교하며,
상기 파일 갱신부는, 상기 서버 폴더 목록과 상기 단말 폴더 목록 간 변경 사항이 존재하는 경우, 상기 단말 폴더 목록을 상기 서버 폴더 목록으로 갱신하는 것을 특징으로 하는 파일 동기화 장치.
The method of claim 4, wherein
When there is a connection request from the client terminal to the file server or when there is a request to view a folder including the server storage file from the client terminal,
The file obtaining unit obtains a server folder list included in the storage space of the file server,
The comparison unit compares the server folder list with the corresponding folder list stored in the client terminal.
The file update unit, if there is a change between the server folder list and the terminal folder list, the file synchronization device, characterized in that for updating the terminal folder list to the server folder list.
삭제delete 제1항에 있어서,
상기 파일 서버로의 연결 요청에 따라, 상기 클라이언트 단말의 사용자에 대한 인증을 수행하는 인증부; 및
상기 인증된 사용자의 작업 환경을 설정하는 작업 환경 설정부를 더 포함하되,
상기 작업 환경 설정부는, 상기 클라이언트 단말의 사용자에 부여된 권한에 따라 접근 가능한 상기 파일 서버의 저장 공간에 포함된 파일 및 폴더가, 상기 파일 서버의 상기 저장 공간 내의 상기 파일 및 상기 폴더에 대한 계층 구조에 상응하여 상기 클라이언트 단말의 바탕 화면에 표시되도록 작업 환경을 설정하는 것을 특징으로 하는 파일 동기화 장치.
The method of claim 1,
An authentication unit configured to authenticate a user of the client terminal according to a connection request to the file server; And
Further comprising a work environment setting unit for setting a work environment of the authenticated user,
The work environment setting unit is a hierarchical structure for the files and folders included in the storage space of the file server accessible according to the authority granted to the user of the client terminal, in the storage space of the file server. Corresponding to the file environment, characterized in that for setting the work environment to be displayed on the desktop of the client terminal.
KR1020100063169A 2010-06-30 2010-06-30 File syscronization method and apparatus KR101178280B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020100063169A KR101178280B1 (en) 2010-06-30 2010-06-30 File syscronization method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020100063169A KR101178280B1 (en) 2010-06-30 2010-06-30 File syscronization method and apparatus

Publications (2)

Publication Number Publication Date
KR20120002344A KR20120002344A (en) 2012-01-05
KR101178280B1 true KR101178280B1 (en) 2012-08-29

Family

ID=45609776

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020100063169A KR101178280B1 (en) 2010-06-30 2010-06-30 File syscronization method and apparatus

Country Status (1)

Country Link
KR (1) KR101178280B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101763904B1 (en) * 2016-12-30 2017-08-14 (주)엠더블유스토리 System and method for synchronizing and centralizing of the file

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102039028B1 (en) 2012-02-24 2019-10-31 삼성전자 주식회사 Apparatus and method for sharing a data of mobile terminal
CN110543461A (en) * 2012-07-27 2019-12-06 三星电子株式会社 Terminal for performing data synchronization and method thereof
CN103716350B (en) * 2012-09-29 2018-03-30 腾讯科技(北京)有限公司 A kind of method, apparatus and system that control is synchronized to resource
KR102162086B1 (en) * 2019-10-25 2020-10-06 삼성전자 주식회사 Apparatus and method for sharing a data of mobile terminal
KR102281270B1 (en) * 2019-10-25 2021-07-23 삼성전자 주식회사 Apparatus and method for sharing a data of mobile terminal

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101763904B1 (en) * 2016-12-30 2017-08-14 (주)엠더블유스토리 System and method for synchronizing and centralizing of the file
WO2018124496A1 (en) * 2016-12-30 2018-07-05 (주)엠더블유스토리 File synchronization and centralization system, and file synchronization and centralization method
US11250150B2 (en) 2016-12-30 2022-02-15 Mwstory Co., Ltd. File synchronization and centralization system, and file synchronization and centralization method

Also Published As

Publication number Publication date
KR20120002344A (en) 2012-01-05

Similar Documents

Publication Publication Date Title
US11755616B2 (en) Synchronized organization directory with team member folders
US9697225B2 (en) Method for synchronizing file
CN101167069B (en) System and method for peer to peer synchronization of files
KR101178280B1 (en) File syscronization method and apparatus
CN101567858B (en) Method and system for synchronizing data
JP7355964B2 (en) External location synchronization
JP7355959B2 (en) External location synchronization

Legal Events

Date Code Title Description
A201 Request for examination
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20160112

Year of fee payment: 4

FPAY Annual fee payment

Payment date: 20160729

Year of fee payment: 5

FPAY Annual fee payment

Payment date: 20170911

Year of fee payment: 6