CN114172897A - PC (personal computer) end and Android end file transmission method and system - Google Patents
PC (personal computer) end and Android end file transmission method and system Download PDFInfo
- Publication number
- CN114172897A CN114172897A CN202111501344.7A CN202111501344A CN114172897A CN 114172897 A CN114172897 A CN 114172897A CN 202111501344 A CN202111501344 A CN 202111501344A CN 114172897 A CN114172897 A CN 114172897A
- Authority
- CN
- China
- Prior art keywords
- android
- text field
- field
- multimedia
- byte
- 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.)
- Granted
Links
Images
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]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/16—Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
- H04L69/161—Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields
- H04L69/162—Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields involving adaptations of sockets based mechanisms
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04M—TELEPHONIC COMMUNICATION
- H04M1/00—Substation equipment, e.g. for use by subscribers
- H04M1/72—Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
- H04M1/724—User interfaces specially adapted for cordless or mobile telephones
- H04M1/72403—User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality
- H04M1/72409—User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality by interfacing with external accessories
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04M—TELEPHONIC COMMUNICATION
- H04M2250/00—Details of telephonic subscriber devices
- H04M2250/64—Details of telephonic subscriber devices file transfer between terminals
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Security & Cryptography (AREA)
- Human Computer Interaction (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Information Transfer Between Computers (AREA)
Abstract
The invention provides a file transmission method and system for a PC (personal computer) end and an Android end, and belongs to the field of data communication. The method for transmitting the files of the PC side and the Android side comprises the following steps: establishing connection between a PC (personal computer) end and an Android end; generating a request message according to the operation of a user on a PC (personal computer) end, packaging and sending the request message to an Android end; after receiving, the Android end unpacks and reads; and finally, the Android terminal performs corresponding operation according to the read content, generates a response message and returns the response message to the PC terminal. The invention also discloses a file transmission system of the PC end and the Android end, which comprises the following steps: the device comprises a connection establishing module, a data packing and sending module, a data receiving and unpacking module and a response module. The file transmission method and the system provided by the invention are simple to operate, and reduce the number of interaction times, thereby improving the file transmission efficiency and solving the problem of low speed of transmitting a large number of small files by the PC end and the Android end.
Description
Technical Field
The invention relates to a method and a system for transmitting files of a PC (personal computer) end and an Android end, and belongs to the field of data communication.
Background
Nowadays, a smart phone is basically one hand. According to data statistics, the smart phone operating systems used by the netizens in 2021 are basically divided into an Android system, an IOS system, a Blackberry system, a Windows system and a Symbian system, and the usage ratios of the netizens are 89.6%, 33.1%, 5.3%, 8.1%, 2.3% and 1.7%, respectively. Therefore, the Android mobile phone still occupies the main part of the smart phone.
With the development of various software such as short videos and hand games, the number of files stored in the mobile phone is gradually increased, and the efficiency of transmitting a large number of small files becomes a point to be paid attention. Currently, most Android mobile phones transmit files based on an MTP protocol. The sdcard of the Android mobile phone is mounted on the PC in an MTP mode, and a virtual file system is established for the PC through an MTP protocol method. When the PC operates the files in the intelligent mobile phone, a request is sent to the intelligent mobile phone through a standard MTP protocol, and the speed of transmitting a large number of small files is very low. However, the method based on the MTP protocol has the advantages that the Android mobile phone only constructs a virtual file system to the PC to manage the mobile phone files, and the PC initiates a request to the mobile phone each time the mobile phone files are operated; the MTP can also judge whether the media file copied by the PC is supported by the target mobile phone, and the MTP supports the protection of the digital license, cannot transmit the protected file and has certain safety.
In summary, at present, there is a certain demand for managing files at the Android mobile phone side at the PC side as old, but the transmission rate of a large number of small files is slow in the prior art. With the increase of the memory of the mobile phone, the number of files stored in the mobile phone gradually increases, the requirement of people on efficient transmission of the mobile phone files cannot be met by adopting the traditional MTP (multiple time transfer protocol) mode transmission, and the problem that the transmission rate of a large number of small files is slow becomes an urgent need to be solved.
Disclosure of Invention
The invention provides a file transmission method and system for a PC (personal computer) end and an Android end, which improve the transmission efficiency compared with the traditional file transmission based on an MTP (multiple time protocol) method.
The invention discloses a file transmission method for a PC (personal computer) end and an Android end, which comprises the following steps of:
the method comprises the following steps: firstly, connecting a PC (personal computer) and an Android mobile phone by using a USB (universal serial bus), then starting a server Socket at the PC end locally, binding a local port, mapping the port by using an adb reverse, mapping the port of the PC end to the Android end, starting an Android end APP, transmitting the mapped port as an accessory parameter to the mobile phone APP, finally starting a foreground Android Service at the Android end, starting a Socket in the Service, and connecting the Socket to the server Socket at the PC end after the Socket is successfully started;
step two: generating a corresponding request message according to the operation of a user on a file at a PC (personal computer) end, then compressing a text field in a GZIP (global position information) form, calculating the load length of the text field and the number of bytes occupied by the load length of the text field, judging whether multimedia file content exists or not, if not, packaging and sending the existing field, otherwise, calculating the load length of the multimedia content and the number of bytes occupied by the load length of the multimedia content, and packaging and sending all the content;
step three: the Android end receives a message sent by the PC end, reads the high four bits of the 4 th byte, and obtains the number of bytes occupied by the load length of the text field, and the number of bytes is recorded as Y1; reading the lower four bits of the 4 th byte to obtain the byte number occupied by the multimedia load length, and recording as Y2; judging whether the value of Y2 is 0, if the value of Y2 is 0, it is indicated that there is no multimedia content, only the text field needs to be read, starting from the 5 th byte, reading Y1 bytes backwards, as the text field load length, marking as Y1', starting from the Y1+5 th byte, reading Y1' bytes backwards, as the content of the text field after compression, then decompressing to obtain the original text field; if the value of Y2 is not 0, it indicates that the multimedia content is contained, and not only the text field needs to be read, but also the multimedia content needs to be read, starting from the 5 th byte, backward reading Y1 bytes, which is the text field payload length and is denoted as Y1', starting from the Y1+5 th byte, backward reading Y2 bytes, which is the multimedia payload length and is denoted as Y2', starting from the Y1+ Y2+5 th byte, backward reading Y1' bytes, which is the content after the text field is compressed, and then decompressing to obtain the original text field, which is the multimedia content, starting from the Y1+ Y2+ Y1' +5 th byte, backward reading Y2' bytes, which is the multimedia content;
step four: and C, according to the message content read in the step three, the Android terminal performs corresponding operation, generates a response message and returns the response message to the PC terminal.
The invention also discloses a file transmission system of the PC end and the Android end, which comprises the following steps:
the connection establishing module is used for establishing the connection between the PC end and the Android end;
the data packing and sending module is used for packing and sending data according to a certain format;
the data receiving and unpacking module is used for receiving the data packet sent by the PC end and disassembling and reading the data packet;
and the response module is used for the Android terminal to operate according to the read data and return a response message.
Wherein, the packaging content of the data packaging and sending module comprises:
the version number of the protocol, which is stored in the 3 rd byte;
the number of bytes occupied by the load length of the text field is stored in the upper four bits of the 4 th byte;
the number of bytes occupied by the multimedia load length is stored in the lower four bits of the 4 th byte;
the text field load length is stored from the 5 th byte;
the multimedia load length, if the multimedia file content exists, the bytes after the text field load length are stored, if the multimedia file content does not exist, the storage is not carried out;
if the text field after the GZIP compression has the multimedia file content, storing the text field after receiving the multimedia load length, and if the text field does not have the multimedia file content, storing the text field after receiving the text field load length;
multimedia files, followed by text fields, are stored.
Wherein the request message text field includes:
an id field for marking a request message and having uniqueness;
the cmd field is used for identifying the purpose of the request and describing the operation required to be performed by the Android terminal;
a reply field, which identifies that one message is a request message and has a value of 0;
and the data field is used for transmitting data of the request message and carrying other data helpful for operation.
The response message text field includes:
the id field identifies a corresponding response message of the request sent by the PC terminal and has uniqueness;
a cmd field describing the operation that has been completed;
a reply field, which identifies that one message is a request message and has a value of 1;
a code field for identifying the result of the operation performed by the Android terminal, wherein different codes correspond to different operation results;
a message field for describing the result of the Android operation;
and the data field is used for responding the data of the message and attaching some information during operation.
Drawings
FIG. 1 is a flowchart of a method and a system for file transmission at a PC side and an Android side.
Detailed Description
In order to make the object, technical solution and implementation effect of the present invention more intuitive, the process of the present invention will be further described in detail with reference to the accompanying drawings and examples. It should be understood that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments, so the following embodiments are illustrative of the present invention and are not intended to limit the scope of the present invention.
Example 1
As shown in the accompanying drawings, the embodiment discloses a file transmission method for a PC side and an Android side, which includes the steps:
the method comprises the following steps: firstly, connecting a PC end and an Android mobile phone end by using a USB data line, then starting a server Socket locally by the PC end, binding a local port, mapping the port by an adb reverse, mapping the port of the PC end to the Android end, starting the Android end APP, transmitting the mapped port as an accessory parameter to the mobile phone APP, finally starting a foreground Android Service by the Android end, starting a Socket in the Service, and connecting the Socket to the server Socket of the PC end after the starting is successful;
step two: the method comprises the steps that a user selects a copy operation, 1000 files under a directory ' sdcard/Android/1/test ' are copied to ' sdcard/Android/1/to ', the user operates at a PC end to generate request messages { ' id ': xxxxxx ', ' cmd ': copy _ file ', ' reply ': 0 ', data { ' from ': sdcard/Android/1/test ', ' to ': sdcard/Android/1/to ' }, then a text field is compressed in a GZIP mode, the load length of the text field and the number of bytes occupied by the load length are calculated, and it is judged that no multimedia file exists, and the number of bytes occupied by the load length of the text field, the load length of the text field and the content of the text field are packaged and sent;
step three: the Android end receives a message sent by the PC end, reads the high four bits of the 4 th byte, obtains the number of bytes occupied by the load length of the text field, and records the number of bytes as Y1; reading the lower four bits of the 4 th byte to obtain the number of bytes occupied by the load length of the multimedia, and recording as Y2; judging that the value of Y2 is 0, starting from the 5 th byte, reading Y1 bytes backwards, which is the load length of the text field and is marked as Y1', starting from the Y1+5 th byte, reading Y1' bytes backwards, which is the compressed content of the text field, and then decompressing to obtain the original text field;
step four: according to the read content, the Android terminal performs corresponding operation to generate a response message, and if the copying is successful, the content of a text field in the generated response message is as follows: { "id": xxxxxx "," cmd ": get _ file _ list", "code": 0 "," reply ": 1", "message": copy success ", data {" name ": test.txt", "size": 7987655 "," last _ modify ": 103243243", "file _ type": 1} }, if copy fails, the text field content in the response message is { "id": xxxxxx "," cmd ": get _ file _ list", "code": 1 "," message ": operation failure" }is generated
Example 2
As shown in the accompanying drawings, a PC-side and Android-side file transfer system of this embodiment includes: the system comprises a connection establishing module, a data packing and sending module, a data receiving and unpacking module and a response module. And the connection establishing module is used for establishing the connection between the PC end and the Android end. And the data packaging and sending module is used for packaging the data and sending the data to the Android terminal after the data is generated according to the user operation. And the data receiving and unpacking module is used for disassembling and reading the data packet sent by the PC side after the Android side receives the data packet. And the response module is used for generating a response and generating a response message after the Android terminal reads the data, and sending the response message to the PC terminal.
In the embodiments 1 and 2, when the PC sends the multimedia file, a text field is generated according to an operation, the text field is compressed, and then the load length of the text field and the number of bytes occupied by the load length are calculated. During packaging, the number of bytes occupied by the text field load length is stored in the upper four bits of the 4 th byte, the number of bytes occupied by the multimedia load length is stored in the lower four bits of the 4 th byte, and the next fields respectively store the text field length, the multimedia length, the text field content and the multimedia content in sequence. And if no multimedia file exists, the multimedia file is not stored. When the Android receives, reading the high four bits of the 4 th byte can know that several bits are needed to be read backwards from the 5 th byte to obtain the text field length, determining to read several bytes backwards according to the obtained text field length to obtain the whole text content, and obtaining the multimedia content in the MTP mode in the same way, the method needs 69s for copying 1000 small files of 1KB from one directory to another directory, and only once interaction is carried out in the sending and receiving process, and only 7s is needed for copying 1000 small files of 1KB from one directory to another directory, so that the transmission rate of the method is greatly improved, and the problem of low speed of transmitting a large number of small files between the PC end and the Android end is solved.
Claims (5)
1. A file transmission method of a PC end and an Android end is characterized by comprising the following steps:
the method comprises the following steps: firstly, connecting a PC (personal computer) and an Android mobile phone by using a USB (universal serial bus), then starting a server Socket at the PC end locally, binding a local port, mapping the port by using an adb reverse, mapping the port of the PC end to the Android end, starting an Android end APP, transmitting the mapped port as an accessory parameter to the mobile phone APP, finally starting a foreground Android Service at the Android end, starting a Socket in the Service, and connecting the Socket to the server Socket at the PC end after the Socket is successfully started;
step two: generating a corresponding request message according to the operation of a user on a file at a PC (personal computer) end, then compressing a text field in a GZIP (global position information) form, calculating the load length of the text field and the number of bytes occupied by the load length of the text field, judging whether multimedia file content exists or not, if not, packaging and sending the existing field, otherwise, calculating the load length of the multimedia content and the number of bytes occupied by the load length of the multimedia content, and packaging and sending all the content;
step three: the Android end receives a message sent by the PC end, reads the high four bits of the 4 th byte, and obtains the number of bytes occupied by the load length of the text field, and the number of bytes is recorded as Y1; reading the lower four bits of the 4 th byte to obtain the byte number occupied by the multimedia load length, and recording as Y2; judging whether the value of Y2 is 0, if the value of Y2 is 0, it is indicated that there is no multimedia content, only the text field needs to be read, starting from the 5 th byte, reading Y1 bytes backwards, as the text field load length, marking as Y1', starting from the Y1+5 th byte, reading Y1' bytes backwards, as the content of the text field after compression, then decompressing to obtain the original text field; if the value of Y2 is not 0, it indicates that the multimedia content is contained, and not only the text field needs to be read, but also the multimedia content needs to be read, starting from the 5 th byte, backward reading Y1 bytes, which is the text field payload length and is denoted as Y1', starting from the Y1+5 th byte, backward reading Y2 bytes, which is the multimedia payload length and is denoted as Y2', starting from the Y1+ Y2+5 th byte, backward reading Y1' bytes, which is the content after the text field is compressed, and then decompressing to obtain the original text field, which is the multimedia content, starting from the Y1+ Y2+ Y1' +5 th byte, backward reading Y2' bytes, which is the multimedia content;
step four: and C, according to the message content read in the step three, the Android terminal performs corresponding operation, generates a response message and returns the response message to the PC terminal.
2. A PC end and Android end file transmission system is characterized by comprising the following modules:
the connection establishing module is used for establishing the connection between the PC end and the Android end;
the data packaging and sending module is used for packaging and sending the data according to a certain format after generating a request message according to the operation of a user at the PC end;
the data receiving and unpacking module is used for receiving the data packet sent by the PC end and disassembling and reading the data packet;
and the response module is used for the Android terminal to operate according to the read data and return a response message.
3. The file transfer system of claim 2, wherein the packaging contents of the data packaging and transmitting module include:
the version number of the protocol, which is stored in the 3 rd byte;
the number of bytes occupied by the load length of the text field is stored in the upper four bits of the 4 th byte;
the number of bytes occupied by the multimedia load length is stored in the lower four bits of the 4 th byte;
the text field load length is stored from the 5 th byte;
the multimedia load length, if the multimedia file content exists, the bytes after the text field load length are stored, if the multimedia file content does not exist, the storage is not carried out;
if the text field after the GZIP compression has the multimedia file content, storing the text field after receiving the multimedia load length, and if the text field does not have the multimedia file content, storing the text field after receiving the text field load length;
multimedia files, followed by text fields, are stored.
4. The file transfer system of claim 3 wherein said request message text field comprises:
an id field for marking a request message and having uniqueness;
the cmd field is used for identifying the purpose of the request and describing the operation required to be performed by the Android terminal;
a reply field, which identifies that one message is a request message and has a value of 0;
and the data field is used for transmitting data of the request message and carrying other data helpful for operation.
5. The file transfer system of claim 3 wherein said response message text field comprises:
the id field identifies a corresponding response message of the request sent by the PC terminal and has uniqueness;
a cmd field describing the operation that has been completed;
a reply field, which identifies that one message is a request message and has a value of 1;
a code field for identifying the result of the operation performed by the Android terminal, wherein different codes correspond to different operation results;
a message field for describing the result of the Android operation;
and the data field is used for responding the data of the message and attaching some information during operation.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111501344.7A CN114172897B (en) | 2021-12-09 | 2021-12-09 | Method and system for transmitting files of PC (personal computer) end and Android end |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111501344.7A CN114172897B (en) | 2021-12-09 | 2021-12-09 | Method and system for transmitting files of PC (personal computer) end and Android end |
Publications (2)
Publication Number | Publication Date |
---|---|
CN114172897A true CN114172897A (en) | 2022-03-11 |
CN114172897B CN114172897B (en) | 2023-08-25 |
Family
ID=80484997
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202111501344.7A Active CN114172897B (en) | 2021-12-09 | 2021-12-09 | Method and system for transmitting files of PC (personal computer) end and Android end |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN114172897B (en) |
Citations (20)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6889256B1 (en) * | 1999-06-11 | 2005-05-03 | Microsoft Corporation | System and method for converting and reconverting between file system requests and access requests of a remote transfer protocol |
KR20060081873A (en) * | 2005-01-10 | 2006-07-13 | 주식회사 팬택앤큐리텔 | Method for transmitting image of terminal |
US20060174021A1 (en) * | 2005-01-05 | 2006-08-03 | Roland Osborne | Media transfer protocol |
US20080010295A1 (en) * | 2006-06-26 | 2008-01-10 | Samsung Electronics Co., Ltd. | Method and apparatus to manage files for a portable device |
CN101520803A (en) * | 2009-03-18 | 2009-09-02 | 宇龙计算机通信科技(深圳)有限公司 | File sharing system and method between PC terminal and mobile terminal |
US20100023563A1 (en) * | 2008-07-23 | 2010-01-28 | Nvidia Corporation | Copying Files From One Directory To Another |
CN102662924A (en) * | 2012-03-14 | 2012-09-12 | 福州瑞芯微电子有限公司 | Method for solving incompatibility problem in character set transmission from PC to Android system based on hybrid coding |
CN102981990A (en) * | 2012-11-09 | 2013-03-20 | 青岛海信移动通信技术股份有限公司 | Data transmission method and device of terminal equipment with Androild platform |
CN103929447A (en) * | 2013-01-11 | 2014-07-16 | 中国科学院声学研究所 | Method for analyzing HTTP chunked code data |
WO2014161317A1 (en) * | 2013-09-12 | 2014-10-09 | 中兴通讯股份有限公司 | Data transmission method, device and terminal |
US20150006623A1 (en) * | 2011-11-29 | 2015-01-01 | Zte Corporation | Method and System for Transmitting Network File |
CN105022644A (en) * | 2014-04-29 | 2015-11-04 | 宇龙计算机通信科技(深圳)有限公司 | Terminal, system updating method and system updating file delivering method and apparatus |
CN107872482A (en) * | 2016-09-27 | 2018-04-03 | 中兴通讯股份有限公司 | The method and device of transmitting file on a kind of mobile terminal |
CN109271266A (en) * | 2018-10-09 | 2019-01-25 | Oppo广东移动通信有限公司 | Document transmission method, device and terminal device |
CN109298956A (en) * | 2018-10-09 | 2019-02-01 | Oppo广东移动通信有限公司 | Document transmission method, device and terminal device |
CN109614369A (en) * | 2018-11-15 | 2019-04-12 | 中电科仪器仪表有限公司 | A kind of document transmission method of test equipment |
CN109639768A (en) * | 2018-11-20 | 2019-04-16 | 北京凝思科技有限公司 | A kind of distribution blocked file transmission method and system |
CN111488620A (en) * | 2020-04-17 | 2020-08-04 | 上海闻泰电子科技有限公司 | File processing method and device, mobile terminal and storage medium |
CN112468454A (en) * | 2020-11-11 | 2021-03-09 | 许继集团有限公司 | Remote file management system and remote file management method thereof |
CN113472878A (en) * | 2021-06-29 | 2021-10-01 | 烽火通信科技股份有限公司 | Method and device for realizing file dragging transmission in VNC by using browser plug-in |
-
2021
- 2021-12-09 CN CN202111501344.7A patent/CN114172897B/en active Active
Patent Citations (20)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6889256B1 (en) * | 1999-06-11 | 2005-05-03 | Microsoft Corporation | System and method for converting and reconverting between file system requests and access requests of a remote transfer protocol |
US20060174021A1 (en) * | 2005-01-05 | 2006-08-03 | Roland Osborne | Media transfer protocol |
KR20060081873A (en) * | 2005-01-10 | 2006-07-13 | 주식회사 팬택앤큐리텔 | Method for transmitting image of terminal |
US20080010295A1 (en) * | 2006-06-26 | 2008-01-10 | Samsung Electronics Co., Ltd. | Method and apparatus to manage files for a portable device |
US20100023563A1 (en) * | 2008-07-23 | 2010-01-28 | Nvidia Corporation | Copying Files From One Directory To Another |
CN101520803A (en) * | 2009-03-18 | 2009-09-02 | 宇龙计算机通信科技(深圳)有限公司 | File sharing system and method between PC terminal and mobile terminal |
US20150006623A1 (en) * | 2011-11-29 | 2015-01-01 | Zte Corporation | Method and System for Transmitting Network File |
CN102662924A (en) * | 2012-03-14 | 2012-09-12 | 福州瑞芯微电子有限公司 | Method for solving incompatibility problem in character set transmission from PC to Android system based on hybrid coding |
CN102981990A (en) * | 2012-11-09 | 2013-03-20 | 青岛海信移动通信技术股份有限公司 | Data transmission method and device of terminal equipment with Androild platform |
CN103929447A (en) * | 2013-01-11 | 2014-07-16 | 中国科学院声学研究所 | Method for analyzing HTTP chunked code data |
WO2014161317A1 (en) * | 2013-09-12 | 2014-10-09 | 中兴通讯股份有限公司 | Data transmission method, device and terminal |
CN105022644A (en) * | 2014-04-29 | 2015-11-04 | 宇龙计算机通信科技(深圳)有限公司 | Terminal, system updating method and system updating file delivering method and apparatus |
CN107872482A (en) * | 2016-09-27 | 2018-04-03 | 中兴通讯股份有限公司 | The method and device of transmitting file on a kind of mobile terminal |
CN109271266A (en) * | 2018-10-09 | 2019-01-25 | Oppo广东移动通信有限公司 | Document transmission method, device and terminal device |
CN109298956A (en) * | 2018-10-09 | 2019-02-01 | Oppo广东移动通信有限公司 | Document transmission method, device and terminal device |
CN109614369A (en) * | 2018-11-15 | 2019-04-12 | 中电科仪器仪表有限公司 | A kind of document transmission method of test equipment |
CN109639768A (en) * | 2018-11-20 | 2019-04-16 | 北京凝思科技有限公司 | A kind of distribution blocked file transmission method and system |
CN111488620A (en) * | 2020-04-17 | 2020-08-04 | 上海闻泰电子科技有限公司 | File processing method and device, mobile terminal and storage medium |
CN112468454A (en) * | 2020-11-11 | 2021-03-09 | 许继集团有限公司 | Remote file management system and remote file management method thereof |
CN113472878A (en) * | 2021-06-29 | 2021-10-01 | 烽火通信科技股份有限公司 | Method and device for realizing file dragging transmission in VNC by using browser plug-in |
Non-Patent Citations (2)
Title |
---|
ADM SKILLEN: "《Deniable Storage Encryption for Mobile Devices》", IEEE, vol. 11, no. 3, pages 224 - 237 * |
时晓刚;: "多媒体信息传输协议(MTP)应用技术浅谈", 测绘与空间地理信息, no. 01, pages 120 - 122 * |
Also Published As
Publication number | Publication date |
---|---|
CN114172897B (en) | 2023-08-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8996065B2 (en) | Method for automatically transferring an application in a mobile communication terminal of telecommunication networks | |
EP2566288B1 (en) | Wireless internet access module, communication method for host and wireless internet access module | |
US7921183B2 (en) | Communication system, storage device, and control device for accessing external file data on a page unit or sector unit basis | |
CN113301568B (en) | Network distribution method and device and intelligent household equipment | |
CN101771552B (en) | Device, system and method for reducing repeated downloading of images through identification codes | |
JP5753946B2 (en) | Method and system for downloading font files | |
CN101197773A (en) | Packet compressed transmitting and received de-compression method and system based on multilink | |
CN111475445A (en) | Method and system for converting USB or UART data and Ethernet data | |
CN1758801B (en) | Apparatus and method for message transmission in a mobile communication terminal | |
CN102111487B (en) | Method and device for realizing global system for mobile communications (GSM) terminal to access 3G universal subscriber identity module (USIM) card | |
CN111414339B (en) | File processing method, system, device, equipment and medium | |
CN114172897B (en) | Method and system for transmitting files of PC (personal computer) end and Android end | |
CN112422485B (en) | Communication method and device of transmission control protocol | |
CN101997977A (en) | Method and device for enabling mobile terminal and smart card to be compatible with different network systems | |
CN101702732A (en) | Document synchronous method and document synchronous system | |
KR100803659B1 (en) | A Document Delivery System and Method There of | |
JP2006216024A (en) | Efficient conversion of interchange format message | |
CN107295485B (en) | Multimedia message accessory management method, device and communication system | |
CN113608889A (en) | Message data processing method, device, equipment and storage medium | |
CN102891732A (en) | Data sending method and device and data receiving method and device | |
CN103139723A (en) | Method and system of processing multimedia message and multimedia information and device | |
CN112135286A (en) | Method and device for improving transmission efficiency based on Bluetooth firmware upgrading | |
CN112383888A (en) | Short message system, method and equipment | |
CN110795408A (en) | Data processing method and device based on object storage, server and storage medium | |
CN111708735B (en) | Method, system, medium and electronic device for reading telephone number file |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |