KR20010064812A - Method for transmitting effective file in internet - Google Patents

Method for transmitting effective file in internet Download PDF

Info

Publication number
KR20010064812A
KR20010064812A KR1019990059102A KR19990059102A KR20010064812A KR 20010064812 A KR20010064812 A KR 20010064812A KR 1019990059102 A KR1019990059102 A KR 1019990059102A KR 19990059102 A KR19990059102 A KR 19990059102A KR 20010064812 A KR20010064812 A KR 20010064812A
Authority
KR
South Korea
Prior art keywords
file
packet
type
generated
transmitting
Prior art date
Application number
KR1019990059102A
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 KR1019990059102A priority Critical patent/KR20010064812A/en
Publication of KR20010064812A publication Critical patent/KR20010064812A/en

Links

Classifications

    • 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]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

PURPOSE: A method for transmitting an intellectual file on the Internet is provided to increase the reliability of file transmission by excluding unnecessary network traffic in the course of file transmission, and by providing an alternative plan according to communication failure. CONSTITUTION: A name of a file is inputted as an intermediate variable(201). A type-1 packet is generated in order to check the file and send information on the file to be transmitted to a server(202). It is judged whether the type-1 packet is successfully generated(203). In case that the packet isn't successfully generated, it is processed as a file transmission error(204). In case that the packet is generated, the packet is transmitted to the server(205). It is confirmed whether communication disorder is generated(206). In case that the disorder is generated, it is processed as file transmission error(207). In case that the disorder isn't generated, an arbitrary response packet from the server is waited(208). It is confirmed whether communication disorder is generated(209). It is processed as the file transmission error(210).

Description

인터넷상에서의 지능적인 파일전송 방법{METHOD FOR TRANSMITTING EFFECTIVE FILE IN INTERNET}Intelligent file transfer method on the Internet {METHOD FOR TRANSMITTING EFFECTIVE FILE IN INTERNET}

본 발명은 인터넷상에서의 지능적인 파일전송 방법과 상기 방법을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체에 관한 것으로, 특히 파일전송 과정에서 불필요한 네트웍 트래픽을 배제하고 통신장애에 따른 대처 방안을 마련하여 효과적으로 파일을 전송하기 위한 지능적인 파일전송 방법과 상기 방법을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체에 관한 것이다.The present invention relates to an intelligent file transfer method on the Internet and a computer-readable recording medium recording a program for realizing the method. In particular, the present invention relates to a method for dealing with communication failures by eliminating unnecessary network traffic during file transfer. The present invention relates to an intelligent file transfer method for effectively transferring files and a computer-readable recording medium having recorded thereon a program for realizing the method.

일반적으로 파일전송에 대한 대표적인 기술로는 FTP(File Transfer Protocol) 프로토콜을 들 수 있다.In general, the typical technology for file transfer is the FTP (File Transfer Protocol) protocol.

FTP 프로토콜은 단순히 파일만 전송하는 프로토콜이다. 따라서, 파일을 전송하기 전에 상대방의 파일시스템을 체크하여 해당 파일을 수신받을 수 있는지를 체크할 수 있는 기능이 없다. 또한, 파일전송 중에 에러가 발생한 경우, 기전송된 파일에 대한 이어보내기 기능이 구현되어 있지 않으므로 해당 파일을 처음부터 다시 전송해야 하는 불편함이 있을 뿐만 아니라 이에 따른 통신상의 트래픽이 증가되는 문제점이 있었다.The FTP protocol is simply a file transfer protocol. Therefore, there is no function to check whether the file can be received by checking the file system of the other party before transmitting the file. In addition, when an error occurs during the file transfer, since the resend function for the previously transmitted file is not implemented, it is not only inconvenient to retransmit the corresponding file from the beginning, but there is also a problem in that communication traffic increases accordingly. .

본 발명은, 상기한 바와 같은 문제점을 해결하기 위하여 안출된 것으로, 인터넷상에서 파일을 전송하고자 하는 사용자들에게 파일전송 과정에서 불필요한 네트웍 트래픽을 배제하고, 통신장애에 따른 대처방안을 마련하여 파일전송에 따른 신뢰성을 제공하기 위한 지능적인 파일전송 방법과 상기 방법을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체를 제공하는데 그 목적이 있다.The present invention has been made to solve the problems described above, to eliminate unnecessary network traffic during the file transfer process to users who want to transfer files on the Internet, and to provide a countermeasure according to communication failure to file transfer It is an object of the present invention to provide an intelligent file transfer method for providing reliability and a computer-readable recording medium recording a program for realizing the method.

도 1 은 본 발명이 적용되는 파일전송시스템의 구성예시도.1 is an exemplary configuration diagram of a file transfer system to which the present invention is applied.

도 2a 내지 도 2d 는 본 발명에 따른 인터넷상에서의 클라이언트측 파일전송 방법에 대한 일실시예 흐름도.2A to 2D are flowcharts of one embodiment of a client-side file transfer method on the Internet according to the present invention.

도 3a 내지 도 3d 는 본 발명에 따른 인터넷상에서 서버측 파일전송 방법에 대한 일실시예 흐름도.3A to 3D are flowcharts of one embodiment of a server-side file transfer method on the Internet according to the present invention.

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

11 : 클라이언트용 파일전송모듈 12 : 서버용 파일전송모듈11: File transfer module for client 12: File transfer module for server

13 : TCP/IP13: TCP / IP

상기 목적을 달성하기 위한 본 발명은, 파일전송시스템에 적용되는 인터넷상에서의 지능적인 파일전송 방법에 있어서, 파일을 전송하기 전에 송신측에서는 전송하고자 하는 파일에 대한 정보를 수신측에 알리고, 수신측에서는 해당 파일에 대한 수신 가능 여부를 송신측에 알리는 제 1 단계; 순차적으로 파일을 전송받으면서 전송받은 파일에 대한 정보를 저장하는 제 2 단계; 및 상기 송신측간에 파일 수신결과를 체크하여 통보하는 제 3 단계를 포함하여 이루어진 것을 특징으로 한다.In order to achieve the above object, the present invention provides an intelligent file transfer method on the Internet that is applied to a file transfer system. Before transmitting a file, the transmitting side informs the receiving side of information about a file to be transmitted. A first step of notifying a transmitting side whether a file can be received; A second step of sequentially storing information about the received file while receiving the file; And a third step of checking and notifying a file reception result between the transmitting parties.

또한, 본 발명은, 프로세서를 구비한 파일전송시스템에, 파일을 전송하기 전에 송신측에서는 전송하고자 하는 파일에 대한 정보를 수신측에 알리고, 수신측에서는 해당 파일에 대한 수신 가능 여부를 송신측에 알리는 기능; 순차적으로 파일을 전송받으면서 전송받은 파일에 대한 정보를 저장하는 기능; 및 상기 송신측간에 파일 수신결과를 체크하여 통보하는 기능을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체를 제공한다.In addition, the present invention, before transmitting a file to the file transfer system having a processor, the transmitting side informs the receiving side of the information about the file to be transmitted, and the receiving side informs the transmitting side whether or not the file can be received. ; Storing information on the received file while receiving the file in sequence; And a computer-readable recording medium having recorded thereon a program for realizing a function of checking and notifying a file reception result between the transmitting parties.

상술한 목적, 특징들 및 장점은 첨부된 도면과 관련한 다음의 상세한 설명을 통하여 보다 분명해 질 것이다. 이하, 첨부된 도면을 참조하여 본 발명에 따른 바람직한 일실시예를 상세히 설명한다.The above objects, features and advantages will become more apparent from the following detailed description taken in conjunction with the accompanying drawings. Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.

도 1 은 본 발명이 적용되는 파일전송시스템의 구성예시도이다.1 is an exemplary configuration diagram of a file transfer system to which the present invention is applied.

도 1에 도시된 바와 같이, 본 발명에서는 하부네트웍인 TCP/IP (Transmission Control Protocol/Internet Protocol)(13)를 전제로 한다. 클라이언트용 파일전송모듈(11)은 PC(Personal Computer)와 유닉스(UNIX)환경을 모두 지원하며 서버용 파일전송모듈(12)은 유닉스 환경을 지원한다. 일단 가입자가 파일을 전송하고자 하는 경우, 도 1에서 보여지는 클라이언트용 파일전송모듈(11)을 실행시킨다. 실행된 클라이언트용 파일전송모듈(11)은 서버에서 동작되는 서버용 파일전송모듈(12)과의 가상 연결을 설정한 후 패킷들을 생성하여 파일전송 작업을 수행하게 된다.As shown in FIG. 1, the present invention assumes a transmission network (TCP / IP) 13 as a lower network. The file transfer module 11 for a client supports both a personal computer (PC) and a UNIX (UNIX) environment, and the file transfer module 12 for a server supports a UNIX environment. Once the subscriber wants to transfer the file, he executes the client file transfer module 11 shown in FIG. The executed file transfer module 11 for a client establishes a virtual connection with the file transfer module 12 for a server operated in a server, and then generates packets to perform a file transfer operation.

본 발명은 인터넷상에서의 지능적인(effective) 파일을 전송하기 위한 방법에 관한 것으로 클라이언트/서버 방식으로 구성되어 있다. 클라이언트 파일전송모듈에서는 파일전송에 앞서 파일에 대한 정보, 즉 파일이름, 파일길이와 같은 정보를 패킷에 실어 전송하면 서버에서 이에 대한 분석작업을 수행함으로써, 상대방이 파일을 전송받을 수 있는지에 대한 확인 패킷을 클라이언트로 통보하도록 한다.The present invention relates to a method for transmitting an effective file on the Internet and is configured in a client / server manner. The client file transfer module checks whether the other party can receive the file by analyzing information on the file before sending the file, that is, file name, file length, etc. Notify the client of the packet.

따라서, 본 발명에서는 파일전송에 따른 불필요한 네트웍 트래픽을 제거할 수 있도록 하고, 또한 파일 내용을 전송하는 각 단계별로 전송된 파일크기와 전송해야 하는 파일크기 정보를 패킷에 실어 보냄으로써, 파일전송 과정에서 통신단의 에러가 발생하는 상황에 대비할 수 있도록 파일 이어보내기 기능을 추가로 구현할 수 있는 확장성도 구비하도록 한다.Therefore, in the present invention, it is possible to eliminate unnecessary network traffic due to file transfer, and also by sending the file size and file size information to be transmitted in each step of transmitting the file content in the packet, in the file transfer process In order to prepare for a situation where an error occurs in the communication terminal, a file extensibility function may be additionally implemented.

여기서, 클라이언트와 서버간에 주고받는 패킷구조도를 예시하면 하기의 [표1]~[표6]과 같다.Here, an example of a packet structure exchanged between a client and a server is shown in Tables 1 to 6 below.

상기 [표1]은 서버에게 송신하고자 하는 파일에 대한 정보를 보내기 위해 생성하는 타입(Type)-1 패킷구조도이다.[Table 1] is a type-1 packet structure diagram generated to send information on a file to be sent to a server.

상기 [표2]는 파일 송신과정에서 에러가 발생한 경우 이를 상대방에게 알리기 위해 생성하는 타입(Type)-2 패킷구조도이다.[Table 2] is a type-2 packet structure diagram generated to notify the other party when an error occurs in the file transmission process.

상기 [표3]은 파일을 수신할 수 있음을 클라이언트에게 알리기 위해 서버에 의해 생성되는 타입(Type)-3 패킷구조도이다.[Table 3] is a Type-3 packet structure generated by the server to inform the client that the file can be received.

상기 [표4]는 실제적으로 파일내용을 전송하기 위해 생성되는 타입(Type)-4 패킷구조도이다.[Table 4] is a Type-4 packet structure diagram that is actually generated to transmit file contents.

상기 [표5]는 해당파일에 대하여 더 이상 전송할 내용이 없음을 상대방에게 알리기 위해 생성되는 타입(Type)-5 패킷구조도이다.[Table 5] is a Type-5 packet structure diagram generated to notify the other party that there is no content to transmit for the corresponding file.

상기 [표6]은 서버, 즉 파일을 전송받는 측에서 타입(Type)-5에 대한 응답패킷을 나타내는 타입(Type)-6 패킷구조도이다.[Table 6] is a type-6 packet structure diagram showing a response packet for type-5 at a server, that is, a file receiving side.

도 2a 내지 도 2d 는 본 발명에 따른 인터넷상에서의 클라이언트측 파일전송 방법에 대한 일실시예 흐름도이다.2A to 2D are flowcharts of an embodiment of a client-side file transfer method on the Internet according to the present invention.

도 2a 내지 도 2d에 도시된 바와 같이, 먼저 전송하고자 하는 파일이름을 매개변수로 입력받아(201) 파일을 체크하고 서버에게 송신하고자 하는 파일에 대한정보를 보내기 위해 생성하는 타입-1 패킷을 생성한 후(202) 타입-1 패킷이 성공적으로 생성되었는지를 판단한다(203).As shown in Fig. 2a to 2d, first receives a file name to be transmitted as a parameter (201) generates a type-1 packet generated to check the file and to send information about the file to be sent to the server After that (202), it is determined whether the type-1 packet was successfully generated (203).

판단결과, 생성되지 않았으면 파일전송 에러로 처리하고(204), 생성되었으면 서버에게 송신하고자 하는 파일에 대한 정보를 보내기 위해 생성하는 타입-1 패킷을 서버로 전송한 후(205) 통신장애가 발생하였는지를 확인한다(206).As a result, if it is not generated, it is treated as a file transfer error (204), and if it is generated, after transmitting a type-1 packet generated to send information about a file to be sent to the server (205), whether a communication failure has occurred. Confirm (206).

확인결과, 통신장애가 발생하였으면 파일전송 에러로 처리하고(207), 통신장애가 발생하지 않았으면 서버로부터 임의의 응답패킷을 기다린 후(208), 다시 통신장애의 발생 여부를 확인한다(209).As a result, if a communication failure occurs, it is treated as a file transfer error (207). If a communication failure does not occur, the server waits for an arbitrary response packet from the server (208), and then again checks whether a communication failure occurs (209).

확인결과, 통신장애가 발생하였으면 파일전송 에러로 처리하고(210), 통신장애가 발생하지 않았으면 파일 송신과정에서 에러가 발생시 이를 상대방에게 알리기 위해 생성하는 타입-2 패킷을 수신받았는지 여부를 확인한다(211).As a result, if a communication failure occurs, it is treated as a file transmission error (210), and if a communication failure does not occur, it is checked whether or not a type-2 packet is generated to notify the other party of an error in the file transmission process. 211).

확인결과, 타입-2 패킷을 수신받았으면 파일전송 에러로 처리하고(212), 상기 타입-2 패킷을 받지 않았다면 파일수신이 가능함을 클라이언트에게 알리기 위해 서버에서 생성하는 타입-3 패킷을 수신받았는지 여부를 확인한다(213).As a result of the check, if a type-2 packet is received, it is treated as a file transmission error (212). Check (213).

확인결과, 상기 타입-3 패킷을 수신받지 않았으면 파일전송 에러로 처리하고(214), 받았으면 전송된 파일길이를 체크한 후(215) 파일을 전송하기 위해 "S_FILE_DATA 구조체"(즉, 프로그램 내부에서 파일에 대한 정보를 관리하는 구조체)를 채우고(216), 실제적으로 파일 내용을 전송하기 위해 생성되는 타입-4 패킷을 생성하여 서버로 전송한다(217).As a result, if the type-3 packet is not received, it is treated as a file transfer error (214). If it is received, the file length is checked (215), and then "S_FILE_DATA structure" (that is, in the program) A structure that manages information about the file (216), and generates a type-4 packet generated to actually transmit the file content and transmits it to the server (217).

그리고 나서 다시, 통신장애가 발생하였는지를 확인한다(218).Then again, it is checked whether a communication failure has occurred (218).

확인결과, 통신장애가 발생하였으면 파일전송 에러로 처리하고(219), 발생하지 않았으면 서버로부터 임의의 패킷을 기다린 후(220) 다시 통신장애가 발생하였는지를 확인한다(221).As a result, if a communication failure occurs, it is treated as a file transfer error (219). If it does not occur, it waits for an arbitrary packet from the server (220) and again checks whether a communication failure occurs (221).

확인결과, 통신장애가 발생하였으면 파일전송 에러로 처리하고(222), 장애가 발생하지 않았으면 파일 송신과정에서 에러가 발생시 이를 상대방에게 알리기 위해 생성하는 타입-2 패킷을 수신하였는지 확인한다(223).As a result, if a communication failure occurs, it is treated as a file transmission error (222). If a failure does not occur, it is checked whether or not a type-2 packet is generated to notify the other party of an error in the file transmission process (223).

확인결과, 수신하였으면 파일전송 에러로 처리하고(224), 수신하지 않았으면 파일수신이 가능함을 클라이언트에게 알리기 위해 서버에서 생성하는 타입-3 패킷을 수신받았는지를 확인한다(225).As a result, if it is received, it is treated as a file transmission error (224). If it is not received, it is checked whether a type-3 packet generated by the server is received (225) to inform the client that the file can be received.

확인결과, 수신받았지 않았으면 파일전송 에러로 처리하고(226), 수신하였으면 파일정보를 가져온 후(227) 추가로 전송할 내용이 남아있는지를 확인한다(228).As a result, if it is not received, it is treated as a file transmission error (226). If it is received, the file information is fetched (227).

확인결과, 남아있으면 파일을 전송하기 위해 S_FILE_DATA 구조체를 채우는 과정(216)으로 넘어가고, 남아있지 않으면 해당 파일에 대하여 더 이상 전송할 내용이 없음을 상대방에게 알리기 위해 생성되는 타입-5 패킷을 생성하여 전송한 후(229) 통신장애가 발생하였는지를 확인한다(230).If it remains, the process proceeds to the process of filling the S_FILE_DATA structure to transmit the file (216), and if it does not exist, generates and sends a type-5 packet generated to inform the other party that there is no further content for the file After that (229) it is confirmed whether a communication failure has occurred (230).

확인결과, 통신장애가 발생하였으면 파일전송 에러로 처리하고(231), 통신장애가 발생하지 않았으면 서버로부터 임의의 패킷을 수신한 후(232) 통신장애가 발생하였는지를 확인한다(233).As a result, if a communication failure occurs, it is treated as a file transfer error (231). If a communication failure does not occur, after receiving an arbitrary packet from the server (232), it is checked whether a communication failure occurs (233).

확인결과, 통신장애가 발생하였으면 파일전송 에러로 처리하고(234), 통신장애가 발생하지 않았으면 서버, 즉 파일을 전송받는 측에서 타입-5에 대한 응답패킷인 타입-6 패킷을 수신하였는지 확인한다(235).As a result, if a communication failure occurs, it is treated as a file transfer error (234), and if a communication failure does not occur, it is checked whether a type-6 packet, which is a response packet for the type-5, is received by the server, that is, the file receiving party. 235).

확인결과, 타입-6 패킷을 수신하지 않았으면 파일전송 에러로 처리하고(236), 타입-6 패킷을 수신하였으면 파일수신성공으로 처리한다(237).As a result of the check, if a type-6 packet is not received, it is processed as a file transfer error (236). If a type-6 packet is received, it is processed as a file reception success (237).

도 3a 내지 도 3d 는 본 발명에 따른 인터넷상에서 서버측 파일전송 방법에 대한 일실시예 흐름도이다.3A to 3D are flowcharts of an embodiment of a server-side file transfer method on the Internet according to the present invention.

도 3a 내지 도 3d에 도시된 바와 같이, 먼저 파일을 저장할 디렉토리를 매개변수로 받아(301) 클라이언트로부터 임의의 패킷을 기다린 후(302) 통신장애가 발생하였는지를 확인한다(303).As shown in FIGS. 3A to 3D, first, a directory to store a file is received as a parameter (301), and a random packet is waited for from a client (302).

확인결과, 통신장애가 발생하였으면 파일수신 에러로 처리하고(304), 통신장애가 발생하지 않았으면 서버에게 송신하고자 하는 파일에 대한 정보를 보내기 위해 생성하는 타입-1 패킷을 수신하였는지 확인한다(305).As a result, if a communication failure occurs, it is treated as a file reception error (304). If the communication failure does not occur, it is checked whether a type-1 packet generated to send information about a file to be transmitted to the server is received (305).

확인결과, 타입-1 패킷을 수신하지 않았으면 파일수신 에러로 처리하고(306), 타입-1 패킷을 수신하였으면 서버에게 송신하고자 하는 파일에 대한 정보를 보내기 위해 생성하는 타입-1 패킷으로부터 S_FILE_NAME 정보를 추출하고(307), 의도된 이름으로 파일을 연 후(308) 파일을 성공적으로 오픈하였는지를 확인한다(309).As a result, if the type-1 packet is not received, it is treated as a file reception error (306). If the type-1 packet is received, the S_FILE_NAME information is generated from the type-1 packet generated to send information about the file to be sent to the server. Extract (307), open the file with the intended name (308), and verify that the file was successfully opened (309).

확인결과, 오픈하지 않았으면 상대방에게 알리기 위해 파일 송신과정에서 에러가 발생한 경우 이를 상대방에게 알리기 위해 생성하는 타입-2 패킷을 생성 및 전송하여 파일수신 에러로 처리하고(310), 오픈하였으면 파일수신이 가능함을 클라이언트에게 알리기 위해 서버에의해 생성되는 타입-3 패킷을 생성하여전송한다(311).As a result of the check, if an error occurs in the file transmission process to notify the other party if it is not opened, it generates and transmits a type-2 packet generated to notify the other party as a file reception error (310). A type-3 packet generated by the server is generated and transmitted to inform the client that it is possible (311).

그리고 나서 다시, 통신장애가 발생하였는지를 확인한다(312).Then again, it is checked whether a communication failure has occurred (312).

확인결과, 통신장애가 발생하였으면 파일수신 에러로 처리하고(313), 통신장애가 발생하지 않았으면 클라이언트로부터 임의의 패킷을 기다린 후(314) 통신장애가 발생하였는지를 확인한다(315).As a result, if a communication failure occurs, it is treated as a file reception error (313). If the communication failure does not occur, it waits for a random packet from the client (314) and checks whether a communication failure has occurred (315).

확인결과, 통신장애가 발생하였으면 파일수신 에러로 처리하고(316), 통신장애가 발생하지 않았으면 실제적으로 파일 내용을 전송하기 위해 생성되는 타입-4 패킷을 수신하였는지 확인한다(317).As a result, if a communication failure occurs, it is treated as a file reception error (316). If the communication failure does not occur, it is checked whether a type-4 packet generated for actually transmitting a file content is received (317).

확인결과, 타입-4 패킷을 수신하지 않았으면 파일수신 에러로 처리하고(318), 타입-4 패킷을 수신하였으면 실제적으로 파일 내용을 전송하기 위해 생성되는 타입-4 패킷으로부터 S_FILE_DATA 구조를 추출한 후(319) 데이터 추출시 에러가 발생하였는지를 확인한다(320).As a result, if a type-4 packet is not received, it is treated as a file reception error (318). If a type-4 packet is received, the S_FILE_DATA structure is extracted from the type-4 packet generated to actually transmit the file contents. In step 319, it is checked whether an error occurs in extracting data.

확인결과, 에러가 발생하였으면 파일 송신과정에서 에러가 발생한 경우 이를 상대방에게 알리기 위해 생성하는 타입-2 패킷을 생성 및 전송하여 파일수신 에러로 처리하고(321), 에러가 발생하지 않았으면 오픈된 파일에 버퍼내용을 복사하고 전송받은 파일크기를 저장한 후(322) 파일수신이 가능함을 클라이언트에게 알리기 위해 서버에 의해 생성되는 타입-3 패킷을 생성하여 전송한다(323).As a result of the check, if an error occurs, a type-2 packet is generated and transmitted to notify the other party when an error occurs in the file transmission process and processed as a file reception error (321). After copying the buffer contents and storing the received file size (322), a type-3 packet generated by the server is generated and transmitted (323) to inform the client that the file can be received.

그리고 나서 다시, 통신장애가 발생하였는지를 확인한다(324).Then again, it is checked whether a communication failure has occurred (324).

확인결과, 통신장애가 발생하였으면 파일수신 에러로 처리하고(325), 통신장애가 발생하지 않았으면 클라이언트로부터 임의의 패킷을 기다린 후(326) 통신장애가 발생하였는지를 확인한다(327).As a result, if a communication failure occurs, it is treated as a file reception error (325). If the communication failure does not occur, it waits for a random packet from the client (326) and checks whether a communication failure has occurred (327).

확인결과, 통신장애가 발생하였으면 파일수신 에러로 처리하고(328), 통신장애가 발생하지 않았으면 실제적으로 파일 내용을 전송하기 위해 생성되는 타입-4 패킷을 수신하였는지 확인한다(329).As a result, if a communication failure occurs, it is treated as a file reception error (328). If the communication failure does not occur, it is checked whether a type-4 packet generated for actually transmitting the file content is received (329).

확인결과, 타입-4 패킷을 수신하였으면 실제적으로 파일 내용을 전송하기 위해 생성되는 타입-4 패킷으로부터 S_FILE_DATA 구조를 추출하는 과정(319)으로 넘어가고, 타입-4 패킷을 수신하지 않았으면 해당 파일에 대하여 더 이상 전송할 내용이 없음을 상대방에서 알리기 위해 생성되는 타입-5 패킷을 수신하였는지 확인한다(330).As a result of the check, if a type-4 packet is received, the process proceeds to step 319 of extracting the S_FILE_DATA structure from the type-4 packet that is actually generated to transmit the file contents. In step 330, it is determined whether a type-5 packet is generated to inform the other party that there is no content to transmit.

확인결과, 타입-5 패킷을 수신하지 않았으면 파일수신 에러로 처리하고(331), 타입-5 패킷을 수신하였으면 이에 대한 응답 패킷으로 서버, 즉 파일을 전송받는 측에서 타입-5에 대한 응답패킷인 타입-6 패킷을 생성하여 전송한 후(332) 통신장애가 발생하였는지를 확인한다(333).As a result, if a type-5 packet is not received, the server receives a file reception error (331). If a type-5 packet is received, a response packet for the type-5 is received from the server, that is, the file receiving the response packet. After generating and transmitting the IN-6 packet (332), it is checked whether a communication failure occurs (333).

확인결과, 통신장애가 발생하였으면 파일수신 에러로 처리하고(334), 통신장애가 발생하지 않았으면 파일수신성공으로 처리한다(335).As a result of the check, if a communication failure occurs, it is processed as a file reception error (334), and if a communication failure does not occur, it is processed as a file reception success (335).

이상에서 설명한 본 발명은 전술한 실시예 및 첨부된 도면에 의해 한정되는 것이 아니고, 본 발명의 기술적 사상을 벗어나지 않는 범위 내에서 여러 가지 치환, 변형 및 변경이 가능하다는 것이 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 있어 명백할 것이다.The present invention described above is not limited to the above-described embodiments and the accompanying drawings, and various substitutions, modifications, and changes can be made in the art without departing from the technical spirit of the present invention. It will be apparent to those of ordinary knowledge.

상기한 바와 같은 본 발명은, 일반 사용자들이 인터넷상에서 효과적으로 파일을 전송함으로써, 파일 송/수신과정에서의 불필요한 네트웍 트래픽을 배제할 수 있고, 파일 전송에 따른 신뢰성을 제공할 수 있고, 파일 내용을 주고받는 각 단계에서 클라이언트/서버별로 전송된 파일길이를 관리함으로써, 통신장애 발생시 파일 이어보내기 기능 등 그 성능이 확장된 파일 전송이 가능해지도록 우수한 효과가 있다.As described above, the present invention can effectively remove unnecessary network traffic during file transmission / reception process by providing effective file transfer on the Internet, provide reliability according to file transfer, and give file contents. By managing the file length transmitted for each client / server at each stage of receiving, there is an excellent effect to enable the file transfer to extend its performance, such as file transfer function in case of communication failure.

Claims (6)

파일전송시스템에 적용되는 인터넷상에서의 지능적인 파일전송 방법에 있어서,In the intelligent file transfer method on the Internet applied to the file transfer system, 파일을 전송하기 전에 송신측에서는 전송하고자 하는 파일에 대한 정보를 수신측에 알리고, 수신측에서는 해당 파일에 대한 수신 가능 여부를 송신측에 알리는 제 1 단계;A first step of informing the receiving side of the information about the file to be transmitted before transmitting the file, and informing the receiving side of whether the reception of the file is possible; 순차적으로 파일을 전송받으면서 전송받은 파일에 대한 정보를 저장하는 제 2 단계; 및A second step of sequentially storing information about the received file while receiving the file; And 상기 송신측간에 파일 수신결과를 체크하여 통보하는 제 3 단계A third step of checking and notifying a file reception result between the transmitting parties 를 포함하는 인터넷상에서의 지능적인 파일전송 방법.Intelligent file transfer method on the Internet comprising a. 제 1 항에 있어서,The method of claim 1, 상기 제 2 단계의 파일 전송 과정중에 에러가 발생한 경우,If an error occurs during the file transfer process of the second step, 기전송된 파일을 제외한 나머지 부분만을 이어보내는 것을 특징으로 하는 인터넷상에서의 지능적인 파일전송 방법.Intelligent file transfer method on the Internet, characterized in that only the remaining portion of the file is transferred. 제 1 항 또는 제 2 항에 있어서,The method according to claim 1 or 2, 상기 제 1 단계는,The first step is, 송신측에서 송신하고자 하는 파일에 대한 정보를 보내기 위해 수신측으로 보내는 제1 타입의 패킷을 수신하여 파일이름 및 파일크기에 대한 정보를 추출하는 제 4 단계;A fourth step of receiving a packet of a first type sent to a receiver to send information on a file to be transmitted at a transmitter, and extracting information on a file name and a file size; 수신측에서 상기 추출된 정보를 토대로 하여 상기 송신측으로부터 파일을 수신받을 수 있을지를 체크하는 제 5 단계;A fifth step of checking whether the receiving side can receive a file from the transmitting side based on the extracted information; 상기 체크 과정중 에러가 발생하면 제2 타입의 패킷을 생성하여 상대방에게 통보하는 제 6 단계; 및A sixth step of generating a second type of packet and notifying the other party if an error occurs during the checking process; And 상기 송신측으로부터 파일을 수신받을 수 있음을 상기 송신측에 통보하기 위한 제3 타입의 패킷을 생성하는 제 7 단계A seventh step of generating a third type of packet for notifying the transmitting side that the file can be received from the transmitting side; 를 포함하는 인터넷상에서의 지능적인 파일전송 방법.Intelligent file transfer method on the Internet comprising a. 제 3 항에 있어서,The method of claim 3, wherein 상기 제 2 단계는,The second step, 실제적으로 파일 내용을 전송하기 위해 생성되는 제4 타입의 패킷 파일 내용을 추출하는 제 8 단계;An eighth step of extracting packet file contents of a fourth type which is actually generated for transmitting the file contents; 에러가 발생하면 상기 송신측으로 통보하여 파일수신 에러로 처리하는 제 9 단계; 및A ninth step of notifying the sender when an error occurs and processing it as a file receiving error; And 오픈된 파일에 버퍼 내용을 복사하고, 전송받은 파일크기에 대한 정보를 저장하는 제 10 단계; 및A tenth step of copying the contents of the buffer to the opened file and storing information on the received file size; And 상기 송신측으로 통보하여 순차적으로 파일내용을 전송받는 제 11 단계An eleventh step of receiving the file contents sequentially by notifying the transmitting side 를 포함하는 인터넷상에서의 지능적인 파일전송 방법.Intelligent file transfer method on the Internet comprising a. 제 4 항에 있어서,The method of claim 4, wherein 상기 제 3 단계는,The third step, 해당 파일에 대하여 더 이상 전송할 내용이 없음을 상기 수신측에 통보하기 위해 생성되는 제5 타입의 패킷을 수신하였는지 확인하는 제 12 단계; 및A twelfth step of confirming whether a received packet of the fifth type is generated to notify the receiving party that there is no further content to be transmitted for the file; And 파일수신이 성공적으로 처리되었음을 상기 송신측으로 응답하기 위해 생성하는 제6 타입의 패킷을 전송하는 제 13 단계A thirteenth step of transmitting a sixth type of packet generated to respond to the sender that file reception has been successfully processed; 를 포함하는 인터넷상에서의 지능적인 파일전송 방법.Intelligent file transfer method on the Internet comprising a. 프로세서를 구비한 파일전송시스템에,In a file transfer system having a processor, 파일을 전송하기 전에 송신측에서는 전송하고자 하는 파일에 대한 정보를 수신측에 알리고, 수신측에서는 해당 파일에 대한 수신 가능 여부를 송신측에 알리는 기능;A function of notifying the receiving side of information about a file to be transmitted to the receiving side before transmitting the file, and notifying the transmitting side of whether the receiving side can receive the corresponding file; 순차적으로 파일을 전송받으면서 전송받은 파일에 대한 정보를 저장하는 기능; 및Storing information on the received file while receiving the file in sequence; And 상기 송신측간에 파일 수신결과를 체크하여 통보하는 기능A function of checking and notifying a file reception result between the sending parties 을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체.A computer-readable recording medium having recorded thereon a program for realizing this.
KR1019990059102A 1999-12-18 1999-12-18 Method for transmitting effective file in internet KR20010064812A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019990059102A KR20010064812A (en) 1999-12-18 1999-12-18 Method for transmitting effective file in internet

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019990059102A KR20010064812A (en) 1999-12-18 1999-12-18 Method for transmitting effective file in internet

Publications (1)

Publication Number Publication Date
KR20010064812A true KR20010064812A (en) 2001-07-11

Family

ID=19627055

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019990059102A KR20010064812A (en) 1999-12-18 1999-12-18 Method for transmitting effective file in internet

Country Status (1)

Country Link
KR (1) KR20010064812A (en)

Similar Documents

Publication Publication Date Title
Fielding et al. Hypertext transfer protocol (HTTP/1.1): Message syntax and routing
US6502191B1 (en) Method and system for binary data firewall delivery
Jungmaier et al. Transport layer security over stream control transmission protocol
CN102413436B (en) Information transferring method and system
US7761500B1 (en) URL based communication protocol from a client computer to a network device
EP2461524B1 (en) Network proxy implementation method and apparatus
US7627681B2 (en) Relaying messages through a firewall
US8024788B2 (en) Method and apparatus for reliable, high speed data transfers in a high assurance multiple level secure environment
CN103535004B (en) Method for promoting anonymity audio and video communication and system based on web
US20070250702A1 (en) Firewall-tolerant voice-over-internet-protocol (VoIP) emulating SSL or HTTP sessions embedding voice data in cookies
EP1892887A1 (en) Communication method between communication devices and communication apparatus
WO2004053745A1 (en) System and method for transmitting a file associated with an e-mail
JP2013504806A (en) Method, apparatus and system for file transfer based on file directory
US7089302B1 (en) Method and system for maintaining a communications protocol session
Fielding et al. RFC 9110: HTTP Semantics
US8239548B2 (en) Endpoint discriminator in network transport protocol startup packets
KR20010064812A (en) Method for transmitting effective file in internet
KR100574885B1 (en) Method for receiving electronic data message of enormous
CN111314447A (en) Proxy server and method for processing access request thereof
US20050251676A1 (en) Method for offloading the digest portion of protocols
WO2002021795A2 (en) Asynchronous full-duplex request/response protocol
KR0133806B1 (en) File transfer method
KR100346788B1 (en) Proxy Server for interworking between native ATM WWW Browser and Internet WWW Server and Method for interworking WWW Service using the same
KR101328028B1 (en) System and method for message transmission based on session
Sharp The poor man’s guide to computer networks and their applications

Legal Events

Date Code Title Description
WITN Withdrawal due to no request for examination