KR20010025214A - Internet web-basis's cgi package program foundation method - Google Patents

Internet web-basis's cgi package program foundation method Download PDF

Info

Publication number
KR20010025214A
KR20010025214A KR1020000064174A KR20000064174A KR20010025214A KR 20010025214 A KR20010025214 A KR 20010025214A KR 1020000064174 A KR1020000064174 A KR 1020000064174A KR 20000064174 A KR20000064174 A KR 20000064174A KR 20010025214 A KR20010025214 A KR 20010025214A
Authority
KR
South Korea
Prior art keywords
cgi
package
server
user
account
Prior art date
Application number
KR1020000064174A
Other languages
Korean (ko)
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 KR1020000064174A priority Critical patent/KR20010025214A/en
Publication of KR20010025214A publication Critical patent/KR20010025214A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]

Abstract

PURPOSE: A method for installing an internet web based CGI(Common Gateway Interface) package program is provided to install a CGI package program into a server restricting talent access path of a corresponding account server and to enable a general user to install the CGI package program. CONSTITUTION: A user accesses a FTP(File Transfer Protocol) server(S102) and uploads a CGI package provided by an account server to an account space provided by user's account space server(S104). The user executes a web browser in user's terminal(S106) and calls the CGI package(S108) to install the CGI package. The terminal displays an installation picture(S110), checks an installer of the account server for driving the CGI package and a system utility necessary to operation of the CGI package and extracts compression of the CGI package(S114). The terminal reads a path moving round the account server, changes a system absolute path(S116), copy the CGI package into corresponding folder(S118). The CGI package is being installed in the folder with being changed its permission(S120). After installation is completed, the user receive announcement reporting completion of the installation(S122) and URL(Uniform Resource Locator) to execute the CGI package on the user's web browser.

Description

인터넷 웹 기반의 씨지아이 패키지 프로그램 설치방법{INTERNET WEB-BASIS'S CGI PACKAGE PROGRAM FOUNDATION METHOD}How to install Internet web-based Seaji Package Program {INTERNET WEB-BASIS'S CGI PACKAGE PROGRAM FOUNDATION METHOD}

본 발명은 인터넷 웹 기반의 씨지아이 프로그램 설치방법에 관한 것으로, 더욱 상세하게는 유닉스 또는 리눅스 기반의 텔넷모드나 쉘 명령어에 익숙하지 않은 다수의 일반 사용자도 웹 상에서 CGI패키지 프로그램을 설치할 수 있으며, CGI패키지 프로그램을 구동하기 위한 계정서버의 설치환경을 인스톨러 내부루틴에 의해 자동 검출하여 인스톨 경로를 변경하게 되므로 보다 용이하게 설치되고, 보안관련 문제에 대하여 해당 계정서버의 텔넷 접근 경로를 제한하는 서버에서도 설치가 가능하도록 하는 인터넷 웹 기반의 씨지아이패키지 프로그램 설치방법에 관한 것이다.The present invention relates to a method of installing an Internet web-based Seai program, and more specifically, many general users who are not familiar with Unix or Linux-based telnet mode or shell commands can install a CGI package program on the web. Since the installation environment of the account server for running the package program is automatically detected by the installer internal routine, the installation path is changed, making it easier to install.It is also installed on the server that restricts the telnet access path of the account server for security-related problems. It relates to a method of installing the Internet web-based Cage iPackage program that enables.

일반적으로 씨지아이(Common Gateway Interface:이하 CGI라함)는 HTTP(Hyper Text Transport Protocol)서버와 서버 내의 여러 자원들 그리고 서버와 클라이언트가 주고받는 정보전달 방식과 변수에 대한 일종의 협약 인터페이스로서, 클라이언트가 요청하는 그 순간에 그 요구에 부합하는 문서를 동적으로 생성할 수 있도록 하는 것이다.Generally, Common Gateway Interface (CGI) is a hypertext transport protocol (HTTP) server and various resources within the server, and is a kind of agreement interface for information transfer methods and variables that are exchanged between the server and the client. At the moment, you can dynamically generate a document that meets the needs.

또한, 웹 문서의 유형은 크게 정적 문서와 동적 문서로 분류되어 질 수 있다. 상기 정적 문서는 일단 한번 설계되면 모든 사용자에게 동일한 형태로 보여지는 문서이고, 동적 문서는 실제 웹사이트 접근시 사용자의 선택에 따라 내용이나 형태가 변하는 문서이다. 동적 문서는 CGI프로그램을 이용하여 생성되는데, CGI프로그램에는 사용자의 입력을 받아들이는 기능, 질의를 수행하여 데이터베이스를 검색하는 기능, 그리고 검색결과를 HTML(Hyper Text Markup Language)태그의 구문에 맞게 출력하기 위한 출력 형태에 대한 기능이 포함된다.In addition, web document types can be broadly classified into static documents and dynamic documents. The static document is a document that is displayed in the same form to all users once designed, and the dynamic document is a document whose content or form changes according to a user's selection when accessing an actual website. Dynamic documents are generated using a CGI program, which accepts user input, performs a query to search a database, and outputs the search results in the syntax of a Hyper Text Markup Language (HTML) tag. Functions for output types are included.

이러한, 기능을 가진 CGI프로그램을 이용하여 데이터베이스에 접속하여 검색조건에 맞는 자료를 검색하여 그 결과를 출력할 수 있으며, 이러한 과정으로 생성된 문서가 동적 문서이며, 웹사이트 접속시에 사용자의 요구에 부합하는 정보를 제공하는 역할을 하게 되는 것이다.By using such a CGI program, the user can access the database and search for the data that meets the search conditions, and output the results. The document generated by this process is a dynamic document. It will serve to provide matching information.

첨부도면을 참조하여 종래 이용되고 있는 인터넷 웹 기반의 CGI프로그램 설치방법을 상세하게 살펴본다.With reference to the accompanying drawings looks at in detail the installation method of the Internet web-based CGI program is conventionally used.

도 1은 종래에 따른 CGI패키지 프로그램 설치방법의 구성을 보인 블록도이다. 도 1에 도시된 바와 같이, 사용자가 자신의 단말기(10)를 통하여 인터넷 상의 계정서버(30)에 접속하고, 상기 계정서버(30)의 웹서버(31)에 접속한 다음 회원인증 데이터베이스(34)로부터 사용자 인증을 받게 된다. 상기 회원인증을 받게 되면 계정공간서버(35)에는 일정량의 계정공간을 제공받게 된다.1 is a block diagram showing the configuration of a conventional CGI package program installation method. As shown in FIG. 1, a user accesses an account server 30 on the Internet through his terminal 10, accesses a web server 31 of the account server 30, and then registers a member authentication database 34. You will be authenticated. Upon receiving the member authentication, the account space server 35 is provided with a certain amount of account space.

사용자는 회원인증을 받은 다음 계정서버(30)에서 회원인증 데이터베이스(34)로부터 사용자의 ID 및 패스워드를 입력하여 회원인증을 받으며, 텔넷모드(32)로 접속하여 상기 계정공간서버(35)에 제공된 계정공간으로 CGI패키지 파일을 전송 설치하여 개인 홈페이지를 구축하게 되고, 상기 홈페이지의 내용을 계속적으로 계정하면서 유지 관리하게 된다.After receiving the user authentication, the user inputs the ID and password of the user from the member authentication database 34 in the account server 30 to receive the member authentication, and is connected to the telnet mode 32 and provided to the account space server 35. The CGI package file is transferred to and installed in the account space to build a personal homepage, and the contents of the homepage are continuously maintained while maintaining an account.

상기 홈페이지를 계정하기 위해서는 인터넷 상에서 공개 CGI소스를 제공받아 자신의 홈페이지 환경에 맞는 디렉토리로 변경하거나 사용자가 공개 CGI소스의 각 단계별로 실행하여 자신의 홈페이지 내용을 변경하였다.In order to account for the home page, the public CGI source is provided on the Internet, and the user changes to a directory suitable for his homepage environment, or the user executes each step of the open CGI source to change the contents of his home page.

그러나 상기와 같이, 종래 이용되고 있는 CGI프로그램은 여러 가지 수정을 해 주여야만 정상적인 작동을 하게 되므로, 사용자가 공개 CGI소스를 제공받아 파일을 확인하고 계정공간의 환경에 맞도록 파일을 수정한 다음 상기 CGI패키지를 계정공간으로 올리고, 퍼미션(permission)을 지정하여 작동유무 및 패스워드의 종류, 권한 등을 사용자가 일일이 CGI프로그램을 계정하여야 하는 불편한 문제점을 갖게 되었다.However, as mentioned above, the CGI program used in the prior art can operate normally only when various modifications are made. Therefore, the user is provided with the open CGI source to check the file, modify the file to suit the environment of the account space, and then The CGI package is uploaded to the account space, and the permission is specified so that the user has to account for the CGI program one by one.

또한, CGI프로그램의 파일구조가 복잡하고, 각 서버 플랫폼에 대한 사용자의 숙련도가 부족하여 프로그램 설치에 어려운 문제를 가지게 되었으며, 계정서버(30)의 보안문제로 인하여 일부 사이트에서는 텔넷서버(32)를 제한함으로서 CGI패키지 프로그램의 설치하기에 더욱 어려운 문제점을 갖게 되었다.In addition, the file structure of the CGI program is complicated, and the user's proficiency for each server platform is insufficient, which causes a difficult problem in installing the program. Due to the security of the account server 30, some sites use the telnet server 32. Restriction has made the CGI package program more difficult to install.

상기와 같은 문제점을 해결하기 위한 것으로, 본 발명은 유닉스 또는 리녹스 기반의 텔넷모드나 쉘 명령어에 익숙하지 않은 다수의 일반 사용자도 웹 상에서 CGI패키지 프로그램을 설치할 수 있으며, CGI패키지프로그램을 구동하기 위한 계정서버의 설치환경을 인스톨러 내부루틴에 의해 자동 검출하여 인스톨 경로를 변경하게 되므로, 보다 용이하게 설치되고, 보안관련 문제에 대하여 해당 계정서버의 텔넷 접근 경로를 제한하는 서버에서도 설치가 가능하도록 하는데 그 목적이 있다.In order to solve the above problems, the present invention can be installed to a large number of general users who are not familiar with Unix or Linox-based telnet mode or shell commands can install the CGI package program on the web, the account for running the CGI package program Since the installation environment of the server is automatically detected by the installer's internal routine, the installation path is changed, so it is easier to install, and it can be installed on a server that restricts the telnet access path of the account server for security-related problems. There is this.

본 발명을 이루기 위한 방법으로, 사용자단말기를 통하여 인터넷 상의 계정서버로부터 일정량의 계정공간을 제공받아 상기 계정공간으로 CGI패키지 프로그램 설치하는 방법에 있어서, 상기 계정공간으로 CGI패키지를 전송하기 위하여 계정서버의 FTP서버에 접속하는 단계; 상기 계정공간으로 CGI패키지 프로그램을 업로드하는 단계; 상기 사용자 자신의 단말기에서 웹브라우저를 실행한 다음 CGI패키지를 호출하는 단계; 상기 계정서버에서 패키지 운영에 필요한 시스템 유틸리티를 검색하는 단계; 상기 CGI패키지 프로그램을 실행하게 될 때 해당 계정서버에서 운영되고 있는 절대경로 및 퍼미션을 변경한 후 프로그램을 설치하는 단계; 상기 CGI패키지 프로그램의 설치가 완료되면 CGI패키지를 실행할 수 있는 경로를 제공하는 단계로 이루어지는 것을 특징으로 한다.In order to achieve the present invention, a method for installing a CGI package program to the account space by receiving a certain amount of account space from an account server on the Internet through a user terminal, the method of the account server to transfer the CGI package to the account space; Accessing an FTP server; Uploading a CGI package program to the account space; Calling a CGI package after executing a web browser on the user's own terminal; Searching for a system utility for operating a package in the account server; When the CGI package program is executed, changing the absolute path and permission operating in the corresponding account server and installing the program; When the installation of the CGI package program is completed, characterized in that it comprises the step of providing a path to run the CGI package.

도 1은 종래에 따른 씨지아이(CGI)패키지 프로그램 설치하기 위한 구성을 보인 블록도이다.1 is a block diagram showing a configuration for installing a CGI package program according to the prior art.

도 2는 본 발명에 따른 인터넷 웹 기반의 씨지아이(CGI)패키지 프로그램 설치방법의 흐름을 보인 흐름도이다.Figure 2 is a flow chart showing the flow of the Internet Web-based CGI package program installation method according to the present invention.

*도면의 주요부분에 대한 부호의 설명** Description of the symbols for the main parts of the drawings *

10 : 사용자단말기 20 : 인터넷10: user terminal 20: Internet

30 : 계정서버 31 : 웹서버30: account server 31: web server

32 : 텔넷모드 33 : FTP서버32: Telnet mode 33: FTP server

34 : 회원인정 데이터베이스 35 : 계정공간서버34: Membership recognition database 35: Account space server

이하, 본 발명의 바람직한 실시 예를 첨부된 도면을 참조하여 상세하게 살펴보면 다음과 같다.Hereinafter, a preferred embodiment of the present invention will be described in detail with reference to the accompanying drawings.

도 2는 본 발명에 따른 인터넷 웹 기반의 CGI프로그램 설치방법의 흐름을 보인 흐름도이다. (종래 번호와 동일하게 여한다)2 is a flow chart showing the flow of the Internet Web-based CGI program installation method according to the present invention. (Same as the original number)

도 2에 도시된 바와 같이, 사용자가 자신의 단말기(10)로 인터넷(20) 상의 계정서버(30)에 접속하고, 계정서버(30)의 웹서버(31)를 통하여 사용자 회원인증을 통하여 회원인정을 받게 되면 상기 계정서버(30)의 계정공간서버(35)에는 일정량의 계정공간을 제공받게 된다.As shown in FIG. 2, a user accesses an account server 30 on the Internet 20 through his or her terminal 10, and a user through user membership authentication through a web server 31 of the account server 30. When the recognition is received, the account space server 35 of the account server 30 is provided with a certain amount of account space.

사용자는 계정서버(30)로부터 제공받은 계정공간으로 CGI패키지 프로그램을 전송하기 위하여 CGI패키지를 자신의 계정공간으로 전송하기 위하여 계정서버(30)의 FTP서버(33)에 접속한다. (단계 S102)The user connects to the FTP server 33 of the account server 30 to transfer the CGI package to his or her account space in order to transfer the CGI package program to the account space provided from the account server 30. (Step S102)

상기 FTP서버(33)에 접속한 다음 사용자 자신의 계정공간서버(35)에 제공된 계정공간으로 CGI패키지를 전송하여 업로드 시킨다. (단계 S104)After accessing the FTP server 33, the CGI package is transferred to the account space provided in the user's own account space server 35 and uploaded. (Step S104)

또한, 사용자는 자신의 단말기(10)에서 웹브라우저를 실행(단계 S106)하고, 상기 웹브라우저 상의 URL모드에 계정공간에 업로드된 CGI패키지를 호출할 수 있는 주소를 기록하여 CGI패키지를 호출(단계 S108)하고, 상기 사용자가 인스톨(Install)을 실행하게 되면 CGI패키지의 인스톨 화면이 출력된다. (단계 S110)In addition, the user executes the web browser in his terminal 10 (step S106), and records the address for calling the CGI package uploaded to the account space in the URL mode on the web browser to call the CGI package (step S108), when the user executes the installation (Install), the installation screen of the CGI package is output. (Step S110)

이때, 사용자단말기(10)에서는 CGI패키지를 구동하기 위한 계정서버(30)의 인스톨러와 CGI패키지 운영에 필요한 시스템 유틸리티를 체크한다. (단계 S112) 예를 들면, 유틸리티 실행을 위한 서버 쉘의 존재유무 검사, 패키지 압축해제를 위한 시스템 유틸리티 검사, 패키지 설치를 위한 시스템 유틸리티 검사를 행하게 되며, 필수 유틸리티가 없는 경우 실행을 중단하거나 경고메시지를 출력하여 필수 유틸리티가 없음을 알린다. 상기 필수 유틸리티가 있는 경우 CGI 압축패키지 압축을 풀게 된다. (단계 S114)At this time, the user terminal 10 checks the installer of the account server 30 for driving the CGI package and the system utilities necessary for operating the CGI package. (Step S112) For example, the existence of a server shell for executing a utility, a system utility for a package decompression, and a system utility for a package installation are performed. If there is no required utility, the execution is stopped or a warning message is displayed. Outputs a message stating that no utility is required. If the required utility is present, the CGI compression package is extracted. (Step S114)

계정서버(30)에서 운행되고 있는 경로를 읽어와서, 웹 상에서 작동되는 패키지의 특성상 시스템의 절대경로를 변경(단계 S116)하여 해당 폴더로 CGI패키지를 복사(단계 S118)하고, CGI패키지의 퍼미션(permission)이 변경(단계 S120)되면서 프로그램을 설치하게 된다. 즉, 패키지 분리, 압축해제, 디렉토리 구성확인, 파일 복사, 환경설정파일, 파일허가 모드 등 프로그램 인스톨 과정을 수행하게 된다.Read the path running on the account server 30, change the absolute path of the system due to the nature of the package running on the web (step S116) to copy the CGI package to the folder (step S118), the permissions of the CGI package ( The permission is changed (step S120) and the program is installed. In other words, program installation process is performed such as package separation, decompression, directory configuration check, file copy, configuration file, file permission mode.

상기 CGI패키지 프로그램의 설치가 완료되면 사용자에게 CGI패키지 프로그램 설치가 완료(단계 S122)되었음을 안내하고, 사용자의 웹브라우저 상에서 CGI패키지를 실행할 수 있도록 URL을 제공한다. (단계 S124)When the installation of the CGI package program is completed, the user is notified that the installation of the CGI package program is completed (step S122), and the URL is provided to execute the CGI package on the user's web browser. (Step S124)

이상에서 살펴본 바와 같이, 본 발명은 사용자가 CGI패키지 프로그램을 설치하기 위하여 계정공간서버의 계정공간 환경에 맞도록 CGI패키지의 경로를 변경하고, 계정공간으로 업로드 한 다음 웹상에서 CGI패키지 프로그램을 자동 설치하게 되므로, 사용자의 편의를 증대시키게 되는 효과를 갖게 된다.As described above, in order to install the CGI package program, the present invention changes the path of the CGI package to match the account space environment of the account space server, uploads to the account space, and automatically installs the CGI package program on the web. Because of this, it has the effect of increasing the convenience of the user.

또한, 사용자가 CGI패키지를 구동하기 위하여 절대경로를 변경하고, 프로그램을 인스톨하게 될 때 자동적으로 절대경로에 따른 퍼미션을 자동적으로 변경하게 되므로, 사용자가 일일이 퍼미션을 변경하여야 하는 불편한 점을 개선시킬 수 있는 장점을 갖게 된다.In addition, when the user changes the absolute path to run the CGI package, and automatically installs the program, the permission is automatically changed according to the absolute path, thereby improving the inconvenience of the user having to change the permission manually. You have the advantage.

Claims (3)

사용자단말기를 통하여 인터넷 상의 계정서버로부터 일정량의 계정공간을 제공받아 상기 계정공간으로 CGI패키지 프로그램 설치하는 방법에 있어서,In the method for receiving a certain amount of account space from the account server on the Internet through a user terminal to install the CGI package program into the account space, 상기 계정공간으로 CGI패키지를 전송하기 위하여 계정서버의 FTP서버에 접속하는 단계;Accessing an FTP server of an accounting server to transfer a CGI package to the accounting space; 상기 계정공간으로 CGI패키지 프로그램을 업로드하는 단계;Uploading a CGI package program to the account space; 상기 사용자 자신의 단말기에서 웹브라우저를 실행한 다음 CGI패키지를 호출하는 단계;Calling a CGI package after executing a web browser on the user's own terminal; 상기 계정서버에서 패키지 운영에 필요한 시스템 유틸리티를 검색하는 단계;Searching for a system utility for operating a package in the account server; 상기 CGI패키지 프로그램을 실행하게 될 때 해당 계정서버에서 운영되고 있는 절대경로 및 퍼미션을 변경한 후 프로그램을 설치하는 단계;When the CGI package program is executed, changing the absolute path and permission operating in the corresponding account server and installing the program; 상기 CGI패키지 프로그램의 설치가 완료되면 CGI패키지를 실행할 수 있는 경로를 제공하는 단계로 이루어지는 것을 특징으로 하는 인터넷 웹 기반의 CGI패키지 프로그램 설치방법.When the installation of the CGI package program is completed, the Internet Web-based CGI package program installation method comprising the step of providing a path to run the CGI package. 제 1항에 있어서, 유틸리티 검색하는 단계에서는 유틸리티 실행을 위한 서버 쉘의 존재유무 검사와 패키지 압축해제를 위한 시스템 유틸리티 검사 및 패키지 설치를 위한 시스템 유틸리티 검사를 자동적으로 수행하도록 사전 설정된 것을 특징으로 하는 인터넷 웹 기반의 CGI패키지 프로그램 설치방법.The Internet search method of claim 1, wherein the searching for the utility is pre-configured to automatically check whether a server shell exists for executing the utility, a system utility check for extracting a package, and a system utility check for installing a package. How to install web based CGI package program. 제 1항에 있어서, 프로그램을 설치하는 단계에서는 절대경로 및 CGI패키지의 퍼미션을 자동으로 변경하도록 사전 설정된 것을 특징으로 하는 인터넷 웹 기반의 CGI패키지 프로그램 설치방법.The method of claim 1, wherein the installing of the program comprises pre-set to automatically change the absolute path and the permissions of the CGI package.
KR1020000064174A 2000-10-31 2000-10-31 Internet web-basis's cgi package program foundation method KR20010025214A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020000064174A KR20010025214A (en) 2000-10-31 2000-10-31 Internet web-basis's cgi package program foundation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020000064174A KR20010025214A (en) 2000-10-31 2000-10-31 Internet web-basis's cgi package program foundation method

Publications (1)

Publication Number Publication Date
KR20010025214A true KR20010025214A (en) 2001-04-06

Family

ID=19696296

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020000064174A KR20010025214A (en) 2000-10-31 2000-10-31 Internet web-basis's cgi package program foundation method

Country Status (1)

Country Link
KR (1) KR20010025214A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20030075097A (en) * 2002-03-16 2003-09-22 박민성 Remote controlling method on the Linux System through the internet
KR200453531Y1 (en) * 2010-04-08 2011-05-11 정휘동 Automatic water level detection device for water purifier with easy exchange of water level sensor.

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR960003190A (en) * 1994-06-15 1996-01-26 가네꼬 히사시 Method and system for downloading data to network node
KR970002620A (en) * 1995-06-07 1997-01-28 김광호 How to upload and download files using Unix network file system
KR970049518A (en) * 1995-12-30 1997-07-29 김광호 Software program automatic update method
KR19980081846A (en) * 1997-04-30 1998-11-25 이데이노부유키 Data communication system, data communication method, data receiver and data receiving method
JP2000163351A (en) * 1998-11-25 2000-06-16 Nasuka:Kk Method for improving efficiency of download

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR960003190A (en) * 1994-06-15 1996-01-26 가네꼬 히사시 Method and system for downloading data to network node
KR970002620A (en) * 1995-06-07 1997-01-28 김광호 How to upload and download files using Unix network file system
KR970049518A (en) * 1995-12-30 1997-07-29 김광호 Software program automatic update method
KR19980081846A (en) * 1997-04-30 1998-11-25 이데이노부유키 Data communication system, data communication method, data receiver and data receiving method
JP2000163351A (en) * 1998-11-25 2000-06-16 Nasuka:Kk Method for improving efficiency of download

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20030075097A (en) * 2002-03-16 2003-09-22 박민성 Remote controlling method on the Linux System through the internet
KR200453531Y1 (en) * 2010-04-08 2011-05-11 정휘동 Automatic water level detection device for water purifier with easy exchange of water level sensor.

Similar Documents

Publication Publication Date Title
US8528063B2 (en) Cross domain security information conversion
US9537856B2 (en) Redirection method for electronic content
KR101296562B1 (en) Content distribution management device, terminal, program, and content distribution system
US7260777B2 (en) Apparatus, method and system for transforming data
EP2771803B1 (en) File fetch from a remote client device
US8788528B2 (en) Filtering cached content based on embedded URLs
CA2437273C (en) Network conduit for providing access to data services
WO2015078170A1 (en) Resource access method and apparatus, and server and terminal
JPH0844643A (en) Gateway device
US20070299984A1 (en) Application firewall validation bypass for impromptu components
CN103607454A (en) Method for setting private proxy server for Android system browser
JP5039053B2 (en) Method and system for externalizing HTTP security message processing with macro support
US9094468B2 (en) Device capability invocation method, widget device, server
CN116450383A (en) Method for calling operating system through webpage
KR20010025214A (en) Internet web-basis's cgi package program foundation method
KR100692658B1 (en) Mobile communication terminal, gateway and method for providing wireless internet service
CN108509229B (en) Window cross-domain control method, terminal equipment and computer readable storage medium
Sahni et al. Web apis for internet of things
KR20190079092A (en) System and method for user distinction and authentication
Cisco Sample SESM Web Applications
CN110516185B (en) Method and device for processing dynamic website
JP4415594B2 (en) Server apparatus, server apparatus program, and server apparatus information processing method
WO2009084591A1 (en) Browser program and terminal device
US20070240048A1 (en) A standard communication interface for server-side filter objects
US8386913B2 (en) Portable data carrier as a web server

Legal Events

Date Code Title Description
A201 Request for examination
G15R Request for early publication
E701 Decision to grant or registration of patent right
NORF Unpaid initial registration fee