WO2015102133A1 - 파일을 관리하기 위한 장치 및 이를 위한 방법 - Google Patents

파일을 관리하기 위한 장치 및 이를 위한 방법 Download PDF

Info

Publication number
WO2015102133A1
WO2015102133A1 PCT/KR2014/000069 KR2014000069W WO2015102133A1 WO 2015102133 A1 WO2015102133 A1 WO 2015102133A1 KR 2014000069 W KR2014000069 W KR 2014000069W WO 2015102133 A1 WO2015102133 A1 WO 2015102133A1
Authority
WO
WIPO (PCT)
Prior art keywords
file
user device
user
location
storage server
Prior art date
Application number
PCT/KR2014/000069
Other languages
English (en)
French (fr)
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 주식회사 마이드라이브스
Publication of WO2015102133A1 publication Critical patent/WO2015102133A1/ko

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/18File system types
    • G06F16/182Distributed file systems
    • G06F16/1824Distributed file systems implemented using Network-attached Storage [NAS] architecture
    • G06F16/183Provision of network file services by network file servers, e.g. by using NFS, CIFS
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • 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/13File access structures, e.g. distributed indices
    • 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/14Details of searching files based on file metadata
    • G06F16/148File search processing

Definitions

  • the present invention relates to a file management technique, and more particularly, to an apparatus and a method for integrated management of files stored in different media, which are managed by heterogeneous file systems.
  • the second problem is that file transfer between device and service is not easy.
  • a USB cable or an e-mail is used to transfer files between devices.
  • the maximum transfer rate is not as high as 12 megabits per second based on the current USB cable and cannot be used for direct file transfer between PCs.
  • Email-based methods also have the drawback that large file transfers are limited and transfer times can be long (separate upload and download times).
  • Internet-based SNS services also have the inconvenience of having to download and upload individual files separately. For example, if you want to move your photobook from Cyworld to Facebook, you have to download all your photos one by one and upload them back to Facebook.
  • the third problem is file sharing. In order to share large media contents such as movies with friends, it is a hassle to store files on a removable hard disk or a large USB memory, and then meet with friends by holding these devices.
  • the storage and sharing of files through cloud services also has a problem in that there is a limit in the amount of storage space provided in the cloud.
  • the capacity of individual files is so large that the capacity of the currently available cloud storage space is insufficient.
  • the storage module for storing data; A communication module for communication; And a file list of the user's file stored in at least one of at least one user device and at least one storage server to which the user subscribes to the service through the communication module, and converts the received file list into a preset format. And a control module for converting the integrated file list into the integrated file list and storing the converted integrated file list in the storage module.
  • the integrated file list may include information on a location where the file is actually stored.
  • control module When the control module receives a request message for requesting the location of a specific file from the user device through the communication module, the control module searches for the location of the file indicated by the received request message in the integrated file list, And send a response message including the information to the user device.
  • control module When the control module receives a request message for uploading a specific file from the user device through the communication module, the control module searches for the integrated file list and stores a storage server in which a file associated with the specific file is stored according to a preset algorithm. Search for and upload the specific file to the searched storage server through the communication module to the user device.
  • control module When the control module receives a request message requesting to move a specific file from a user device to a specific storage server through the communication module, the control module searches the integrated file list to search for a storage server in which the specific file is currently stored. After the specific file is downloaded from the searched storage server, the downloaded specific file is uploaded to the specific storage server.
  • File management method of a service server for achieving the above object, the user stored in at least one of at least one user device and at least one storage server to which the user subscribed to the service Receiving a file list for a file of; And processing the received file list into an integrated file list according to a preset format, and storing the processed integrated file list.
  • the integrated file list may include information on a location where the file is actually stored.
  • the user device 100 owned by a user “clouds". This is possible because the user devices 100 are on most of the time due to advances in battery technology, while they are always connected to the network, i.e., the Internet. Accordingly, each user device 100 may have the same characteristics as a server, and each user device 100 may function as an individual cloud storage server forming a cloud.
  • an integrated file list is generated on the service server 300 by integrating the clouded user devices 100 with the actual cloud storages and the application server that provides various services, that is, the storage server 200.
  • the service server 300 does not store the file directly but stores only the integrated file list having information on where the file exists. Accordingly, when any user device 100 of the user accesses the service server 300, the user may search for a location where a specific file exists and utilize the same.
  • FIG. 1 is a view for explaining the configuration of a file management system according to an embodiment of the present invention.
  • FIG. 2 is a block diagram illustrating a configuration of a service server according to an exemplary embodiment of the present invention.
  • FIG. 3 is a block diagram schematically illustrating an internal configuration of a user device according to an embodiment of the present invention.
  • 4A and 4B are diagrams for describing an integration method for integrated management of a file list according to an embodiment of the present invention.
  • FIG. 5 is a flowchart illustrating a cloudization method for file management according to an embodiment of the present invention.
  • FIG. 6 is a flowchart illustrating a cloud connection method for file management according to an embodiment of the present invention.
  • FIG. 7 is a flowchart illustrating a file searching method for file management according to an embodiment of the present invention.
  • FIG. 8 is a flowchart illustrating a file upload method for file management according to an embodiment of the present invention.
  • FIG. 9 is a flowchart illustrating a file moving method for file management according to an embodiment of the present invention.
  • FIG. 10 is a flowchart illustrating a file download method for file management according to an embodiment of the present invention.
  • FIG. 11 is a flowchart illustrating a file sharing method for file management according to an embodiment of the present invention.
  • FIG. 1 is a view for explaining the configuration of a file management system according to an embodiment of the present invention.
  • a file management system may include at least one user device 100, at least one storage server 200, and a service server 300.
  • the user device 100 may be a device that can access the service server 300 through a network by wireless or wired.
  • the user device 100 may be a smart phone, a tablet, a laptop, a tablet, a portable, a personal digital assistant, an e-book reader, a notebook. ) May be exemplified.
  • Each of the plurality of user devices 100 may be installed and operated with a different operating system (OS), and the operating system may exemplify iOS, Symbian, Android, Windows, MAC, Linux, Unix, and the like. . Accordingly, the user device 100 manages a file through different file systems.
  • OS operating system
  • the storage server 200 may be a device installed on a network to provide a service related to a file generated through the user device 100.
  • Services related to files include all services that store a user's file in the storage server 200.
  • services related to files are web storage services such as Dropbox, Skydrive, Google Drive, NDrive, Evernote, Social Network Service (SNS) such as Facebook, File Transfer Protocol (FTP), Secure FTP or SSH File Transfer. Protocol) can be used to provide a file storage, upload and download.
  • the service server 300 manages files of all users stored in the above-described user device 100 or the storage server 200 for each user.
  • the service server 300 manages the files stored in the user device 100 or the storage server 200 as an integrated file list in a preset format.
  • This unified file list includes information for identifying a file and location information about a location where the file is stored, although the actual file is not stored.
  • the location information may be information for identifying a device where a file is stored or may be a physical address or a logical address where the file is stored.
  • FIG. 2 is a block diagram illustrating a configuration of a service server according to an exemplary embodiment of the present invention.
  • the service server includes a communication module 310, a storage module 320, and a control module 330.
  • the communication module 310 communicates with the plurality of user devices 100, the storage server 200, and the like through a network to transmit and receive data.
  • the data may be various messages according to an embodiment of the present invention, including a file list.
  • the storage module 320 stores a program and data necessary for the operation of the service server 300 and may be divided into a program area and a data area.
  • the program area may store a program for controlling the overall operation of the service server 300, an operating system (OS) for booting the service server 300, an application program, and the like.
  • the data area stores a consolidated file list according to an embodiment of the present invention.
  • Various data stored in the storage module 330 may be deleted, changed, or added according to a user's manipulation.
  • the storage module 320 includes a cache and storage.
  • the control module 330 may control an overall operation of the service server 300 and a signal flow between internal blocks of the service server 300, and may perform a data processing function for processing data.
  • the control module 330 may be a central processing unit (CPU), an application processor, or the like.
  • the control module 330 receives a file list of files stored in the at least one user device 100 or the at least one storage server 200 through the communication module 310, and processes the received file list into a preset format. Alternatively, you can convert to create an integrated file list. Then, the control module 330 stores the generated integrated file list in the storage module 320.
  • the control module 330 stores a file list of a user's file stored in at least one user device 100 owned by a user and at least one storage server 200 in which the user subscribes to the service through the communication module 310. Can be received.
  • the storage server 200 after receiving a credential for accessing the storage server 200 from the user device 100, after accessing the storage server 200 using the received credentials, A file list of a user's file stored in the storage server 200 may be received.
  • the control module 330 converts the received file list into an integrated file list according to a preset format. Subsequently, the control module 330 stores the converted integrated file list in the storage module 320.
  • the integrated file list includes information on the location where the file is actually stored.
  • the control module 330 may manage all the files generated by one user as one integrated file list.
  • the user device 100 may search for the location of a specific file among user files, or download the specific file to a specific user device 100 among the user devices 100 owned by the user, or the specific file.
  • a request message for requesting a location of a specific file may be transmitted.
  • the control module 330 receives the request message for requesting the location of the specific file from the user device 100 through the communication module 310, the control module 330 stores the location of the specific file indicated by the received request message.
  • a response message including the location information indicating the location of the specific file may be transmitted to the user device 100 through the communication module 310.
  • the user device 100 may upload a specific file to the storage server 200.
  • the user device 100 may transmit a request message for uploading a specific file to the service server 300.
  • the control module 330 may receive a request message for uploading a specific file from the user device 100 through the communication module 310.
  • the request message for uploading a specific file includes the file's attributes.
  • attributes may include, for example, the type of file such as the file extension, the application that generated the file, the device that generated the file, and the like.
  • the control module 330 searches the integrated file list stored in the storage module 320 and searches the storage server 200 in which the file associated with the specific file is stored according to a preset algorithm.
  • searching for the storage server 200 in which a file associated with a specific file is stored may be, for example, searching for the storage server 200 in which a file having a similar attribute is stored.
  • the control module 330 may transmit a response message to the user device 100 through the communication module 310 to upload a specific file to the searched storage server 200. Accordingly, the user device 100 may upload the file to the storage server 200.
  • the user device 100 may transmit a request message for requesting to move a specific file to a specific storage server 200.
  • the control module 330 may receive a request message requesting to move a specific file from the user device 100 to the specific storage server 200 through the communication module 310. Then, the control module 330 searches the integrated file list and searches the storage server 200 currently storing the specific file. That is, the control module 330 retrieves a location where a specific file is stored from the integrated file list. As a result, the storage server 200 storing the specific file can be searched. Then, the control module 330 downloads a specific file from the storage server 200 retrieved through the communication module 310, and then specifies the downloaded specific file by the user device 100 through the communication module 310. Upload to the storage server 200.
  • FIG. 3 is a block diagram schematically illustrating an internal configuration of a user device according to an embodiment of the present invention.
  • the user device 100 includes a communication unit 110, an input unit 120, a display unit 130, a storage unit 140, and a controller 150.
  • the communication unit 110 is for transmitting and receiving data with the storage server 200 or the service server 300 through a network.
  • the communication unit 110 may include an RF transmitter for up-converting and amplifying a frequency of a transmitted signal, and an RF receiver for low noise amplifying and down-converting a received signal.
  • the communication unit 110 may be configured as a wired transceiver for transmitting and receiving data through a connected line. That is, the communication unit 110 receives data from the storage server 200 or the service server 300 and outputs the data to the controller 150, and outputs the data output from the controller 150 to the storage server 200 or the service server 300. ) Can be sent.
  • the data transmitted by the communication unit 110 may include a file list.
  • the input unit 120 receives a key operation of the user for controlling the user device 100, generates an input signal, and transmits the generated input signal to the controller 150.
  • the input unit 120 may include any one of a power key, a numeric key, and a direction key for power on / off, and may be formed as a predetermined function key on one surface of the user device 100. Functions of the various keys of the input unit 120 may be performed in the display unit 130. When all functions may be performed by the display unit 130 alone, the input unit 120 may be omitted.
  • the display unit 130 visually provides a menu, data, function setting information, and various other information of the user device 100 to the user.
  • the display unit 130 outputs a boot screen, a standby screen, a menu screen, and other application screens of the user device 100.
  • the display unit 130 is formed as a touch screen, some or all of the functions of the input unit 120 may be performed instead.
  • the display unit 130 may be formed of a liquid crystal display (LCD), organic light emitting diodes (OLEDs), active matrix organic light emitting diodes (AMOLEDs), or the like.
  • the storage 140 stores a program and data necessary for the operation of the user device 100, and may be divided into a program area and a data area.
  • the program area may store a program for controlling the overall operation of the user device 100, an operating system (OS) for booting the user device 100, an application program, and the like.
  • the data area is an area in which user data generated according to the use of the user device 100 is stored.
  • the storage 140 may store various types of data generated according to the user's use of the user device 100. Various data stored in the storage 140 may be deleted, changed, or added according to a user's manipulation.
  • the controller 150 may control an overall operation of the user device 100, a signal flow between internal blocks of the user device 100, and may perform a data processing function of processing data.
  • the controller 150 may be a central processing unit (CPU), an application processor, or the like.
  • the controller 150 may transmit a file list of the user file stored in the storage 140 to the service server 300 through the communication unit 110.
  • the controller 150 may access the at least one storage server 200 providing a service subscribed to by the user and acquire credentials for accessing the storage server 200. Then, the controller 150 transmits the credentials to the service server through the communication unit 110 so that the service server 300 may receive a file list of a user's file stored in the storage server 200 from the storage server 200. 300 can be sent. Accordingly, the service server 300 may receive a file list of all files of a specific user and generate an integrated file list.
  • the controller 150 may transmit a request message for requesting the location of a specific file to the service server 300 through the communication unit 110.
  • the service server 300 searches for the location of a specific file in the integrated file list and transmits a response message including the location information indicating the location.
  • the controller 150 may receive a response message through the communication unit 110 and obtain location information indicating a location of a specific file from the received response message.
  • the controller 150 obtaining the location information displays the location information, downloads a specific file with reference to the location information, or transmits the location information to the user device 100 of another user so that another user device downloads the specific file. By sending, you can share specific files with other users.
  • the controller 150 may transmit a request message for uploading a specific file to the service server 300 through the communication unit 110.
  • the request message for uploading a specific file includes the file's attributes.
  • attributes may include, for example, the type of file such as the file extension, the application that generated the file, the device that generated the file, and the like.
  • the service server 300 searches the integrated file list and searches the storage server 200 in which a file associated with a specific file is stored according to a preset algorithm.
  • the service server 300 may search the storage server 200 in which files having similar attributes are stored.
  • the service server 300 may transmit a response message to the user device 100 to upload a specific file to the searched storage server 200.
  • the controller 150 may receive a response message through the communication unit 110 and upload the file to the corresponding storage server 200 designated by the response message.
  • the controller 150 may transmit a request message for requesting the service server 300 to move a specific file to the specific storage server 200 to the service server 300 through the communication unit 110. Then, the service server 300 searches the integrated file list and searches the storage server 200 in which a specific file is currently stored. Then, the service server 300 will download the specific file from the searched storage server 200, and upload the downloaded specific file to the specific storage server 200 designated by the user device 100.
  • 4A and 4B are diagrams for describing an integration method for integrated management of a file list according to an embodiment of the present invention.
  • reference numerals 410 and 420 may be actual file lists for files stored in the storage server 200 that provides a service related to a file.
  • reference numeral 410 is an actual file list of files stored in Dropbox
  • 420 is an actual file list stored in an FTP site.
  • the candidate candidate 430 is an actual file list of files stored in the hard disk of the specific user device 100.
  • This actual file list is transmitted to the service server 300 by the user device 100 or the storage server 200.
  • the service server 300 converts the actual file list into a virtual integrated file list according to a preset format.
  • the service server 300 divides the actual file list into a predetermined format as needed.
  • reference numerals 411, 412, and 413 denote the actual file list 410 of the files stored in Dropbox
  • reference numerals 421 and 422 denote the actual file lists 420 stored in the FTP site.
  • the service server 300 classifies the divided file list according to a preset format.
  • Reference numerals 401, 402, 403 and 404 denote this classification.
  • the service server 300 converts the classified file list into a virtual unified file list.
  • Reference numerals 501 to 504 and 521 to 541 refer to the root (ROOT), and the integrated file list in which the file list for each device (user device 100 or storage server 200) is defined in a tree structure or a directory structure. Indicates.
  • This unified file list includes information about the file and the location where the file is stored.
  • the first and second user devices 101, 102 are shown in FIG. 5.
  • the first and second user devices 101, 102 are devices owned by the same user.
  • the first user device 101 may be a smartphone using Android as an operating system
  • the second user device 102 may be a laptop or a notebook using Windows as an operating system. .
  • the first user device 101 transmits a file list of all files stored in the first user device 101 to the service server 300.
  • the service device 300 receives the file list and processes all the file lists into the integrated file list in the preset format.
  • the second user device 102 transmits a file list of all files stored in the second user device 102 to the service server 300. Then, the service device 300 receives the processed file list in step S140 and processes the file list into the integrated file list in the same preset format as in step S120 and stores the file list.
  • a file list of all files stored in each of the plurality of user apparatuses 100 may be received and merged into a unified file list of the same format.
  • FIG. 6 is a flowchart illustrating a cloud connection method for file management according to an embodiment of the present invention.
  • the user device 100 exists in FIG. 6, and the user device 100 is a device using a specific operating system.
  • the operating system may exemplify Android, Windows, or the like.
  • a user of the user device 100 is subscribed to a service provided by the storage server 200.
  • the storage server 200 may be a server for providing a cloud service.
  • the cloud service can exemplify Dropbox, Skydrive, NDrive, Google Drive, etc.
  • the storage server 200 may be a server for providing an SNS service. This SNS service is representative of Facebook.
  • the storage server 200 may be a file server for providing a file service, for example, a server using FTP (File Transfer Protocol).
  • FTP File Transfer Protocol
  • the user device 100 may access the storage server 200 and obtain a credential.
  • the credentials may be credentials for an account of the user of the user device 100. Then, the user device 100 transmits the credentials to the service server 300 in step S220.
  • the service server 300 accesses the storage server 200 through credentials in operation S230.
  • the service server 300 transmits a request message for requesting a file list of a file of a user of the user device 100 stored in the storage server 200.
  • the storage server 200 transmits the file list to the service server 300 in step S250.
  • the service server 300 may process the corresponding file list into the integrated file list in the same preset format as the previous steps S120 and S140 of FIG. 5 and store the file list. Subsequently, the service server 300 transmits to the user device 100 a completion message indicating that the procedure is completed in step S270.
  • a file list of all files stored in the storage server 200 is received to integrate the user device 100 as described in FIG. 5. You can merge them into one consolidated file list in the same format as the file list. 5 and 6 may be performed regardless of the order.
  • FIG. 6 only one storage server 200 is described, but each storage server 200 is performed through the same procedure with respect to each of the plurality of storage servers 200 operating a service subscribed to by the user of the user device 100. Receive a list of files for files stored in) and merge them into one consolidated file list of the same format.
  • the service device 300 includes all user files stored in a plurality of user devices 100 owned by a user and a plurality of storage servers 200 that provide services subscribed to by the user. After receiving the file list through the same procedure, it is assumed that the integrated file list processed in the same format is stored.
  • the user device 100 transmits a file location request message to the service server 300 in operation S310.
  • the file location request message is for requesting a storage location of a specific file.
  • the service server 300 retrieves the list of integrated files previously stored in step S320. This integrated file list is stored through the procedure as shown in FIGS. 5 and 6.
  • the service server 300 transmits a file location response message including location information, which is information indicating a location where the file is stored, to the user device 100 in operation S330. Accordingly, the user device 100 may display the location of the file.
  • the service device 300 may store all files of a user stored in a plurality of user devices 100 owned by a user and a plurality of storage servers 200 providing a service subscribed to by the user. After receiving the file list through the procedure as shown in Fig. 6, it is assumed that the integrated file list processed in the same format is stored.
  • the upload location request message may include a file name, an attribute, etc. of a file to be uploaded.
  • attributes may include, for example, the type of file such as the file extension, the application that generated the file, the device that generated the file, and the like.
  • the service server 300 searches for a list of pre-stored integrated files, and stores the most related file to a file to be uploaded according to a preset algorithm among the plurality of storage servers 200 (or the user device 100). 200) can be determined as the location to upload. For example, it may be to search the storage server 200 in which files having similar attributes are stored. At this time, when the location to upload the file is determined, the location information of the file is added to the integrated file list.
  • the service server 300 transmits an upload location response message indicating the location (that is, device) determined in step S430 to the user device 100.
  • the upload location determined by the service server 300 is the storage server 200.
  • the user device 100 uploads the file to the storage server 200. If the upload is complete, the storage server 200 transmits an upload confirmation message to the user device 100 indicating that the upload is completed in step S450.
  • the service device 300 may store all files of a user stored in a plurality of user devices 100 owned by a user and a plurality of storage servers 200 providing services subscribed to by the user. After receiving the file list through the procedure as shown in Fig. 6, it is assumed that the integrated file list processed in the same format is stored.
  • the user device 100 transmits a file move request message to the service server 300 requesting to move a specific file.
  • the service server 300 receiving the file move request message checks the location of a specific file and determines the location of the file to be moved in step S520. Accordingly, the integrated file list is updated.
  • the current location of the specific file is the first storage server 200 and the location to be moved is the second storage server 200. Then, after the service server 300 downloads a specific file from the first storage server 201 in operation S530, the service server 300 uploads the specific file to the second storage server 202 in operation S540.
  • the service server 300 transmits a file movement completion message to the user device 100 indicating that the file has been moved from the first storage server 201 to the second storage server 202.
  • the first and second user devices 101, 102 are devices owned by the same user.
  • the first user device 101 may be a smartphone using Android as an operating system
  • the second user device 102 may be a laptop or a notebook using Windows as an operating system.
  • the service device 300 is configured for all files of a user stored in a plurality of user devices 100 (101, 102) owned by a user and a plurality of storage servers 200 providing services subscribed to the user. After receiving the file list through the procedure of FIGS. 5 and 6, it is assumed that the integrated file list processed in the same format is stored.
  • the first user device 101 transmits a file location request message to the service server 300 requesting a location of a file to download to download a specific file.
  • the service server 300 receiving the file location request message searches for the location of the requested specific file through the integrated file list in step S620. Then, the service server 300 transmits an S630 file location response message to the first user device 101.
  • the file location response message includes location information, which is information indicating the location of a specific file. For example, assume that the current location where a particular file is stored is in the second user device 102 and the IP address where the file is stored is 192.248.4.41. Then, the file download response message may include information identifying the second user device 102, which is the device where the file is stored, as the location information, and 192.248.4.41, which is an IP address.
  • the first user device 101 Upon receiving the file location response message, the first user device 101 requests the second user device 102 to download a file using the location information included in the file location response message in operation S640. Then, the first user device 101 downloads a file from the second user device 102 in step S650.
  • the first and second user devices 101, 102 are the same user owned device, and the third user device is the other user owned device.
  • the first user device 101 may be a smartphone using Android as an operating system
  • the second user device 102 may be a laptop or a notebook using Windows as an operating system.
  • the third user device may be a device using iOS as an operating system.
  • the service device 300 is configured for all files of a user stored in a plurality of user devices 100 (101, 102) owned by a user and a plurality of storage servers 200 that provide services subscribed to by the user. After receiving the file list through the procedure of FIGS. 5 and 6, it is assumed that the integrated file list processed in the same format is stored.
  • a user of the first user device 101 assumes a situation in which a user wants to share a file with a user of the third user device 103.
  • the first user device 101 may transmit a file location request message for requesting information on the location of a specific file for sharing a specific file in operation S710. 300).
  • the service server 300 receiving the file location request message checks the location of the current file by searching the integrated file list in step S720. Then, the service server 300 transmits a file location response message to the first user device 101 in step S730.
  • This file location response message includes information about where the file is stored. For example, it is assumed that a specific file is currently stored in the second user device 102, and the address where the file is stored is md.gg/aa/myfile. Then, the file location response message is location information where the file is stored, and may include information identifying the second user device 102 and md.gg/aa/myfile which is an address.
  • the service server 300 receiving the file location response message transmits the location information indicating the location where the file is stored to the third user device 103 in the form of link information in step S740. Then, the third user device 103 requests the file from the second user device 102 in step S750 and receives the file in step S760.
  • the present invention “clouds" a user device 100 owned by a user. This is possible because the user devices 100 are on most of the time due to advances in battery technology, while they are always connected to the network, i.e., the Internet. Accordingly, each user device 100 satisfies a server-like characteristic, and each user device 100 is a separate cloud storage server that can be utilized as a cloud.
  • an integrated file list is generated on the service server 300 by integrating the clouded user devices 100 with the actual cloud storages and the application server that provides various services, that is, the storage server 200.
  • the service server 300 does not store the file directly but stores only the integrated file list having information on where the file exists. Accordingly, when any user device 100 of the user accesses the service server 300, the location of the specific file may be detected and used.
  • the method for file management according to the present invention may be implemented in software form readable through various computer means and recorded on a computer readable recording medium.
  • the recording medium may include a program command, a data file, a data structure, etc. alone or in combination.
  • Program instructions recorded on the recording medium may be those specially designed and constructed for the present invention, or they may be of the kind well-known and available to those having skill in the computer software arts.
  • the recording medium may be magnetic media such as hard disks, floppy disks and magnetic tapes, optical disks such as Compact Disk Read Only Memory (CD-ROM), digital video disks (DVD), Magneto-Optical Media, such as Floppy Disk, and ROM, Random Access Memory (RAM), Flash Memory, Solid State Disk (SSD), Hard Disk Drive (HDD), etc.
  • Hardware devices specifically configured to store and execute the same program instructions. Examples of program instructions may include high-level language code that can be executed by a computer using an interpreter as well as machine code such as produced by a compiler.

Abstract

본 발명은 파일을 관리하기 위한 장치 및 이를 위한 방법에 관한 것으로, 이러한 본 발명은 어느 한 사용자 소유의 적어도 하나의 사용자 장치 및 상기 사용자가 서비스에 가입한 적어도 하나의 스토리지 서버에 저장된 상기 사용자의 파일에 대한 파일 리스트를 기 설정된 형식에 따라 통합 파일 리스트로 변환하며, 변환된 통합 파일 리스트를 저장한다. 이러한 통합 파일 리스트를 통해 한 사용자의 사용자 장치 혹은 한 사용자가 가입한 서비스를 제공하는 스토리지 서버에 저장된 모든 파일을 관리할 수 있다.

Description

파일을 관리하기 위한 장치 및 이를 위한 방법
본 발명은 파일 관리를 위한 기술로, 보다 상세하게는, 이종의 파일 시스템으로 관리되며, 서로 다른 매체에 저장되어 있는 파일을 통합 관리하기 위한 장치 및 이를 위한 방법에 관한 것이다.
사용자가 소비하는 기기(스마트폰, Tablet, Laptop, PC, Google 글라스 등)가 증가함에 따라 사용자의 파일이 여러 기기 속의 저장장치(하드디스크, SDD 등)에 분산되었다. 이를 해결하기 위해 클라우드 서비스(Dropbox, Ndrive 등)가 출현했지만 개개의 용량이 부족한 문제와 동시에 여러 클라우드를 동시에 사용해야 함에 파일시스템은 더욱 분산되었다. 또한 다양한 인터넷 기반 어플리케이션 서비스(예를 들어, Facebook, Evernote 등)들이 더욱 많이 사용되면서 사용자의 데이터는 더욱 분산되게 되었다.
이렇게 사용자의 파일시스템이 분산되면서 여러 가지 문제점들을 야기하는데, 가장 먼저 생각해 볼 수 있는 것은, 사용자가 자신이 저장해두었던 파일이 어디에 저장되어있는지 기억하기가 어렵다는 문제이다. 예를 들면 3년 전에 찍은 사진을 보기 위해서 파일을 찾으려 하는데 이 파일을 찾기 위해서 스마트폰의 사진첩, 자신의 랩탑의 저장 매체, Ndrive와 같은 클라우드 서버, Facebook과 같은 SNS 서비스의 사진첩 등을 차례로 검색해 본 후, 최종적으로 자신의 데스크탑 PC에 저장되어 있음을 발견하는 경우가 있을 수 있다.
두 번째 문제점으로 기기 및 서비스 간 파일 전송이 쉽지 않다는 점이다. 통상적으로 기기 간 파일 전송을 위해서는 USB 케이블을 사용하거나, 이메일을 이용하는 경우가 많다. 하지만 USB 케이블의 경우, 케이블을 찾아서 연결해야 하는 불편함이 있을 뿐 아니라, 최대 전송속도 역시, 통용되고 있는 USB 케이블 기준 초당 12메가비트 정도로 높지 않고 PC간 직접 파일 전송에 사용될 수는 없다는 점에서 한계가 있다. 이메일을 이용한 방식 역시, 대용량 파일전송에 한계가 있고 전송 시간 또한 오랜 걸린다는(업로드와 다운로드 따로 시간이 걸림)단점이 있다. 한편, 인터넷 기반 SNS 서비스들 역시 개별 파일들을 따로 따로 다운로드 받고 업로드 해야 하는 불편함이 있다. 예를 들어, 싸이월드에 있는 사진첩을 Facebook으로 옮기려고 할 경우, 모든 사진들을 일일이 하나씩 다운로드 한 후 이들을 다시 Facebook에 업로드 할 수 밖에 없다.
세 번째 문제점은 파일의 공유에 있다. 영화와 같은 대용량 미디어 컨텐츠를 친구와 공유하기 위해서는 이동식 하드디스크나 대용량 USB 메모리 등에 파일을 저장한 후, 이들 장치를 들고 친구와 직접 만나야 하는 번거로움이 있다.
한편, 최근에는 Torrent 등의 P2P 프로그램을 통한 파일의 전송 방식도 사용되고 있지만, 파일 공유를 하기 위해서 매번 프로그램의 설정을 해야 하는 등의 다소 복잡한 사용 방식으로 인한 어려움이 있다.
*클라우드 서비스를 통한 파일의 저장 및 공유 역시 제공되는 클라우드 상의 저장 공간의 용량에 한계가 있다는 점에서 문제를 가지고 있다. 고화질의 미디어 컨텐츠들의 경우 개별 파일의 용량이 상당히 크기 때문에 현재 제공되는 정도의 클라우드 저장 공간의 용량으로는 용량 부족의 문제가 발생할 수밖에 없다.
상술한 바와 같은 점을 감안한 본 발명의 목적은 복수의 파일 시스템을 이용하여 관리되는 파일들을 통합하여 관리하기 위한 장치 및 이를 위한 방법을 제공함에 있다.
상술한 바와 같은 목적을 달성하기 위한 본 발명의 일 실시예에 따른 파일 관리를 위한 서비스 서버는, 데이터 저장을 위한 저장 모듈; 통신을 위한 통신 모듈; 및 상기 통신 모듈을 통해 적어도 하나의 사용자 장치 및 사용자가 서비스에 가입한 적어도 하나의 스토리지 서버 중 적어도 어느 하나에 저장된 상기 사용자의 파일에 대한 파일 리스트를 수신하고, 수신된 파일 리스트를 기 설정된 형식에 따라 통합 파일 리스트로 변환하며, 변환된 통합 파일 리스트를 상기 저장 모듈에 저장하는 제어 모듈을 포함한다.
상기 통합 파일 리스트는 상기 파일이 실제 저장된 위치에 대한 정보를 포함하는 것을 특징으로 한다.
상기 제어 모듈은 상기 통신 모듈을 통해 사용자 장치로부터 특정 파일의 위치를 요청하는 요청 메시지를 수신하면, 수신된 요청 메시지가 지시하는 파일의 위치를 상기 통합 파일 리스트에서 검색하여, 상기 파일의 위치에 대한 정보를 포함하는 응답 메시지를 상기 사용자 장치에 전송하는 것을 특징으로 한다.
상기 제어 모듈은 상기 통신 모듈을 통해 사용자 장치로부터 특정 파일의 업로드를 요청하는 요청 메시지를 수신하면, 상기 통합 파일 리스트를 검색하여, 기 설정된 알고리즘에 따라, 상기 특정 파일과 연관된 파일이 저장된 스토리지 서버를 검색하고, 상기 특정 파일을 검색된 스토리지 서버에 업로드 하도록 하는 응답 메시지를 상기 통신 모듈을 통해 상기 사용자 장치에 전송하는 것을 특징으로 한다.
상기 제어 모듈은 상기 통신 모듈을 통해 사용자 장치로부터 특정 파일을 특정 스토리지 서버로 이동시키도록 요청하는 요청 메시지를 수신하면, 상기 통합 파일 리스트를 검색하여, 상기 특정 파일이 현재 저장된 스토리지 서버를 검색하고, 검색된 스토리지 서버로부터 상기 특정 파일을 다운로드 한 후, 다운로드한 특정 파일을 상기 특정 스토리지 서버에 업로드하는 것을 특징으로 한다.
상술한 바와 같은 목적을 달성하기 위한 본 발명의 일 실시예에 따른 서비스 서버의 파일 관리 방법은, 적어도 하나의 사용자 장치 및 사용자가 서비스에 가입한 적어도 하나의 스토리지 서버 중 적어도 어느 하나에 저장된 상기 사용자의 파일에 대한 파일 리스트를 수신하는 단계; 및 상기 수신된 파일 리스트를 기 설정된 형식에 따라 통합 파일 리스트로 가공하여, 가공된 통합 파일 리스트를 저장하는 단계를 포함한다.
상기 통합 파일 리스트는 상기 파일이 실제 저장된 위치에 대한 정보를 포함하는 것을 특징으로 한다.
상술한 바와 같은 본 발명에 따르면, 한 사용자가 소유한 사용자 장치(100)를 "클라우드화"시킨다. 이는 사용자 장치(100)들이 배터리 기술의 발전으로 대부분의 시간 동안 켜져 있고, 켜져 있는 동안은 항상 네트워크, 즉, 인터넷에 연결되어있기 때문에 가능하다. 이에 따라, 각 사용자 장치(100)는 서버와 같은 성격을 가질 수 있게 되며, 각 사용자 장치(100)는 클라우드를 이루는 개별 클라우드 스토리지 서버로 기능할 수 있게 된다. 다음으로 클라우드화된 사용자 장치(100)들과 실제 클라우드 저장소들 및 다양한 서비스를 제공하는 어플리케이션 서버, 즉, 스토리지 서버(200)들을 통합하여 서비스 서버(300)에 통합 파일 리스트를 생성한다. 서비스 서버(300)는 직접 파일은 저장하지 않고 파일이 어디에 존재하는지에 관한 정보를 가지는 통합 파일 리스트만을 저장한다. 이에 따라, 사용자의 어떤 사용자 장치(100)에서도 서비스 서버(300)에 접속하면, 특정 파일이 존재하는 위치를 검색하고, 이를 활용할 수 있다.
도 1은 본 발명의 실시예에 따른 파일 관리 시스템의 구성을 설명하기 위한 도면이다.
도 2는 본 발명의 실시예에 따른 서비스 서버의 구성을 설명하기 위한 블록도이다.
도 3은 본 발명의 실시예에 따른 사용자 장치의 내부 구성을 개략적으로 설명하기 위한 블록도이다.
도 4a 및 도 4b는 본 발명의 실시예에 따른 파일 리스트를 통합 관리하기 위한 통합 방법을 설명하기 위한 도면이다.
도 5는 본 발명의 실시예에 따른 파일 관리를 위한 클라우드화 방법을 설명하기 위한 흐름도이다.
도 6은 본 발명의 실시예에 따른 파일 관리를 위한 클라우드 연결 방법을 설명하기 위한 흐름도이다.
도 7은 본 발명의 실시예에 따른 파일 관리를 위한 파일 검색 방법을 설명하기 위한 흐름도이다.
도 8은 본 발명의 실시예에 따른 파일 관리를 위한 파일 업로드 방법을 설명하기 위한 흐름도이다.
도 9는 본 발명의 실시예에 따른 파일 관리를 위한 파일 이동 방법을 설명하기 위한 흐름도이다.
도 10은 본 발명의 실시예에 따른 파일 관리를 위한 파일 다운로드 방법을 설명하기 위한 흐름도이다.
도 11은 본 발명의 실시예에 따른 파일 관리를 위한 파일 공유 방법을 설명하기 위한 흐름도이다.
이하, 첨부된 도면을 참조하여 본 발명의 바람직한 실시예들을 상세히 설명한다. 이 때, 첨부된 도면에서 동일한 구성 요소는 가능한 동일한 부호로 나타내고 있음에 유의한다. 또한, 본 발명의 요지를 흐리게 할 수 있는 공지 기능 및 구성에 대한 상세한 설명은 생략할 것이다. 마찬가지 이유로 첨부 도면에 있어서 일부 구성요소는 과장되거나 생략되거나 개략적으로 도시되었다.
도 1은 본 발명의 실시예에 따른 파일 관리 시스템의 구성을 설명하기 위한 도면이다.
도 1을 참조하면, 본 발명의 실시예에 따른 파일 관리 시스템은 적어도 하나의 사용자 장치(100), 적어도 하나의 스토리지 서버(200) 및 서비스 서버(300)를 포함할 수 있다.
사용자 장치(100)는 무선 혹은 유선으로 네트워크를 통해 서비스 서버(300)에 접속할 수 있는 장치가 될 수 있다. 이러한 사용자 장치(100)는 스마트 폰(Smart phone), 태블릿(Tablet), 랩탑(Laptop), 패블릿(Phablet), 개인용휴대단말기(PDA), 전자책단말기(E-book reader), 노트북(notebook) 등을 예시할 수 있다. 복수의 사용자 장치(100) 각각은 서로 다른 운영 체제(OS, Operating System)가 설치되어 운영될 수 있으며, 이러한 운영 체제는 iOS, Symbian, Android, Windows, MAC, Linux, Unix 등을 예시할 수 있다. 이에 따라, 사용자 장치(100)는 서로 다른 파일 시스템(File Systems)을 통해 파일을 관리한다.
스토리지 서버(200)는 사용자 장치(100)를 통해 생성된 파일과 관련된 서비스를 제공하기 위해 네트워크상에 설치된 장비가 될 수 있다. 파일과 관련된 서비스는 사용자의 파일을 스토리지 서버(200)에 저장하는 모든 서비스를 포함한다. 예컨대, 파일과 관련된 서비스는 Dropbox, Skydrive, Google Drive, NDrive, Evernote 등의 웹 저장소 서비스이거나, Facebook 등의 SNS(Social Network Service)이거나, FTP(File Transfer Protocol), SFTP(Secure FTP or SSH File Transfer Protocol) 등을 이용하여 파일의 저장, 업로드 및 다운로드 등을 제공하는 서비스가 될 수 있다.
서비스 서버(300)는 상술한 사용자 장치(100) 혹은 스토리지 서버(200)에 저장된 모든 사용자의 파일을 각 사용자 별로 관리하기 위한 것이다. 특히, 서비스 서버(300)는 상술한 사용자 장치(100) 혹은 스토리지 서버(200)에 저장된 파일을 미리 설정된 형식의 통합 파일 리스트로 관리한다. 이러한 통합 파일 리스트는 실제 파일이 저장되어 있지 않지만, 파일을 식별하기 위한 정보와 해당 파일이 저장된 위치에 대한 위치 정보를 포함한다. 여기서, 위치 정보는 파일이 저장된 장치를 식별하기 위한 정보이거나, 파일이 저장된 물리적인 주소 혹은 논리적인 주소 등이 될 수 있다.
도 2는 본 발명의 실시예에 따른 서비스 서버의 구성을 설명하기 위한 블록도이다.
본 발명의 실시예에 따른 서비스 서버는 통신 모듈(310), 저장 모듈(320) 및 제어 모듈(330)을 포함한다.
통신 모듈(310)은 네트워크를 통해 복수의 사용자 장치(100), 스토리지 서버(200) 등과 통신하여 데이터를 송수신한다. 여기서, 데이터는 파일 리스트를 비롯하여, 본 발명의 실시예에 따른 각종 메시지가 될 수 있다.
저장 모듈(320)은 서비스 서버(300)의 동작에 필요한 프로그램 및 데이터를 저장하는 역할을 수행하며, 프로그램 영역과 데이터 영역으로 구분될 수 있다. 프로그램 영역은 서비스 서버(300)의 전반적인 동작을 제어하는 프로그램 및 서비스 서버(300)를 부팅시키는 운영체제(OS, Operating System), 응용 프로그램 등을 저장할 수 있다. 데이터 영역은 본 발명의 실시예에 따른 통합 파일 리스트를 저장한다. 저장 모듈(330)에 저장되는 각 종 데이터는 사용자의 조작에 따라, 삭제, 변경, 추가될 수 있다. 특히, 저장 모듈(320)은 캐시(cache) 및 스토리지(storage)를 포함한다.
제어 모듈(330)은 서비스 서버(300)의 전반적인 동작 및 서비스 서버(300)의 내부 블록들 간 신호 흐름을 제어하고, 데이터를 처리하는 데이터 처리 기능을 수행할 수 있다. 이러한 제어 모듈(330)은 중앙 처리 장치(Central Processing Unit : CPU), 어플리케이션 프로세서(Application Processor) 등이 될 수 있다.
제어 모듈(330)은 통신 모듈(310)을 통해 적어도 하나의 사용자 장치(100) 혹은 적어도 하나의 스토리지 서버(200)에 저장된 파일의 파일 리스트를 수신하고, 수신된 파일 리스트를 기 설정된 형식으로 가공 혹은 변환하여 통합 파일 리스트를 생성할 수 있다. 그런 다음, 제어 모듈(330)은 생성된 통합 파일 리스트를 저장 모듈(320)에 저장한다.
제어 모듈(330)은 통신 모듈(310)을 통해 어느 한 사용자 소유의 적어도 하나의 사용자 장치(100) 및 사용자가 서비스에 가입한 적어도 하나의 스토리지 서버(200)에 저장된 사용자의 파일에 대한 파일 리스트를 수신할 수 있다. 스토리지 서버(200)의 경우, 사용자 장치(100)로부터 스토리지 서버(200)에 접근하기 위한 크리덴셜(credential)을 수신한 후, 수신된 크리덴셜을 이용하여 스토리지 서버(200)에 접근한 후, 스토리지 서버(200)에 저장된 사용자의 파일에 대한 파일 리스트를 수신할 수 있다. 그런 다음, 제어 모듈(330)은 수신된 파일 리스트를 기 설정된 형식에 따라 통합 파일 리스트로 변환한다. 이어서, 제어 모듈(330)은 변환된 통합 파일 리스트를 저장 모듈(320)에 저장한다. 여기서, 통합 파일 리스트는 파일이 실제 저장된 장소에 대한 정보를 포함한다. 따라서 제어 모듈(330)은 한 사용자가 생성한 모든 파일에 대해 하나의 통합 파일 리스트로 관리할 수 있다. 사용자 장치(100)는 사용자의 파일 중 특정 파일의 위치를 검색하기 위해, 혹은, 그 특정 파일을 사용자가 소유한 사용자 장치(100) 중 특정 사용자 장치(100)로 다운로드 하기 위해, 또는, 그 특정 파일을 다른 사용자의 사용자 장치(100)에 제공하여 공유하기 위해, 특정 파일의 위치를 요청하는 요청 메시지를 전송할 수 있다. 제어 모듈(330)은 사용자 장치(100)로부터 상술한 특정 파일의 위치를 요청하는 요청 메시지를 통신 모듈(310)을 통해 수신하면, 수신된 요청 메시지가 지시하는 특정 파일의 위치를 저장 모듈(320)에 저장된 통합 파일 리스트에서 검색하여, 특정 파일의 위치를 나타내는 위치 정보를 포함하는 응답 메시지를 통신 모듈(310)을 통해 사용자 장치(100)에 전송할 수 있다.
한편, 사용자 장치(100)는 특정 파일을 스토리지 서버(200)에 업로드할 수 있다. 이러한 경우, 유사한 속성을 가지는 파일은 동일한 스토리지 서버(200)에 업로드하는 것이 바람직하다. 이를 위하여, 사용자 장치(100)는 특정 파일의 업로드를 요청하는 요청 메시지를 서비스 서버(300)로 전송할 수 있다. 이에 따라, 제어 모듈(330)은 통신 모듈(310)을 통해 사용자 장치(100)로부터 특정 파일의 업로드를 요청하는 요청 메시지를 수신할 수 있다. 특정 파일의 업로드를 요청하는 요청 메시지는 파일의 속성을 포함한다. 이러한 속성은 예컨대, 파일의 확장자와 같은 파일의 종류, 파일을 생성한 어플리케이션, 파일을 생성한 장치 등을 포함할 수 있다. 그러면, 제어 모듈(330)은 저장 모듈(320)에 저장된 통합 파일 리스트를 검색하여, 기 설정된 알고리즘에 따라, 특정 파일과 연관된 파일이 저장된 스토리지 서버(200)를 검색한다. 여기서, 기 설정된 알고리즘에 따라, 특정 파일과 연관된 파일이 저장된 스토리지 서버(200)를 검색하는 것은, 예컨대, 유사한 속성을 가지는 파일이 저장된 스토리지 서버(200)를 검색하는 것이 될 수 있다. 그런 다음, 제어 모듈(330)은 특정 파일을 검색된 스토리지 서버(200)에 업로드하도록 하는 응답 메시지를 통신 모듈(310)을 통해 사용자 장치(100)에 전송할 수 있다. 이에 따라, 사용자 장치(100)는 해당 스토리지 서버(200)에 해당 파일을 업로드할 수 있다.
또한, 사용자 장치(100)는 특정 파일을 특정 스토리지 서버(200)로 이동시키도록 요청하는 요청 메시지를 전송할 수 있다. 이에 따라, 제어 모듈(330)은 통신 모듈(310)을 통해 사용자 장치(100)로부터 특정 파일을 특정 스토리지 서버(200)로 이동시키도록 요청하는 요청 메시지를 수신할 수 있다. 그러면, 제어 모듈(330)은 통합 파일 리스트를 검색하여, 현재 특정 파일을 저장하고 있는 스토리지 서버(200)를 검색한다. 즉, 제어 모듈(330)은 통합 파일 리스트로부터 특정 파일이 저장된 위치를 검색한다. 이로써, 특정 파일을 저장하고 있는 스토리지 서버(200)를 검색할 수 있다. 그런 다음, 제어 모듈(330)은 통신 모듈(310)을 통해 검색된 스토리지 서버(200)로부터 특정 파일을 다운로드 한 후, 다운로드한 특정 파일을 통신 모듈(310)을 통해 사용자 장치(100)가 지정한 특정 스토리지 서버(200)에 업로드할 수 있다.
도 3은 본 발명의 실시예에 따른 사용자 장치의 내부 구성을 개략적으로 설명하기 위한 블록도이다.
도 3을 참조하면, 본 발명의 실시예에 따른 사용자 장치(100)는 통신부(110), 입력부(120), 표시부(130), 저장부(140) 및 제어부(150)를 포함한다.
통신부(110)는 네트워크를 통해 스토리지 서버(200) 혹은 서비스 서버(300)와 데이터를 송수신하기 위한 것이다. 통신부(110)는 무선 통신을 수행하는 경우, 송신되는 신호의 주파수를 상승 변환 및 증폭하는 RF송신기와, 수신되는 신호를 저 잡음 증폭하고 주파수를 하강 변환하는 RF수신기 등으로 구성될 수 있다. 통신부(110)는 유선 통신을 수행하는 경우, 연결된 회선으로 데이터를 송수신하는 유선송수신기로 구성될 수 있다. 즉, 통신부(110)는 스토리지 서버(200) 혹은 서비스 서버(300)로부터 데이터를 수신하여 제어부(150)로 출력하고, 제어부(150)로부터 출력된 데이터를 스토리지 서버(200) 혹은 서비스 서버(300)로 전송할 수 있다. 이러한 통신부(110)가 전송하는 데이터는 파일 리스트를 포함할 수 있다.
입력부(120)는 사용자 장치(100)를 제어하기 위한 사용자의 키 조작을 입력받고 입력 신호를 생성하여 제어부(150)에 전달한다. 입력부(120)는 전원 on/off를 위한 전원 키, 숫자 키, 방향키 중 어느 하나를 포함할 수 있으며, 사용자 장치(100)의 일면에 소정의 기능키로 형성될 수 있다. 입력부(120)의 각 종 키들의 기능이 표시부(130)에서 이루어질 수 있으며, 표시부(130)만으로 모든 기능을 수행할 수 있는 경우, 입력부(120)는 생략될 수도 있다.
표시부(130)는 사용자 장치(100)의 메뉴, 데이터, 기능 설정 정보 및 기타 다양한 정보를 사용자에게 시각적으로 제공한다. 표시부(130)는 사용자 장치(100)의 부팅 화면, 대기 화면, 메뉴 화면, 기타 어플리케이션 화면을 출력하는 기능을 수행한다. 표시부(130)가 터치스크린으로 형성되는 경우, 입력부(120)의 기능의 일부 또는 전부를 대신 수행할 수 있다. 표시부(130)는 액정표시장치(LCD, Liquid Crystal Display), 유기 발광 다이오드(OLED, Organic Light Emitting Diodes), 능동형 유기 발광 다이오드(AMOLED, Active Matrix Organic Light Emitting Diodes) 등으로 형성될 수 있다.
저장부(140)는 사용자 장치(100)의 동작에 필요한 프로그램 및 데이터를 저장하는 역할을 수행하며, 프로그램 영역과 데이터 영역으로 구분될 수 있다. 프로그램 영역은 사용자 장치(100)의 전반적인 동작을 제어하는 프로그램 및 사용자 장치(100)를 부팅시키는 운영체제(OS, Operating System), 응용 프로그램 등을 저장할 수 있다. 데이터 영역은 사용자 장치(100)의 사용에 따라 발생하는 사용자 데이터가 저장되는 영역이다. 또한, 저장부(140)는 사용자의 사용자 장치(100) 사용에 따라 발생되는 각 종 데이터를 저장할 수 있다. 저장부(140)에 저장되는 각 종 데이터는 사용자의 조작에 따라, 삭제, 변경, 추가될 수 있다.
제어부(150)는 사용자 장치(100)의 전반적인 동작 및 사용자 장치(100)의 내부 블록들 간 신호 흐름을 제어하고, 데이터를 처리하는 데이터 처리 기능을 수행할 수 있다. 이러한 제어부(150)는 중앙 처리 장치(Central Processing Unit : CPU), 어플리케이션 프로세서(Application Processor) 등이 될 수 있다.
제어부(150)는 저장부(140)에 저장된 사용자 파일에 대한 파일 리스트를 통신부(110)를 통해 서비스 서버(300)로 전송할 수 있다. 그리고 제어부(150)는 사용자가 가입한 서비스를 제공하는 적어도 하나의 스토리지 서버(200)에 접속하여 스토리지 서버(200)에 접근할 수 있는 크리덴셜을 획득할 수 있다. 그런 다음, 제어부(150)는 서비스 서버(300)가 스토리지 서버(200)로부터 스토리지 서버(200)에 저장된 사용자의 파일에 대한 파일 리스트를 수신할 수 있도록 크리덴셜을 통신부(110)를 통해 서비스 서버(300)로 전송할 수 있다. 이에 따라, 서비스 서버(300)는 특정 사용자의 모든 파일에 대한 파일 리스트를 수신하여, 통합 파일 리스트를 생성할 수 있다.
한편, 제어부(150)는 서비스 서버(300)에 특정 파일의 위치를 요청하는 요청 메시지를 통신부(110)를 통해 전송할 수 있다. 이에 따라, 서비스 서버(300)는 통합 파일 리스트에서 특정 파일의 위치를 검색하여, 그 위치를 나타내는 위치 정보가 포함된 응답 메시지를 전송할 것이다. 그러면, 제어부(150)는 통신부(110)를 통해 응답 메시지를 수신하고, 수신된 응답 메시지로부터 특정 파일의 위치를 나타내는 위치 정보를 획득할 수 있다. 위치 정보를 획득한 제어부(150)는 위치 정보를 표시하거나, 위치 정보를 참조하여 특정 파일을 다운로드하거나, 또는, 다른 사용자 장치가 특정 파일을 다운로드하도록 위치 정보를 다른 사용자의 사용자 장치(100)로 전송하여, 특정 파일을 다른 사용자와 공유할 수 있다.
또한, 제어부(150)는 특정 파일의 업로드를 요청하는 요청 메시지를 통신부(110)를 통해 서비스 서버(300)로 전송할 수 있다. 특정 파일의 업로드를 요청하는 요청 메시지는 파일의 속성을 포함한다. 이러한 속성은 예컨대, 파일의 확장자와 같은 파일의 종류, 파일을 생성한 어플리케이션, 파일을 생성한 장치 등을 포함할 수 있다. 그러면, 서비스 서버(300)는 통합 파일 리스트를 검색하여, 기 설정된 알고리즘에 따라, 특정 파일과 연관된 파일이 저장된 스토리지 서버(200)를 검색한다. 예컨대, 서비스 서버(300)는 유사한 속성을 가지는 파일이 저장된 스토리지 서버(200)를 검색할 수 있다. 그런 다음, 서비스 서버(300)는 특정 파일을 검색된 스토리지 서버(200)에 업로드하도록 하는 응답 메시지를 사용자 장치(100)에 전송할 수 있다. 이에 따라, 제어부(150)는 통신부(110)를 통해 응답 메시지를 수신하여, 응답 메시지가 지정하는 해당 스토리지 서버(200)에 해당 파일을 업로드할 수 있다.
그리고 제어부(150)는 서비스 서버(300)가 특정 파일을 특정 스토리지 서버(200)로 이동시키도록 요청하는 요청 메시지를 통신부(110)를 통해 서비스 서버(300)로 전송할 수 있다. 그러면, 서비스 서버(300)는 통합 파일 리스트를 검색하여, 특정 파일이 현재 저장된 스토리지 서버(200)를 검색한다. 그런 다음, 서비스 서버(300)는 검색된 스토리지 서버(200)로부터 특정 파일을 다운로드 한 후, 다운로드한 특정 파일을 사용자 장치(100)가 지정한 특정 스토리지 서버(200)에 업로드할 것이다.
도 4a 및 도 4b는 본 발명의 실시예에 따른 파일 리스트를 통합 관리하기 위한 통합 방법을 설명하기 위한 도면이다.
도 4a를 참조하면, 도면 부호 410 및 420은 예컨대, 파일과 관련된 서비스를 제공하는 스토리지 서버(200)에 저장된 파일에 대한 실제 파일 리스트이다. 예컨대, 도면 부호 410은 Dropbox에 저장된 파일의 실제 파일 리스트이며, 도면 부호 420은 FTP 사이트에 저장된 실제 파일 리스트라고 가정한다. 또한, 도면 후보 430은 특정 사용자 장치(100)의 하드디스크에 저장된 파일의 실제 파일 리스트라고 가정한다.
이러한 실제의 파일 리스트는 사용자 장치(100) 혹은 스토리지 서버(200)에 의해 서비스 서버(300)에 전달된다. 서비스 서버(300)는 실제의 파일 리스트를 기 설정된 형식에 따라 가상의 통합 파일 리스트로 변환한다.
예컨대, 서비스 서버(300)는 실제의 파일 리스트를 기 설정된 형식으로 필요에 따라 분할한다. 여기서, 도면 부호 411, 412, 413은 Dropbox에 저장된 파일의 실제 파일 리스트(410)를 분할한 것이며, 도면 부호 421, 422는 FTP 사이트에 저장된 실제 파일 리스트(420)를 분할한 것이다. 그런 다음, 서비스 서버(300)는 분할된 파일 리스트를 기 설정된 형식에 따라 분류한다. 도면 부호 401, 402, 403 및 404는 이러한 분류를 나타낸다.
도 4b를 참조하면, 서비스 서버(300)는 분류한 파일 리스트를 가상의 통합 파일 리스트로 변환한다. 도면 부호 501 내지 504 및 521 내지 541은 루트(ROOT)를 기준으로 하고, 각 장치(사용자 장치(100) 혹은 스토리지 서버(200))에 대한 파일 리스트가 트리 구조 혹은 디렉토리 구조로 정의된 통합 파일 리스트를 나타낸다. 이러한 통합 파일 리스트는 파일에 대한 정보 및 파일이 저장된 위치에 대한 정보를 포함한다.
그러면, 보다 상세히 본 발명의 실시예에 따른 파일 관리 방법에 대해서 설명하기로 한다.
도 5는 본 발명의 실시예에 따른 파일 관리를 위한 클라우드화 방법을 설명하기 위한 흐름도이다. 도 5에 제1 및 제2 사용자 장치(101, 102)가 보인다. 제1 및 제2 사용자 장치(101, 102)는 동일한 사용자 소유의 장치이다. 예컨대, 제1 사용자 장치(101)는 안드로이드(Android)를 운영 체제로 하는 스마트폰이 될 수 있으며, 제2 사용자 장치(102)는 윈도우즈(Windows)를 운영 체제로 하는 랩탑 혹은 노트북이 될 수 있다.
도 5를 참조하면, 제1 사용자 장치(101)는 S110 단계에서 제1 사용자 장치(101) 자신에 저장되어 있는 모든 파일에 대한 파일 리스트를 서비스 서버(300)로 전송한다. 그러면, 이를 수신한 서비스 장치(300)는 S120 단계에서 모든 파일 리스트를 기 설정된 형식의 통합 파일 리스트로 가공한 후 저장한다.
제2 사용자 장치(102)는 S130 단계에서 제2 사용자 장치(102) 자신에 저장되어 있는 모든 파일에 대한 파일 리스트를 서비스 서버(300)로 전송한다. 그러면, 이를 수신한 서비스 장치(300)는 S140 단계에서 모든 파일 리스트를 앞서 S120 단계와 동일한 기 설정된 형식의 통합 파일 리스트로 가공한 후, 저장한다.
본 발명에 따르면, 상술한 바와 같이 복수의 사용자 장치(100) 각각에 저장된 모든 파일의 파일 리스트를 수신하여, 동일한 형식의 통합 파일 리스트로 통합할 수 있다.
도 6은 본 발명의 실시예에 따른 파일 관리를 위한 클라우드 연결 방법을 설명하기 위한 흐름도이다. 도 6에 사용자 장치(100)가 존재하며, 사용자 장치(100)는 특정 운영 체제를 사용하는 장치라고 가정한다. 여기서, 운영 체제는 안드로이드(Android), 윈도우즈(Windows) 등을 예시할 수 있다. 또한, 사용자 장치(100)의 사용자는 스토리지 서버(200)가 제공하는 서비스에 가입된 상태라고 가정한다. 여기서, 스토리지 서버(200)는 클라우드 서비스를 제공하기 위한 서버가 될 수 있다. 이 클라우드 서비스는 Dropbox, Skydrive, NDrive, Google Drive 등을 예시할 수 있다. 또는, 스토리지 서버(200)는 SNS 서비스를 제공하기 위한 서버가 될 수도 있다. 이 SNS 서비스는 대표적으로 Facebook을 예시할 수 있다. 혹은, 스토리지 서버(200)는 파일 서비스를 제공하기 위한 파일 서버, 예컨대, FTP(File Transfer Protocol)를 이용하는 서버가 될 수 있다.
도 6을 참조하면, 사용자 장치(100)는 S210 단계에서 스토리지 서버(200)에 접속하고, 크리덴셜(credential)을 얻을 수 있다. 여기서, 크리덴셜은 사용자 장치(100)의 사용자의 계정에 대한 크리덴셜이 될 수 있다. 그러면, 사용자 장치(100)는 S220 단계에서 크리덴셜을 서비스 서버(300)에 전송한다.
서비스 서버(300)는 S230 단계에서 크리덴셜을 통해 스토리지 서버(200)에 접속한다. 그런 다음, 서비스 서버(300)는 S240 단계에서 스토리지 서버(200)에 저장된 사용자 장치(100)의 사용자의 파일의 파일 리스트를 요청하는 요청 메시지를 전송한다. 그러면, 스토리지 서버(200)는 S250 단계에서 파일 리스트를 서비스 서버(300)에 전송한다. 그러면, 서비스 서버(300)는 S260 단계에서 해당 파일 리스트를 앞서 도 5의 S120 단계 및 S140 단계와 동일한 기 설정된 형식의 통합 파일 리스트로 가공한 후, 저장할 수 있다. 이어서, 서비스 서버(300)는 S270 단계에서 절차가 완료되었음을 알리는 완료 메시지를 사용자 장치(100)에 전송한다.
도 5 및 도 6과 같은 절차가 수행된다면, 도 6에서 설명된 바와 같이, 스토리지 서버(200)에 저장된 모든 파일의 파일 리스트를 수신하여, 도 5에서 설명된 바와 같은 사용자 장치(100)의 통합 파일 리스트와 동일한 형식의 하나의 통합 파일 리스트로 통합할 수 있다. 이러한 도 5 및 도 6과 같은 절차는 그 순서에 무관하게 수행될 수 있다. 또한, 도 6에서는 하나의 스토리지 서버(200)에 대해서만 설명했지만, 사용자 장치(100)의 사용자가 가입한 서비스를 운영하는 복수의 스토리지 서버(200) 각각에 대해서도 동일한 절차를 통해 각 스토리지 서버(200)에 저장된 파일에 대한 파일 리스트를 수신하여, 동일한 형식의 하나의 통합 파일 리스트로 통합할 수 있다.
도 7은 본 발명의 실시예에 따른 파일 관리를 위한 파일 검색 방법을 설명하기 위한 흐름도이다. 먼저, 서비스 장치(300)는 사용자가 소유한 복수의 사용자 장치(100) 및 그 사용자가 가입한 서비스를 제공하는 복수의 스토리지 서버(200)에 저장된 사용자의 모든 파일에 대해 도 5 및 도 6과 같은 절차를 통해 파일 리스트를 수신한 후, 동일한 형식으로 가공한 통합 파일 리스트를 저장한 상태라고 가정한다.
도 7을 참조하면, 사용자가 특정 파일의 저장 위치를 알기 위해 파일 위치를 질의하는 입력을 하면, 사용자 장치(100)는 S310 단계에서 파일 위치 요청 메시지를 서비스 서버(300)로 전송한다. 여기서, 파일 위치 요청 메시지는 특정 파일의 저장 위치를 요청하기 위한 것이다. 그러면, 서비스 서버(300)는 S320 단계에서 기 저장된 통합 파일 리스트를 검색한다. 이 통합 파일 리스트는 도 5 및 도 6과 같은 절차를 통해 저장된 것이다.
해당 파일의 위치가 검색되면, 서비스 서버(300)는 S330 단계에서 파일이 저장된 위치를 나타내는 정보인 위치 정보를 포함하는 파일 위치 응답 메시지를 사용자 장치(100)로 전송한다. 이에 따라, 사용자 장치(100)는 해당 파일의 위치를 표시할 수 있다.
도 8은 본 발명의 실시예에 따른 파일 관리를 위한 파일 업로드 방법을 설명하기 위한 흐름도이다. 도 8에서, 서비스 장치(300)는 사용자가 소유한 복수의 사용자 장치(100) 및 그 사용자가 가입한 서비스를 제공하는 복수의 스토리지 서버(200)에 저장된 사용자의 모든 파일에 대해 도 5 및 도 6과 같은 절차를 통해 파일 리스트를 수신한 후, 동일한 형식으로 가공한 통합 파일 리스트를 저장한 상태라고 가정한다.
도 8을 참조하면, 사용자가 특정 파일을 업로드하는 명령을 입력하면, 사용자 장치(100)는 S410 단계에서 업로드 위치 요청 메시지를 서비스 서버(300)로 전송한다. 업로드 위치 요청 메시지는 업로드할 파일의 파일명, 속성 등을 포함할 수 있다. 이러한 속성은 예컨대, 파일의 확장자와 같은 파일의 종류, 파일을 생성한 어플리케이션, 파일을 생성한 장치 등을 포함할 수 있다.
서비스 서버(300)는 기 저장된 통합 파일 리스트를 검색하여, 복수의 스토리지 서버(200)(혹은 사용자 장치(100)) 중 기 설정된 알고리즘에 따라 업로드하고자 하는 파일과 가장 관련 있는 파일이 저장된 스토리지 서버(200)를 업로드할 위치로 결정할 수 있다. 예컨대, 유사한 속성을 가지는 파일이 저장된 스토리지 서버(200)를 검색하는 것이 될 수 있다. 이때, 파일을 업로드할 위치가 결정되면 해당 파일에 대한 위치 정보가 통합 파일 리스트에 추가된다.
그런 다음, 서비스 서버(300)는 S430 단계에서 결정된 위치(즉, 장치)를 알리는 업로드 위치 응답 메시지를 사용자 장치(100)로 전송한다. 여기서, 서비스 서버(300)가 결정한 업로드 위치는 스토리지 서버(200)라고 가정한다. 그러면, 사용자 장치(100)는 S440 단계에서 해당 파일을 스토리지 서버(200)에 업로드한다. 업로드가 완료도면, 스토리지 서버(200)는 S450 단계에서 업로드가 완료되었음을 알리는 업로드 확인 메시지를 사용자 장치(100)로 전송한다.
도 9는 본 발명의 실시예에 따른 파일 관리를 위한 파일 이동 방법을 설명하기 위한 흐름도이다. 도 9에서, 서비스 장치(300)는 사용자가 소유한 복수의 사용자 장치(100) 및 그 사용자가 가입한 서비스를 제공하는 복수의 스토리지 서버(200)에 저장된 사용자의 모든 파일에 대해 도 5 및 도 6과 같은 절차를 통해 파일 리스트를 수신한 후, 동일한 형식으로 가공한 통합 파일 리스트를 저장한 상태라고 가정한다.
도 9를 참조하면, 사용자 장치(100)는 S510 단계에서 특정 파일을 이동할 것을 요청하는 파일 이동 요청 메시지를 서비스 서버(300)로 전송한다.
파일 이동 요청 메시지를 수신한 서비스 서버(300)는 S520 단계에서 특정 파일의 위치를 확인하고, 이동될 파일의 위치를 결정한다. 이에 따라, 통합 파일 리스트가 갱신된다. 여기서, 특정 파일의 현 위치는 제1 스토리지 서버(200)이며, 이동할 위치는 제2 스토리지 서버(200)라고 가정한다. 그러면, 서비스 서버(300)는 S530 단계에서 제1 스토리지 서버(201)로부터 특정 파일을 다운로드한 후, S540 단계에서 특정 파일을 제2 스토리지 서버(202)에 업로드한다.
그런 다음, 서비스 서버(300)는 S550 단계에서 파일이 제1 스토리지 서버(201)에서 제2 스토리지 서버(202)로 이동하였음을 알리는 파일 이동 완료 메시지를 사용자 장치(100)로 전송한다.
도 10은 본 발명의 실시예에 따른 파일 관리를 위한 파일 다운로드 방법을 설명하기 위한 흐름도이다. 제1 및 제2 사용자 장치(101, 102)는 동일한 사용자 소유의 장치이다. 예컨대, 제1 사용자 장치(101)는 안드로이드(Android)를 운영 체제로 하는 스마트폰이 될 수 있으며, 제2 사용자 장치(102)는 윈도우즈(Windows)를 운영 체제로 하는 랩탑 혹은 노트북이 될 수 있다. 도 10에서, 서비스 장치(300)는 사용자가 소유한 복수의 사용자 장치(100: 101, 102) 및 그 사용자가 가입한 서비스를 제공하는 복수의 스토리지 서버(200)에 저장된 사용자의 모든 파일에 대해 도 5 및 도 6과 같은 절차를 통해 파일 리스트를 수신한 후, 동일한 형식으로 가공한 통합 파일 리스트를 저장한 상태라고 가정한다.
도 10을 참조하면, 제1 사용자 장치(101)는 S610 단계에서 특정 파일을 다운로드 하기 위해 다운로드할 파일의 위치를 요청하는 파일 위치 요청 메시지를 서비스 서버(300)로 전송한다.
파일 위치 요청 메시지를 수신한 서비스 서버(300)는 S620 단계에서 통합 파일 리스트를 통해 요청된 특정 파일의 위치를 검색한다. 그런 다음, 서비스 서버(300)는 S630 파일 위치 응답 메시지를 제1 사용자 장치(101)로 전송한다. 이러한 파일 위치 응답 메시지는 특정 파일의 위치를 나타내는 정보인 위치 정보를 포함한다. 예컨대, 현재 특정 파일이 저장된 위치는 제2 사용자 장치(102)에 있으며, 파일이 저장된 IP 주소는 192.248.4.41이라고 가정한다. 그러면, 파일 다운로드 응답 메시지는 그 위치 정보로 파일이 저장된 장치인 제2 사용자 장치(102)를 식별하는 정보와, IP 주소인 192.248.4.41을 포함할 수 있다.
파일 위치 응답 메시지를 수신한 제1 사용자 장치(101)는 S640 단계에서 파일 위치 응답 메시지에 포함된 위치 정보를 이용하여, 제2 사용자 장치(102)에 파일의 다운로드를 요청한다. 그런 다음, 제1 사용자 장치(101)는 S650 단계에서 제2 사용자 장치(102)로부터 파일을 다운로드 한다.
도 11은 본 발명의 실시예에 따른 파일 관리를 위한 파일 공유 방법을 설명하기 위한 흐름도이다. 제1 및 제2 사용자 장치(101, 102)는 동일한 사용자 소유의 장치이며, 제3 사용자 장치는 다른 사용자 소유의 장치이다. 예컨대, 제1 사용자 장치(101)는 안드로이드(Android)를 운영 체제로 하는 스마트폰이 될 수 있으며, 제2 사용자 장치(102)는 윈도우즈(Windows)를 운영 체제로 하는 랩탑 혹은 노트북이 될 수 있다. 또한, 제3 사용자 장치는 iOS를 운영체제로 하는 장치가 될 수 있다. 도 11에서, 서비스 장치(300)는 사용자가 소유한 복수의 사용자 장치(100: 101, 102) 및 그 사용자가 가입한 서비스를 제공하는 복수의 스토리지 서버(200)에 저장된 사용자의 모든 파일에 대해 도 5 및 도 6과 같은 절차를 통해 파일 리스트를 수신한 후, 동일한 형식으로 가공한 통합 파일 리스트를 저장한 상태라고 가정한다.
도 11에서, 제1 사용자 장치(101)의 사용자는 제3 사용자 장치(103)의 사용자와 파일을 공유하고자 하는 상황을 상정한다. 이러한 제1 사용자 장치(101)의 사용자의 요청에 따라, 제1 사용자 장치(101)는 S710 단계에서 특정 파일의 공유를 위해 특정 파일의 위치에 대한 정보를 요청하는 파일 위치 요청 메시지를 서비스 서버(300)로 전송한다.
파일 위치 요청 메시지를 수신한 서비스 서버(300)는 S720 단계에서 통합 파일 리스트를 검색하여 현재 파일의 위치를 확인한다. 그런 다음, 서비스 서버(300)는 S730 단계에서 파일 위치 응답 메시지를 제1 사용자 장치(101)로 전송한다. 이러한 파일 위치 응답 메시지는 파일이 저장된 위치에 대한 정보를 포함한다. 예컨대, 현재 특정 파일이 저장된 위치는 제2 사용자 장치(102)에 있으며, 파일이 저장된 주소는 md.gg/aa/myfile이라고 가정한다. 그러면, 파일 위치 응답 메시지는 파일이 저장된 위치 정보로, 제2 사용자 장치(102)를 식별하는 정보와, 주소인 md.gg/aa/myfile를 포함할 수 있다.
파일 위치 응답 메시지를 수신한 서비스 서버(300)는 S740 단계에서 파일이 저장된 위치를 나타내는 위치 정보를 링크 정보의 형식으로 제3 사용자 장치(103)로 전송한다. 그러면, 제3 사용자 장치(103)는 S750 단계에서 제2 사용자 장치(102)에 파일을 요청하고, S760 단계에서 파일을 수신한다.
상술한 바와 같이, 본 발명은 한 사용자가 소유한 사용자 장치(100)를 "클라우드화"시킨다. 이는 사용자 장치(100)들이 배터리 기술의 발전으로 대부분의 시간 동안 켜져 있고, 켜져 있는 동안은 항상 네트워크, 즉, 인터넷에 연결되어있기 때문에 가능하다. 이에 따라, 각 사용자 장치(100)는 서버와 같은 성격을 만족하며, 각 사용자 장치(100)는 클라우드처럼 활용될 수 있는 개별 클라우드 스토리지 서버화된다. 다음으로 클라우드화된 사용자 장치(100)들과 실제 클라우드 저장소들 및 다양한 서비스를 제공하는 어플리케이션 서버, 즉, 스토리지 서버(200)들을 통합하여 서비스 서버(300)에 통합 파일 리스트를 생성한다. 서비스 서버(300)는 직접 파일은 저장하지 않고 파일이 어디에 존재하는지에 관한 정보를 가지는 통합 파일 리스트만을 저장한다. 이에 따라, 사용자의 어떤 사용자 장치(100)에서도 서비스 서버(300)에 접속하면, 특정 파일이 존재하는 위치를 검새하고, 이를 활용할 수 있다.
본 발명에 따른 파일 관리를 위한 방법은 다양한 컴퓨터 수단을 통하여 판독 가능한 소프트웨어 형태로 구현되어 컴퓨터로 판독 가능한 기록매체에 기록될 수 있다. 여기서, 기록매체는 프로그램 명령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 기록매체에 기록되는 프로그램 명령은 본 발명을 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. 예컨대 기록매체는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(Magnetic Media), CD-ROM(Compact Disk Read Only Memory), DVD(Digital Video Disk)와 같은 광 기록 매체(Optical Media), 플롭티컬 디스크(Floptical Disk)와 같은 자기-광 매체(Magneto-Optical Media), 및 롬(ROM), 램(RAM, Random Access Memory), 플래시 메모리, SSD(Solid State Disk), HDD(Hard Disk Drive) 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치를 포함한다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함할 수 있다.
한편, 본 명세서와 도면에 개시된 본 발명의 실시예들은 본 발명이 기술 내용을 쉽게 설명하고 본 발명의 이해를 돕기 위해 특정 예를 제시한 것일 뿐이며, 본 발명의 범위를 한정하고자 하는 것은 아니다. 여기에 개시된 실시예들 이외에도 본 발명의 기술적 사상에 바탕을 둔 다른 변형예들이 실시 가능하다는 것은 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 자명한 것이다.

Claims (11)

  1. 데이터 저장을 위한 저장 모듈;
    통신을 위한 통신 모듈;
    상기 통신 모듈을 통해, 적어도 하나의 사용자 장치 및 사용자가 서비스에 가입한 적어도 하나의 스토리지 서버 중 적어도 어느 하나에 저장된 상기 사용자의 파일에 대한 파일 리스트를 수신하고, 수신된 파일 리스트를 기 설정된 형식에 따라 통합 파일 리스트로 변환하며, 변환된 통합 파일 리스트를 상기 저장 모듈에 저장하는 제어 모듈;을 포함하는 것을 특징으로 하는 파일 관리를 위한 서비스 서버.
  2. 제1항에 있어서,
    상기 통합 파일 리스트는
    상기 파일이 실제 저장된 위치에 대한 정보를 포함하는 것을 특징으로 하는 파일 관리를 위한 서비스 서버.
  3. 제2항에 있어서,
    상기 파일이 실제 저장된 위치에 대한 정보는, 상기 사용자 장치 또는 스토리지 서버 중 실제 파일이 저장되어 있는 장치에 대한 식별 정보를 포함하는 것을 특징으로 하는 파일 관리를 위한 서비스 서버.
  4. 제3항에 있어서,
    상기 파일이 실제 저장된 위치에 대한 정보는, 상기 실제 파일이 저장되어 있는 장치의 IP 주소 정보를 더 포함하는 것을 특징으로 하는 파일 관리를 위한 서비스 서버.
  5. 제1항에 있어서,
    상기 제어 모듈은
    상기 통신 모듈을 통해 사용자 장치로부터 특정 파일의 위치를 요청하는 요청 메시지를 수신하면, 수신된 요청 메시지가 지시하는 파일의 위치를 상기 통합 파일 리스트에서 검색하여, 상기 파일의 위치에 대한 정보를 포함하는 응답 메시지를 상기 사용자 장치에 전송하는 것을 특징으로 하는 파일 관리를 위한 서비스 서버.
  6. 제1항에 있어서,
    상기 제어 모듈은
    상기 통신 모듈을 통해 사용자 장치로부터 특정 파일의 업로드를 요청하는 요청 메시지를 수신하면, 상기 통합 파일 리스트를 검색하여, 기 설정된 알고리즘에 따라, 상기 특정 파일과 연관된 파일이 저장된 스토리지 서버를 검색하고, 상기 특정 파일을 검색된 스토리지 서버에 업로드하도록 하는 응답 메시지를 상기 통신 모듈을 통해 상기 사용자 장치에 전송하는 것을 특징으로 하는 파일 관리를 위한 서비스 서버.
  7. 제1항에 있어서,
    상기 제어 모듈은
    상기 통신 모듈을 통해 사용자 장치로부터 특정 파일을 특정 스토리지 서버로 이동시키도록 요청하는 요청 메시지를 수신하면, 상기 통합 파일 리스트를 검색하여, 상기 특정 파일이 현재 저장된 스토리지 서버를 검색하고, 검색된 스토리지 서버로부터 상기 특정 파일을 다운로드 한 후, 다운로드한 특정 파일을 상기 특정 스토리지 서버에 업로드하는 것을 특징으로 하는 파일 관리를 위한 서비스 서버.
  8. 적어도 하나의 사용자 장치 및 사용자가 서비스에 가입한 적어도 하나의 스토리지 서버 중 적어도 어느 하나에 저장된 상기 사용자의 파일에 대한 파일 리스트를 수신하는 단계; 및
    상기 수신된 파일 리스트를 기 설정된 형식에 따라 통합 파일 리스트로 가공하여, 가공된 통합 파일 리스트를 저장하는 단계;를 포함하는 것을 특징으로 하는 서비스 서버의 파일 관리 방법.
  9. 제8항에 있어서,
    상기 통합 파일 리스트는
    상기 파일이 실제 저장된 위치에 대한 정보를 포함하는 것을 특징으로 하는 서비스 서버의 파일 관리를 위한 방법.
  10. 제8항에 있어서,
    상기 통신 모듈을 통해 사용자 장치로부터 특정 파일의 위치를 요청하는 요청 메시지를 수신하면, 수신된 요청 메시지가 지시하는 파일의 위치를 상기 통합 파일 리스트에서 검색하여, 상기 파일의 위치에 대한 정보를 포함하는 응답 메시지를 상기 사용자 장치에 전송하는 단계를 더 포함하는 것을 특징으로 하는 서비스 서버의 파일 관리를 위한 방법.
  11. 제8항에 있어서,
    상기 통신 모듈을 통해 사용자 장치로부터 특정 파일의 업로드를 요청하는 요청 메시지를 수신하면, 상기 통합 파일 리스트를 검색하여, 기 설정된 알고리즘에 따라, 상기 특정 파일과 연관된 파일이 저장된 스토리지 서버를 검색하고, 상기 특정 파일을 검색된 스토리지 서버에 업로드하도록 하는 응답 메시지를 상기 통신 모듈을 통해 상기 사용자 장치에 전송하는 단계를 더 포함하는 것을 특징으로 하는 서비스 서버의 파일 관리를 위한 방법.
PCT/KR2014/000069 2014-01-02 2014-01-03 파일을 관리하기 위한 장치 및 이를 위한 방법 WO2015102133A1 (ko)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020140000147A KR20150080722A (ko) 2014-01-02 2014-01-02 파일을 관리하기 위한 장치 및 이를 위한 방법
KR10-2014-0000147 2014-01-02

Publications (1)

Publication Number Publication Date
WO2015102133A1 true WO2015102133A1 (ko) 2015-07-09

Family

ID=53493471

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2014/000069 WO2015102133A1 (ko) 2014-01-02 2014-01-03 파일을 관리하기 위한 장치 및 이를 위한 방법

Country Status (3)

Country Link
US (1) US20150227549A1 (ko)
KR (1) KR20150080722A (ko)
WO (1) WO2015102133A1 (ko)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102232217B1 (ko) * 2014-08-25 2021-03-26 삼성전자주식회사 전자 장치 및 전자 장치의 파일 전송 관리 방법
US10425477B2 (en) * 2015-09-15 2019-09-24 Microsoft Technology Licensing, Llc Synchronizing file data between computer systems
KR20180007630A (ko) * 2016-07-13 2018-01-23 헬로우링크 주식회사 식별번호를 이용한 파일 검색방법
KR20180007629A (ko) * 2016-07-13 2018-01-23 헬로우링크 주식회사 식별번호를 이용한 파일 검색방법
EP3301885A1 (en) * 2016-10-03 2018-04-04 Gemalto Sa Method, data sending control server, storage server, processing server and system for sending data to at least one device
KR102064942B1 (ko) * 2017-07-12 2020-01-13 엔에이치엔 주식회사 디바이스를 무선으로 연결하는 방법 및 시스템

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20090025766A (ko) * 2007-09-07 2009-03-11 박수민 파일 관리 시스템 및 파일 관리를 실행하기 위한프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체
KR20100137323A (ko) * 2009-06-22 2010-12-30 삼성전자주식회사 클라우드 스토리지를 제공하는 클라이언트, 중개 서버 및 방법
US20120150930A1 (en) * 2010-12-10 2012-06-14 Electronics And Telecommunications Research Institute Cloud storage and method for managing the same
KR20130053070A (ko) * 2011-11-15 2013-05-23 최진기 클라우드 통합 매니저
JP5301042B1 (ja) * 2013-01-18 2013-09-25 株式会社エヌジェーケー 仲介サーバ及び携帯端末用プログラム

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8799322B2 (en) * 2009-07-24 2014-08-05 Cisco Technology, Inc. Policy driven cloud storage management and cloud storage policy router
US20140282938A1 (en) * 2013-03-15 2014-09-18 Adam Moisa Method and system for integrated cloud storage management

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20090025766A (ko) * 2007-09-07 2009-03-11 박수민 파일 관리 시스템 및 파일 관리를 실행하기 위한프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체
KR20100137323A (ko) * 2009-06-22 2010-12-30 삼성전자주식회사 클라우드 스토리지를 제공하는 클라이언트, 중개 서버 및 방법
US20120150930A1 (en) * 2010-12-10 2012-06-14 Electronics And Telecommunications Research Institute Cloud storage and method for managing the same
KR20130053070A (ko) * 2011-11-15 2013-05-23 최진기 클라우드 통합 매니저
JP5301042B1 (ja) * 2013-01-18 2013-09-25 株式会社エヌジェーケー 仲介サーバ及び携帯端末用プログラム

Also Published As

Publication number Publication date
US20150227549A1 (en) 2015-08-13
KR20150080722A (ko) 2015-07-10

Similar Documents

Publication Publication Date Title
WO2015102133A1 (ko) 파일을 관리하기 위한 장치 및 이를 위한 방법
KR101850817B1 (ko) 서로 다른 단말에 어플리케이션을 자동으로 설치하는 장치 및 방법
US10187474B2 (en) Method and device for resource sharing between devices
US20110252071A1 (en) Cloud Based Operating and Virtual File System
RU2600545C2 (ru) Устройство обработки информации и способ обработки информации
CN103827866A (zh) 用于通信网络的网络连接式媒体网关
JP6488673B2 (ja) 情報処理装置、プログラム、情報管理方法、情報処理システム
WO2014007431A1 (ko) 휴대 단말과 외부 장치 간 데이터 송수신 시스템 및 방법
JP2015207088A (ja) 情報処理システム、情報処理装置及びプログラム
US20090089393A1 (en) System and method for managing data downloads and data uploads
WO2016080558A1 (ko) 조건수정모드를 실행할 수 있는 IoT 관리 디바이스 및 그 제어 방법
US20150163282A1 (en) System and method for accessing remote disk images using a vmedia client and through a remote access appliance
US20230384908A1 (en) System and methods to denote unshared content to be shared
WO2019072214A1 (zh) Wifi热点分享方法、设备及存储介质
KR101644399B1 (ko) 클라우드 기반 네트워크 컴퓨팅 시스템
WO2013039301A1 (en) Integrated operation method for social network service function and system supporting the same
GB2534444A (en) Aggregate service with file sharing
US20160080439A1 (en) Media Sharing Device
US10834201B2 (en) Device identification and reconfiguration in a network
US20190012385A1 (en) Compact autonomous network device for storing and viewing data
WO2016159484A1 (ko) 모바일 단말의 사용자 정보를 이용한 맞춤형 콘텐츠 공유 방법 및 장치
WO2013105717A1 (ko) 메타 클라우드 컴퓨팅 기반의 데이터 관리 시스템, 이를 위한 방법 및 장치
US10545834B1 (en) Server-assisted network data archiving
KR100764473B1 (ko) 이동통신 단말기를 이용한 컴퓨터 장치 내 저장된 파일에대한 검색 및 제공 시스템과 그 방법
WO2014064907A1 (ja) コンテンツ管理装置、コンテンツ管理方法、及び集積回路

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 14876675

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205N DATED 08/09/2016)

122 Ep: pct application non-entry in european phase

Ref document number: 14876675

Country of ref document: EP

Kind code of ref document: A1