WO2011120364A1 - 一种传输多个文件的方法及系统 - Google Patents
一种传输多个文件的方法及系统 Download PDFInfo
- Publication number
- WO2011120364A1 WO2011120364A1 PCT/CN2011/071229 CN2011071229W WO2011120364A1 WO 2011120364 A1 WO2011120364 A1 WO 2011120364A1 CN 2011071229 W CN2011071229 W CN 2011071229W WO 2011120364 A1 WO2011120364 A1 WO 2011120364A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- file
- transmitted
- files
- transmission
- information
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/06—Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
Definitions
- the present invention belongs to the field of communications, and in particular, to a method and system for transmitting multiple files. Background of the invention
- IM Instant Messaging
- IM tool users can transfer data directly from the entire folder.
- the user can drag the folder to the session window of the IM tool, or the user can select a specific folder in the local storage space after selecting the folder transfer function in the dialog window of the IM tool, thereby initiating the folder. Transfer events.
- the system will create a folder locally on the receiving side and receive multiple files in the folder transferred by the sender in a certain order.
- the folder transfer completion is displayed on the user interface of the receiver. This way of using IM tools for file transfer has become one of the most important functions commonly used by Internet users today.
- the user can select a folder and transfer the folder to transfer multiple files in the folder at the same time.
- users with slower network speeds, especially those of Education Network may take a long time to fully receive a folder containing multiple files. Therefore, in this case, although the number of user operations can be reduced by the folder transfer method as compared with the manner in which the user transfers a single file multiple times, the time for the user to wait for file transfer cannot be shortened.
- Embodiments of the present invention provide a method and system for transmitting multiple files, which can shorten the time required for transmitting multiple files, meet user needs, and improve user experience.
- a method of transmitting a plurality of files comprising the steps of:
- a system for transferring multiple files including:
- a command receiving unit configured to receive a multi-file transmission request command
- a transmission mode determining unit configured to determine a file transmission mode according to attributes of a plurality of files to be transmitted
- a transmitting unit configured to transmit the multiple files to be transmitted according to the file transmission mode.
- the file transmission mode is determined according to the attributes of the plurality of files to be transmitted, and the plurality of files to be transmitted are transmitted according to the determined file transmission mode, thereby implementing a method for transmitting multiple files, which can shorten the transmission. The time required for the files to reduce the waiting time of the recipient user.
- FIG. 1 is a flowchart of an implementation of a method for transmitting multiple files according to an embodiment of the present invention.
- FIG. 2 is a schematic diagram of a transmission interface display according to an embodiment of the present invention.
- FIG. 3 is a schematic diagram of another transmission interface display according to an embodiment of the present invention.
- FIG. 4 is a schematic structural diagram of a system for transmitting multiple files according to an embodiment of the present invention.
- FIG. 5 is a flowchart of a method for displaying multiple transmission files according to an embodiment of the present invention.
- FIG. 6 is a schematic structural diagram of a system for displaying multiple transmission files according to an embodiment of the present invention. Mode for carrying out the invention
- the file transfer mode is determined according to the attributes of the plurality of files to be transferred, and then the plurality of files to be transferred are transmitted according to the determined file transfer mode, thereby implementing a method for transmitting a plurality of files.
- the number of files to be transmitted is at least two.
- FIG. 1 shows an implementation flow of a method for transmitting multiple files according to an embodiment of the present invention, which is described in detail below.
- step S101 receiving a multi-file transfer request command
- step S102 the file transfer mode is determined according to the attributes of the plurality of files to be transferred; in step S103, the plurality of files to be transferred are transmitted according to the determined file transfer mode.
- the method of transmitting a plurality of files may be used by a server.
- the sender may send a multi-file transfer request command to the server, where the multi-file transfer request command may include information of the folder to be transmitted and information of the receiver.
- the information of the folder to be transferred may include attributes, types, sizes, and the like of the file to be transmitted in the to-be-transferred folder.
- the to-be-transferred folder includes at least two files to be transmitted, and attributes of the files to be transmitted, that is, file formats, may be the same or different.
- the attributes of the file to be transferred may be text attributes or multimedia attributes; files of text attributes are text files; files of multimedia attributes are multimedia files, including photos, audio files, video files or audio and video files.
- the multi-file transmission request command sent by the sending direction server may directly include at least two to-be.
- the information of the file and the receiver information are transmitted, that is, the sender does not submit a folder to be transmitted containing a plurality of files to be transferred, but directly submits a plurality of files to be transmitted to be transmitted.
- other information such as information of the current network, may also be included.
- the multi-file transfer request command sent by the sender can also be implemented in other manners, and is not described here.
- Step 102 After receiving the multi-file transfer request command, the server determines the file transfer mode according to the attributes of the file to be transferred. Step 102 is specifically as follows:
- the compressed transmission mode is adopted.
- multiple files to be transmitted may be compressed, and simultaneously transmitted by multiple communication channels in parallel;
- the attributes of the plurality of files to be transmitted are all multimedia attributes, it is determined that the parallel transmission mode is adopted.
- the multiple to-be-transmitted files may be transmitted by using multiple communication channels respectively.
- the attributes of the plurality of files to be transmitted include the text attribute and the multimedia attribute
- the integrated transmission mode is adopted.
- the text compression file may be obtained by compressing the text attribute to be transmitted, and the text compression file is transmitted by using multiple communication channels.
- the file to be transmitted of the multimedia attribute; when transmitting, the above file may be transmitted in parallel, or the file may be transmitted in sequence.
- step S102 is to determine a file transmission mode according to the capacity and attributes of a plurality of files to be transmitted. After receiving the multiple file transfer request command, the server determines the file transfer mode according to the capacity and attributes of the plurality of files to be transferred. Step 102 specifically includes the following steps.
- Step S1021 Determine, according to the capacity and attributes of the plurality of files to be transmitted, a ratio of the capacity of the multimedia file to the total file capacity to be transmitted.
- Step S1022 When the ratio of the capacity of the multimedia file to the total file capacity to be transmitted is less than or equal to the first threshold, determine that the compressed transmission mode is used to perform multiple files to be transmitted. Compressed and simultaneously transmitted in multiple communication channels.
- the files to be transmitted may be separately compressed, and then the compressed files to be transmitted are sent in parallel by using multiple communication channels; or all the files to be transmitted may be compressed together, and then multiple communication channels are simultaneously used in parallel. Send the compressed file to be transferred.
- Step S1023 When the ratio of the capacity of the multimedia file to the total file capacity to be transmitted is greater than or equal to the second threshold, it is determined that the parallel transmission mode is adopted, and multiple communication channels are respectively used to transmit different files to be transmitted.
- Step S1024 When the ratio of the capacity of the multimedia file to the total file capacity to be transmitted is greater than the first threshold but less than the second threshold, determine to adopt an integrated transmission mode.
- the text compression file may be obtained by compressing the text attribute to be transmitted.
- the file to be transmitted of the text compressed file and the multimedia attribute is transmitted by using multiple communication channels; when the transmission is performed, the file may be transmitted in parallel, or the file may be sequentially transmitted.
- the first threshold and the second threshold may be determined according to actual needs, or determined by testing. Generally, the value of the first threshold is smaller than the value of the second threshold. The value of the first threshold may be 10% to 45%, and the value of the second threshold may be 55 to 90%. In an embodiment of the invention, the first threshold is taken as 20% and the second threshold is taken as 80%. In addition, in addition to the compressed transfer mode, parallel transfer mode, and integrated transfer mode described herein, the file transfer mode can be other transfer modes.
- the number of communication channels used for transmission may be further determined according to current network conditions, user settings, and the like.
- the method for transmitting the plurality of files further includes: detecting a rate of the current network transmission file.
- step S102 when the file transfer mode is determined in step S102, it is also referred to the detected current.
- the network transmission file rate, step S102 is specifically:
- the file transfer mode is determined based on the detected current network transfer file rate and the capacity and attributes of the file to be transferred.
- the server after receiving the multi-file transmission request command, the server detects the current network transmission file rate, determines the file transmission mode according to the detected current network transmission file rate, and the capacity and attributes of the file to be transmitted.
- the first threshold and the second threshold may be determined according to the detected current network transmission file rate, and the file transmission mode is adjusted by modifying the first threshold and the second threshold. For example, if the first threshold is lowered, the determined file transfer mode may be adjusted from the original compressed transfer mode to the integrated transfer mode.
- the implementation of the file transmission mode is determined, and may be implemented in other manners according to actual needs.
- the method for transmitting the plurality of files further includes:
- the current network transmission file rate is periodically detected, the remaining time required for transmission is determined, and the remaining time is transmitted.
- the server periodically detects the current network transmission file rate, determines the remaining time required to transmit the folder to be transmitted according to the detected current network transmission file rate, and transmits the remaining time to the receiver.
- the receiver can display the remaining time required to transfer the folder on the transmission interface according to the remaining time sent by the server. As shown in FIG. 2, the remaining time required to transmit the folder to be transmitted displayed on the transmission interface is 1 minute and 35 seconds. In addition, the remaining time can also be sent to the sender at the same time.
- the server may further determine, according to the detected current network transmission file rate, the remaining time required to transmit each file to be transmitted, and send the remaining time to the receiver.
- the receiving party displays the transmission on the transmission interface according to the remaining time corresponding to each received file to be transmitted. The remaining time required to transfer each file to be transferred.
- the method for transmitting the plurality of files further includes:
- the overall transmission information is transmitted to the recipient.
- the browsing information of the receiving user may be stored locally in the receiving terminal or in a user behavior database of the server, and the server obtains browsing information of the receiving user from the receiving terminal or the user behavior database.
- the browsing information records whether the recipient user has browsed the folder to be transferred or the file to be transmitted during the last process of receiving the transmission file. If the browsing information of the recipient user records that the receiving user last received the transmission file For the browsing operation, the server transmits the transmission information of each communication channel to the receiver, otherwise, the server transmits the overall transmission information to the receiver.
- the transmission information of the communication channel may include a file name, a transmission status, and the like of the file to be transmitted; the overall transmission information includes a folder name of the folder to be transmitted, a transmission status, and a number of files to be transmitted included in the to-be-transferred folder; The transmission status further includes the transmitted capacity and the total transmission capacity.
- the browsing information may also record whether the receiving user has browsed the to-be-transferred folder or the file to be transmitted during the process of receiving the transmission file. .
- the server sends the transmission information of each communication channel to the receiving user, otherwise, the server sends the total to the receiving user.
- the body transmits information.
- the browsing information of the receiver may also be obtained by the server in real time from the receiver.
- the receiving party may display the overall transmission state and the specific transmission state of each communication channel on the transmission interface according to the overall transmission information sent by the server and the transmission information of each communication channel, as shown in FIG. 2, in the transmission interface.
- the folder to be transferred is named "pic"
- the transmitted volume is 9.69MB
- the total transmission volume is 17MB.
- the file to be transmitted corresponding to each communication channel is "2-153912-4.png", etc., each file to be transmitted Corresponding transmitted capacity and total transmission capacity.
- the receiver can display the overall transmission status on the transmission interface according to the overall transmission information sent by the server. As shown in FIG. 3, the folder name to be transmitted is displayed as "pic”, and the transmitted volume is 9.69MB, and the transmission amount is 17MB.
- the quantity and the number of files that have been transferred As shown in Figure 2 and Figure 3, on the icon corresponding to the folder to be transferred, a point is used to indicate a file to be transferred. Thus, the number of points on the icon corresponding to the folder to be transferred indicates the number of files to be transferred.
- the file to be transmitted that has been transmitted and the file to be transmitted that has not been transferred may be further represented by different colors of points on the icon corresponding to the folder to be transferred.
- step S103 For a multimedia file corresponding to the preview information, such as a picture, a video, and the like, in order to enable the recipient user to browse the file to be transmitted in advance, as another preferred embodiment of the present invention, in step S103, a plurality of to-be-transmitted transmissions are performed according to the determined file transmission mode.
- the preview information corresponding to the multimedia file is preferentially transmitted.
- the file transmission mode is transmitted according to the determined file transmission mode.
- the method for transmitting a plurality of files includes: Receiving transmission control information from the receiver;
- the transmission control information includes a control mode, and a file name to be transmitted or a file name to be transmitted, and the control mode may be a stop mode, an cancel mode, or a startup mode.
- the receiver wants to stop, cancel the ongoing transmission of the folder to be transferred or the file to be transferred, or wants to restart the already stopped transmission behavior, it can send transmission control information to the server, Figure 2, 3 shows the reception The interface that provides the user with the "cancel" transfer behavior.
- the server controls to stop, cancel or initiate the transmission of the file to be transmitted according to the transmission control information.
- the method for transmitting a plurality of files may be used for a sender terminal, and the sender terminal performs all operations of the server, and the sender terminal and the receiver terminal adopt a peer-to-peer (P2P) transmission mode.
- the sender terminal receives the user input multi-file transmission request command, determines the file transmission mode according to the capacity and attributes of the file to be transmitted, and transmits the file. Further, the sender terminal needs to detect the current network transmission file rate, determine the remaining time required for the transmission, and send it to the receiver, etc., and the specific implementation is the same as the above implementation in the server, and details are not described herein.
- FIG. 4 shows the structure of a system for transmitting a plurality of files according to an embodiment of the present invention, and only parts related to the embodiments of the present invention are shown for convenience of description.
- the system can be used for servers or sender devices, and can be a software unit, a hardware unit, or a combination of hardware and software running in these servers or sender devices.
- the system includes a command receiving unit 401, a transmission mode determining unit 402, and a transmitting unit 403.
- the command receiving unit 401 is configured to receive a multi-file transfer request command.
- the multi-file transfer request command includes information of a folder to be transferred and information of a receiver.
- the information of the folder to be transferred may include attributes, types and sizes of files to be transferred in the folder to be transferred. Wait.
- the file to be transmitted includes at least two files to be transmitted, and the attributes of the files to be transferred, that is, the file format, may be the same or different, and the multiple file transmission request command may directly include at least two to be transmitted.
- the information of the transmission file and the information of the receiver are specifically implemented as described above, and are not described again.
- the transmission mode determining unit 402 is configured to determine a file transmission mode based on attributes of a plurality of files to be transmitted.
- the transmission unit 403 is configured to transmit a plurality of files to be transmitted according to the file transmission mode determined by the transmission mode determining unit 402.
- the attribute of the file to be transmitted may be a text attribute or a multimedia attribute; the file of the text attribute is a text file; the file of the multimedia attribute is a multimedia file, including a photo, an audio file, a video file, an audio and video file, and the like.
- the transmission mode determining unit 402 may determine to adopt the compressed transmission mode; when the attributes of the plurality of files to be transmitted are all multimedia attributes, the transmission mode determining unit 402 may Determining to adopt the parallel transmission mode; when the attributes of the plurality of files to be transmitted include the text attribute and the multimedia attribute, the transmission mode determining unit 402 may determine to adopt the integrated transmission mode.
- the transmission mode determining unit 402 determines the file transmission mode based on the capacity and attributes of a plurality of files to be transmitted. Specifically, the transmission mode determining unit 402 includes a capacity calculating module 4021 and a mode determining module 4022.
- the capacity calculation module 4021 is configured to determine the ratio of the capacity of the multimedia file to the total file capacity to be transmitted according to the capacity and attributes of the plurality of files to be transmitted.
- the mode determining module 4022 is configured to determine, when the ratio determined by the capacity calculating module 4021 is less than or equal to the first threshold, to adopt a compressed transmission mode, and determine that the parallel transmission mode is adopted when the ratio determined by the capacity calculating module 4021 is greater than or equal to the second threshold. Capacity calculation module When the determined ratio of 4021 is greater than the first threshold but less than the second threshold, it is determined that the integrated transmission mode is employed.
- the first threshold and the second threshold may be determined according to actual requirements, or determined by testing, and the specific implementation is as described above, and details are not described herein.
- the transmission unit 403 transmits a plurality of files to be transmitted according to the file transmission mode
- the file transmission mode is the compressed transmission mode
- the file to be transmitted is compressed, and simultaneously transmitted by using multiple communication channels
- the file transmission mode is parallel transmission Mode, respectively, using multiple communication channels to transmit different files to be transmitted
- the file transmission mode is integrated transmission mode
- the file to be transmitted of the text attribute is compressed, and the files to be transmitted of the multimedia attribute are sequentially transmitted, respectively, using different communication Channel transmission
- the system for transferring a plurality of files further includes:
- the network detecting unit 404 is configured to detect a current network transmission file rate.
- the transmission mode determining unit 402 when determining the file transmission mode, also refers to the detected current network transmission file rate. For example, the transmission mode determining unit 402 can detect the current network transmission file rate and the capacity of the file to be transmitted. And attributes, determine the file transfer mode, the specific implementation of which is described above, and will not be described again.
- the system for transmitting a plurality of files further includes:
- the time evaluation unit 405 is configured to periodically detect the current network transmission file rate, determine the remaining time required to transmit the file, and send the remaining time. The specific implementation manner is as described above, and details are not described herein.
- the system for transmitting the plurality of files further includes: a transmission information sending unit 406, configured to acquire the receiver User's browsing information, if obtained The obtained browsing information records that the receiving user has the operation of browsing the file to be transmitted, and then transmits the transmission information of each communication channel to the receiving party. If the obtained browsing information records that the receiving user does not browse the file to be transmitted, The receiving party sends the overall transmission information, and the specific implementation manner is as described above, and details are not described herein again.
- the transmission unit 403 is configured to transmit a plurality of files to be transmitted, and to the multimedia file. , preferentially transfer its corresponding preview information.
- the system for transmitting the plurality of files further includes:
- the transmission control unit 407 receives the transmission control information from the receiver, and stops, cancels, or initiates the transmission of the file to be transmitted according to the received transmission control information, and the specific implementation manner is as described above, and details are not described herein.
- the embodiment of the present invention further provides a method for displaying a plurality of transmission files, and the implementation process thereof is as shown in FIG. 5, and the details are as follows:
- step S501 receiving transmission information or overall transmission information of each communication channel sent by the server or the sender;
- step S502 according to the received transmission information or the overall transmission information of each communication channel, the file name and transmission status of each file to be transmitted, or the file name of the folder to be transmitted, the transmission status, and the number of files to be transmitted are displayed.
- the method of displaying a plurality of transmission files may be applied to a receiver.
- the sender and the receiver can implement file transmission through the server, and the receiver communicates with the server, and the receiver receives the transmission information or the overall transmission information of each communication channel sent by the server; the sender and the receiver can also adopt P2P transmission mode, then the sender The receiver directly communicates with the receiver, and the receiver directly receives the transmission information or the overall transmission information of each communication channel sent by the sender.
- the transmission status may include the transmitted capacity, the total transmission capacity, and the like.
- the receiver may display the file name and transmission status of each file to be transmitted, or the file name and transmission status of the folder to be transmitted, as shown in FIG. 2 and FIG.
- the number of files to be transferred The receiver can also display the number of files to be transferred and the number of files that have been transferred according to different display modes. As shown in Figure 2 and 3, a dot can be used to indicate a file to be transmitted on the icon corresponding to the folder to be transferred. Thus, the number of points on the icon corresponding to the folder to be transferred indicates the number of files to be transferred.
- the file to be transmitted that has been transmitted and the file to be transmitted that has not been transmitted may be further represented by different colors of points on the icon corresponding to the folder to be transmitted.
- the transmission information or the overall transmission information of each communication channel may be transmitted to the receiving party according to the obtained browsing information, as a preferred embodiment of the present invention, the method for displaying a plurality of transmission files also includes:
- the receiving party detects whether the user has browsed the to-be-transmitted folder or the file to be transmitted while receiving the multiple files transmitted by the server or the sender, and sends the record receiving party to the server or the sender according to the detection result.
- the user has browse information for browsing the folder to be transferred or the file to be transferred.
- the server updates the browsing information of the recipient stored in the user behavior database.
- the sender updates the browsing information of the recipient stored locally at the sender terminal.
- the receiving direction server sends the browsing information; when the receiving party directly communicates with the sender, the receiving direction sends the sender Send browsing information.
- the method for displaying the plurality of transmission files further includes: receiving the remaining time sent by the server or the sender, and The remaining time received is displayed.
- the method of displaying a plurality of transmission files is further Includes:
- the method for displaying the plurality of transmission files further includes:
- the transmission control information input by the user is received, and the received control information is transmitted to the server or the sender.
- the transmission control information includes a control control mode, and a file name to be transmitted or a file name to be transmitted, and the control mode may be a stop mode, an cancel mode, or a startup mode.
- the receiver can provide the user with the method of inputting the transmission control information through the transmission interface to stop or cancel the transmission of the file to be transmitted or the file to be transmitted.
- Figures 2 and 3 show the interface that receives the "cancel" corresponding transmission behavior provided by the user.
- FIG. 6 shows a structure of a system for displaying a plurality of transmission files according to an embodiment of the present invention, and only parts related to the embodiments of the present invention are shown for convenience of description.
- the system can be used for receiver devices, but can be a software ticket running within these devices Units, hardware units, or a combination of hardware and software can also be integrated into these devices or run in the application system of these devices as separate pendants.
- the system includes a transmission information receiving unit 601 and a transmission information display unit 602.
- the transmission information receiving unit 601 is configured to receive transmission information or overall transmission information of each communication channel sent by the server or the sender;
- the transmission information display unit 602 is configured to display, according to each communication channel transmission information or overall transmission information received by the transmission information receiving unit 601, a file name and a transmission status of each file to be transmitted, or a file name, a transmission status, and a folder to be transmitted.
- the number of files to be transmitted, the transmission status may include the transmitted capacity, the total transmission capacity, and the like, and the implementation manner is as described above, and details are not described herein again.
- each channel transmission information or overall transmission information may be sent to the receiver according to the obtained browsing information.
- the system for displaying the plurality of transmission files further includes :
- the browsing information sending unit is configured to detect, when receiving the plurality of files to be transmitted, whether the user has browsed the to-be-transmitted folder or the file to be transmitted, and sends the browsing information to the server or the sender according to the detection result, and the implementation manner is as follows. Said, no longer repeat them.
- the system for displaying a plurality of transmission files further includes: a remaining time display unit, configured to receive the server or send The remaining time sent by the party, and the remaining time received is displayed.
- a remaining time display unit configured to receive the server or send The remaining time sent by the party, and the remaining time received is displayed.
- the system for displaying a plurality of transmission files is further Includes:
- a preview information display unit for receiving a multimedia file sent by a server or a sender
- the corresponding preview information is displayed, and the received preview information is displayed, and the implementation manner thereof is as described above, and details are not described herein again.
- the system for displaying the plurality of transmission files further includes:
- the control information sending unit is configured to receive the transmission control information input by the user, and send the received control information to the server or the sender, and the implementation manner thereof is as described above, and details are not described herein.
- the file transmission mode is determined according to the attributes of the plurality of files to be transmitted, and the plurality of files to be transmitted are transmitted according to the determined file transmission mode, thereby implementing a method for transmitting a plurality of files, which can shorten the transmission.
- the time required for the files reduces the waiting time of the recipient users, satisfies the user's needs, and improves the user experience when transferring multiple files.
- the recipient user can preview the file to be transmitted in advance.
- the corresponding transmission behavior is controlled, so that the receiver can personalize the priority of the transmission.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Information Transfer Between Computers (AREA)
Description
Claims
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201010138384.5 | 2010-03-30 | ||
| CN 201010138384 CN102209085B (zh) | 2010-03-30 | 2010-03-30 | 一种传输多个文件的方法及系统 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2011120364A1 true WO2011120364A1 (zh) | 2011-10-06 |
Family
ID=44697749
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2011/071229 Ceased WO2011120364A1 (zh) | 2010-03-30 | 2011-02-24 | 一种传输多个文件的方法及系统 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN102209085B (zh) |
| WO (1) | WO2011120364A1 (zh) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN108769274A (zh) * | 2018-08-27 | 2018-11-06 | 优视科技新加坡有限公司 | 一种对话式文件传输方法、装置和设备/终端/服务器 |
Families Citing this family (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102412875B (zh) * | 2011-12-26 | 2017-05-10 | 中兴通讯股份有限公司 | 文件发送、接收方法及装置和文件传输方法及系统 |
| CN103813002A (zh) * | 2012-11-14 | 2014-05-21 | 广州三星通信技术研究有限公司 | 用于在终端中发送图片的设备和方法 |
| CN103023755B (zh) * | 2012-12-07 | 2015-12-23 | 东莞宇龙通信科技有限公司 | 数据传输的方法及电子设备 |
| US20140324990A1 (en) * | 2013-04-27 | 2014-10-30 | Xiao Long Zhang | Method and device for transmitting and receiving multiple files |
| CN103281362B (zh) * | 2013-05-14 | 2016-09-14 | 周信兰 | 一种文件传输协议 |
| CN104899515B (zh) * | 2014-03-04 | 2019-04-16 | 北京奇安信科技有限公司 | 一种应用程序安全性的变更方法和装置 |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO1996006399A1 (de) * | 1994-08-25 | 1996-02-29 | Siemens Aktiengesellschaft | Verfahren zur simultanen digitalen verarbeitung mehrerer von/zu audio-videogeräten zu übertragenden datenpakete in einem rechnersystem |
| CN1917635A (zh) * | 2006-08-25 | 2007-02-21 | 中山大学 | 一种矢量图形数据传输方法 |
| CN101626384A (zh) * | 2009-08-05 | 2010-01-13 | 腾讯科技(深圳)有限公司 | 一种基于tcp协议传输数据包的方法和系统 |
Family Cites Families (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1929478B (zh) * | 2005-09-09 | 2010-05-05 | 华为技术有限公司 | 一种减少传输带宽占用的方法 |
| CN101267454A (zh) * | 2008-04-30 | 2008-09-17 | 中兴通讯股份有限公司 | 一种文件传输信息的提示方法及系统 |
-
2010
- 2010-03-30 CN CN 201010138384 patent/CN102209085B/zh active Active
-
2011
- 2011-02-24 WO PCT/CN2011/071229 patent/WO2011120364A1/zh not_active Ceased
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO1996006399A1 (de) * | 1994-08-25 | 1996-02-29 | Siemens Aktiengesellschaft | Verfahren zur simultanen digitalen verarbeitung mehrerer von/zu audio-videogeräten zu übertragenden datenpakete in einem rechnersystem |
| CN1917635A (zh) * | 2006-08-25 | 2007-02-21 | 中山大学 | 一种矢量图形数据传输方法 |
| CN101626384A (zh) * | 2009-08-05 | 2010-01-13 | 腾讯科技(深圳)有限公司 | 一种基于tcp协议传输数据包的方法和系统 |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN108769274A (zh) * | 2018-08-27 | 2018-11-06 | 优视科技新加坡有限公司 | 一种对话式文件传输方法、装置和设备/终端/服务器 |
| CN108769274B (zh) * | 2018-08-27 | 2021-12-24 | 优视科技新加坡有限公司 | 一种对话式文件传输方法、装置和设备/终端/服务器 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN102209085B (zh) | 2013-10-09 |
| CN102209085A (zh) | 2011-10-05 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2011120364A1 (zh) | 一种传输多个文件的方法及系统 | |
| US9720747B2 (en) | Method for flow control and reliable communication in a collaborative environment | |
| EP2511867A1 (en) | Managing instant messaging sessions on multiple devices | |
| JP2014523568A (ja) | 効率的な状態調整 | |
| US8554939B1 (en) | Systems and methods for downloading and viewing images | |
| CN107924391A (zh) | 共享协同编辑文档的方法和装置 | |
| EP3085010B1 (en) | Presence-based content sharing | |
| US20130179507A1 (en) | Communicating Media Data | |
| WO2014201803A1 (en) | Method and system for synchronizing duplicated contents in multiple terminals | |
| CN102035859A (zh) | 一种显示上传进度的方法、系统和装置 | |
| KR20150032152A (ko) | 전자 장치 간의 편집 동작을 실행하는 방법 및 장치 | |
| US20100057854A1 (en) | References to history points in a chat history | |
| CN101354691A (zh) | 能与至少一个装置连接的主机设备及连接方法 | |
| CN102377688B (zh) | 一种文件的传输方法和设备 | |
| TW201227268A (en) | Data backup system and data backup and retrival method | |
| CN102841792B (zh) | Sns应用中的信息编辑方法及装置 | |
| CN101336527B (zh) | 控制网络装置的方法和系统、以及存储执行所述方法的程序的记录介质 | |
| EP2786550B1 (en) | Communicating media data | |
| US20150082157A1 (en) | Method and device for realizing operations between devices | |
| WO2022242129A1 (zh) | 多公网连接驱动方法、装置、计算机设备和存储介质 | |
| CN103838586A (zh) | 文件开启的系统及方法 | |
| US8788593B1 (en) | Systems and methods for downloading attachments | |
| CN105656921A (zh) | 数据传输方法、装置及设备 | |
| US20150074265A1 (en) | Transmission apparatus, transmission method, computer-readable storage medium storing transmission program, and relay system | |
| CN110012108A (zh) | 数据副本存储方法、下载方法、云存储系统及相关装置 |
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: 11761938 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 9103/CHENP/2012 Country of ref document: IN |
|
| 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/02/2013) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 11761938 Country of ref document: EP Kind code of ref document: A1 |