CN118138618A - Decentralised file management system, decentralised file management method, decentralised file management computer device and decentralised file management storage media - Google Patents

Decentralised file management system, decentralised file management method, decentralised file management computer device and decentralised file management storage media Download PDF

Info

Publication number
CN118138618A
CN118138618A CN202410544370.5A CN202410544370A CN118138618A CN 118138618 A CN118138618 A CN 118138618A CN 202410544370 A CN202410544370 A CN 202410544370A CN 118138618 A CN118138618 A CN 118138618A
Authority
CN
China
Prior art keywords
file management
network terminal
client
cloud server
management request
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.)
Pending
Application number
CN202410544370.5A
Other languages
Chinese (zh)
Inventor
余洪波
仪亮
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Jingshi Technology Co ltd
Original Assignee
Shenzhen Jingshi Technology Co ltd
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 Shenzhen Jingshi Technology Co ltd filed Critical Shenzhen Jingshi Technology Co ltd
Priority to CN202410544370.5A priority Critical patent/CN118138618A/en
Publication of CN118138618A publication Critical patent/CN118138618A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to the field of data communication, and discloses a decentralizing file management system, a decentralizing file management method, computer equipment and a storage medium, wherein the decentralizing file management system comprises the following components: the cloud server, the client and the plurality of network terminal devices; the client is used for sending a file management request to the cloud server; the cloud server is used for receiving a file management request sent by the client, authenticating the file management request and sending the authenticated file management request to the corresponding network terminal equipment through a corresponding link; the network terminal equipment is used for executing file management operation in the file management request after receiving the file management request and feeding response data back to the cloud server; and the cloud server sends the response data to the client. By transferring the execution main body of the file management operation, the compatibility of a plurality of system platforms is improved, and the service management pressure is also relieved.

Description

Decentralised file management system, decentralised file management method, decentralised file management computer device and decentralised file management storage media
Technical Field
The present invention relates to the field of data communications, and in particular, to a system, a method, a computer device, and a storage medium for decentralizing file management.
Background
Current remote file management typically relies on an intermediate WebSocket or MQTT, and servers instead manage remote device files, thereby increasing the occupation of server disk resources. The access server bears a large data load during file transfer and management, resulting in increased costs and possible performance bottlenecks. The code coupling of each role (client, server, controlled device, etc.) in the existing remote file management system is serious, and is difficult to maintain and expand.
Disclosure of Invention
In a first aspect, the present application provides a decentralised file management system comprising: the cloud server, the client and the plurality of network terminal devices;
The client is used for sending a file management request to the cloud server;
The cloud server is used for receiving a file management request sent by the client, authenticating the file management request and sending the authenticated file management request to target network terminal equipment through a corresponding link;
the network terminal equipment is used for executing file management operation in the file management request after receiving the file management request sent by the client, and feeding back response data to the cloud server;
And the cloud server is used for sending the response data to the client.
Further, the file management request includes UUID and port information of the network termination device requested by the client;
the step of sending the authenticated file management request to the corresponding network terminal equipment through the corresponding link comprises the following steps:
the cloud server determines corresponding network terminal equipment according to the UUID in the file management request, and retrieves a corresponding data link in a link pool according to the network terminal equipment;
and sending the file management request to the corresponding network terminal equipment through the data link and the port information.
Further, if the cloud server does not retrieve the corresponding data link, the cloud server sends an instruction for establishing the data link to the corresponding network terminal equipment according to the UUID and the port information;
after receiving the instruction for establishing the data link, the corresponding network terminal equipment sends a link establishment request to the cloud server to establish a new data link;
and the cloud server sends the file management request to the corresponding network terminal equipment according to the new data link.
Further, the file management request includes a file search instruction;
the step of sending the authenticated file management request to the corresponding network terminal equipment through the corresponding link comprises the following steps:
After receiving the search instruction sent by the client, the cloud server determines all instruction links in a link pool, and sends the search instruction to all network terminal equipment through all the instruction links.
Further, after the search instruction is sent to all network terminal devices through all the instruction links, the method further includes:
after receiving the search instruction, the network terminal equipment performs local file retrieval according to the search instruction and sends a retrieval result to the cloud server;
And the cloud server gathers all the search results to obtain search data, and sends the search data to the client as response data.
Further, if the client and the network terminal device are in the same network environment, the client directly sends the file management request to the network terminal device;
and the network terminal equipment executes the file management operation in the file management request to obtain response data, and feeds back the response data to the client.
In a second aspect, the present application provides a method for decentralized file management, applied to a cloud server, where the method includes:
When receiving a file management request sent by a client, authenticating the file management request, and sending the authenticated file management request to corresponding network terminal equipment;
and when receiving response data fed back from the network terminal equipment, forwarding the response data to the client.
In a third aspect, the present application provides a method for decentralized file management, applied to a network terminal device, where the method includes:
When a file management request from a client is received, file management operation in the file management request is executed, and response data is fed back to the client.
In a fourth aspect, the present application also provides a computer device comprising a processor and a memory, the memory storing a computer program which, when run on the processor, performs the functions of the de-centralised file management system.
In a fifth aspect, the present application also provides a readable storage medium storing a computer program which, when run on a processor, performs the functions of the de-centralized file management system.
The invention relates to the field of data communication, and discloses a decentralizing file management system, which comprises: the cloud server, the client and the plurality of network terminal devices; the client is used for sending a file management request to the cloud server; the cloud server is used for receiving a file management request sent by the client, authenticating the file management request and sending the authenticated file management request to the corresponding network terminal equipment through a corresponding link; the network terminal equipment is used for executing file management operation in the file management request after receiving the file management request and feeding response data back to the cloud server; and the cloud server sends the response data to the client. The execution main body of the file management operation is transferred, the compatibility of a plurality of system platforms is improved, the file is remotely managed in a decentralizing mode, the stability of the whole system is enhanced, and the service management pressure is also slowed down.
Drawings
In order to more clearly illustrate the technical solutions of the present invention, the drawings that are required for the embodiments will be briefly described, it being understood that the following drawings only illustrate some embodiments of the present invention and therefore should not be considered as limiting the scope of the present invention. Like elements are numbered alike in the various figures.
FIG. 1 is a schematic diagram of a decentralized file management system according to one embodiment of the application;
FIG. 2 is a schematic flow chart of a method for decentralizing file management according to an embodiment of the present application;
FIG. 3 is an interactive schematic diagram of a method for decentralizing file management according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments.
The components of the embodiments of the present invention generally described and illustrated in the figures herein may be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the invention, as presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, which can be made by a person skilled in the art without making any inventive effort, are intended to be within the scope of the present invention.
The terms "comprises," "comprising," "including," or any other variation thereof, are intended to cover a specific feature, number, step, operation, element, component, or combination of the foregoing, which may be used in various embodiments of the present invention, and are not intended to first exclude the presence of or increase the likelihood of one or more other features, numbers, steps, operations, elements, components, or combinations of the foregoing.
Furthermore, the terms "first," "second," "third," and the like are used merely to distinguish between descriptions and should not be construed as indicating or implying relative importance.
Unless otherwise defined, all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which various embodiments of the invention belong. The terms (such as those defined in commonly used dictionaries) will be interpreted as having a meaning that is the same as the context of the relevant art and will not be interpreted in an idealized or overly formal sense unless expressly so defined herein in connection with the various embodiments of the invention.
The technical scheme of the application is applied to an application scene that a client performs file processing on data stored in a cloud, and provides a decentralizing file management system.
The technical scheme of the application is described in the following specific embodiments.
Example 1
As shown in fig. 1, the de-centralized file management system of the present application includes a cloud server 100, a client 200, and a plurality of network terminal devices (IPCs) 300.
The client 200 is configured to send a file management request to the cloud server 100.
The client 200 is an electronic device used for interaction between a user and the cloud server 100, such as a mobile phone, a computer, a tablet, etc., and the user can interact with the cloud server 100 through a network of the electronic device, and the file management request is a data packet sent by the user for managing a file on the cloud, which may be a network request data packet of an HTTP request, etc.
The file management request includes authentication information and target device information, where the target device information is UUID and port information of the network terminal devices, and the UUID is ID data corresponding to the network terminal devices one by one, and is used to uniquely identify the network terminal devices 300. This information is used to ensure access legitimacy and is used by the cloud server to route to the correct target network termination device.
By adding the UUID into the file management request, the device needing to be subjected to file management can be named, in addition, when the UUID of the device where the file needing to be subjected to file management is not known, a search request can be initiated first, the request is one of the file management requests, then the corresponding search instruction is sent, and the search requirement of a user is executed through the search instruction.
The cloud server 100 receives the file management request sent from the client 200, authenticates the file management request, and sends the authenticated file management request to the corresponding network terminal device 300 through the corresponding link.
In this embodiment, there is a stable long connection between the cloud server 100 and each network terminal device 300, where the long connection may be a long connection established based on a TCP protocol, or a stable long connection established based on a private protocol of another intranet, where the long connection is established by the cloud server 100 actively when the network terminal device 300 is online. The long connection is divided into a data connection and an instruction connection, the data connection is used for transmitting data, such as file management request and feedback data of feedback, and the instruction connection is used for transmitting data, such as instructions or heartbeat packets.
After receiving the file management request, the network terminal device 300 executes the file management operation in the file management request, and feeds back response data to the cloud server.
The network terminal device 300 may be a plurality of network devices such as network cameras arranged in a network, and the application has the capability of acquiring data, and a file management system is loaded in the network terminal device to execute file management operation.
Authentication is to identify the authority of the file management request, determine whether the request is legal, and implement authentication by means of a secret key or signature verification, and after the authentication is successful, the file management request needs to be executed, for the cloud server 100, it is not required to execute specific file management operations in the file management request by itself, and in the system of this embodiment, these operations are all executed by the network terminal device 300 in the network, so the cloud server 100 forwards the file management request according to the UUID in the file management request.
Particularly, if the file management request is to execute the search instruction, the cloud server 100 will send the search instruction to each network terminal device 300 through all instruction links, and after the network terminal device 300 operates according to the search instruction, the corresponding response data is returned to the cloud server, so as to implement the search operation.
And the cloud server sends the response data to the client.
After receiving the response data, the cloud server 100 feeds back the response data to the corresponding client, thereby completing the remote file management operation.
In addition, when the client and the network terminal device are in the same network environment, such as in the same lan, the client may communicate directly with the network terminal device, i.e. directly. At this time, the client can directly send the file management request to the target network terminal device, and the file management request itself carries authentication information, so that the direct communication mode can also enable the network terminal device to perform corresponding response operation. So that the whole system can be more flexible.
The decentralized file management system of the embodiment mainly transfers file management operations to the network terminal equipment, the cloud server only plays a role in forwarding, stable long connection is established between each network terminal equipment and the cloud server, and the cloud server realizes information interaction with each network terminal equipment through the long connection, so that a user can remotely control the network terminal equipment to perform corresponding file management operations.
Example 2
As shown in fig. 2, the method for managing a file in a decentralization manner according to the present embodiment includes:
step S100, a file management request is sent to a cloud server.
In order to better explain the technical scheme of the present application, as shown in fig. 3, an interaction diagram is shown when the present application performs the decentralized file management procedure.
And sending a file management request from the client to the cloud server, wherein the file management request can be a common request packet of some communication protocols, and carrying corresponding data in the packet to perform file management processing.
For example, a user can communicate with the cloud server on a webpage of the client, and then can use a common HTTP communication protocol to perform corresponding communication, and for the user, no matter whether the user uses an IE browser or an APP interface to perform communication operation, the user actually communicates through the webpage, so that an HTTP communication protocol can also be used to generate an HTTP request packet as a file management request, and the HTTP request packet is sent to the cloud server.
Wherein the file management operations actually performed for the user are different, and the file management requests include different data.
For example, the user performs the operation of deleting, calling and searching the file in a certain network terminal device, and the file management request may include related parameters such as UUID, port number and the like of the target network terminal device, and a corresponding management operation.
If the user does not know where the file is, only knows some characteristics of the file, the user can perform a search operation, and the file management request sent at this time contains a corresponding search instruction, so as to perform the search operation on the required file.
And a connection needs to be established between the client and the cloud server to support the request sending and the subsequent data returning, so that a stable connection, such as a TCP connection, exists between the cloud server and the client.
In addition, it should be noted that, if the client and the target network terminal device are in the same network environment, such as a lan, the client may directly communicate with the network terminal device, that is, directly connect. At this time, the client may directly transmit the file management request to the target network terminal device.
Step 200, receiving a file management request sent by the client, authenticating the file management request, and sending the authenticated file management request to the corresponding network terminal equipment through the corresponding link.
After receiving the file management request, the cloud server performs authentication operation, and the request after authentication success is sent to the network terminal equipment.
The authentication may be implemented by a middleware, for example, the middleware is configured to determine a request type, extract request header information, determine whether a request is legal, determine whether a device and a service to be accessed by the client exist, and so on, so as to determine the request and the validity in advance.
The cloud server and each network terminal device conduct information interaction through a link formed by long connection.
When the network terminal equipment is started up and is on line, connection is actively established with the cloud server to form stable long connection, the long connection comprises a data link and an instruction link, and different links transmit different kinds of data.
The cloud server manages the links through the cloud link service, because the network terminal devices are numerous, the links correspondingly have a plurality of links, the collection of the storage links is a link pool, and when the cloud server needs to forward the file management request, the cloud server searches the corresponding links through the cloud link service to forward the file management request.
If the request includes related parameters such as UUID and port number of the target network terminal device, the cloud link service may directly find a data link of the corresponding network terminal device according to the UUID and port number, and perform forwarding operation.
If the data link of the corresponding network terminal equipment is not found through the UUID, the equipment is possibly not on line or the link is disconnected, at the moment, a capacity expansion request can be sent through the UUID and an instruction link corresponding to the port to establish a new link, after the link is established, the forwarding operation can be continued, if the capacity expansion request is sent, the new link is not established within a preset time, the capacity expansion is overtime, and the forwarding operation is ended.
If the request contains the corresponding search instruction, the search instruction is sent to all network terminal devices through all instruction links in the link pool.
It can be understood that the cloud server can record when the network terminal device is on line, so that a continuously updated network terminal registry can be obtained, and the deployed network terminal device can be managed better.
And the cloud server can send heartbeat packets through the instruction link to detect the states of all network terminal devices and obtain a previewable device online condition list, so that the cloud server can also play a role in monitoring.
Step S300, after receiving the file management request, executing file management operation in the file management request, and feeding back response data to the cloud server.
Similar to the cloud server, the network terminal device also has a corresponding network terminal link service to manage all long connections formed, wherein upon receiving a file management request, the network terminal link service sends the request to the network terminal device for direct processing.
For example, if the received file management request is a file management operation of the designated network terminal device, the operation carried in the request can be directly executed, and then corresponding response data is obtained.
If the received file management request is a search, local file retrieval is carried out according to the search instruction, and a retrieval result is sent to the cloud server.
For example, when each network terminal device receives the search instruction, the search instruction is executed, whether the file is in accordance with the local search is searched, if yes, the corresponding file is directly fed back to the cloud server as response data, and if not, the file is not found.
It will be appreciated that this step is also performed through the long connection described above in response to the feedback of the data, thereby forming a loop of back and forth communication.
Specifically, when the cloud server writes a file management request from the client into the link through an available link and sends the file management request to the network terminal equipment, an associated cooperative process or thread is additionally started, and through the thread, data interaction between the link between the cloud and the client and the link between the cloud and the network terminal equipment can be realized. The link between the cloud end and the client end and the link between the cloud end and the network terminal equipment are write-back operation, otherwise, write-back operation is performed, if any one of the two operations is wrong, the link is problematic, the link is not smooth, the other link can be closed, and consumption is reduced.
And step S400, the response data is sent to the client.
For the cloud server, after receiving the response data, the response data can be sent to the client to complete the whole communication, wherein the cloud server gathers all the search results to obtain search data, and sends the search data as response data to the client to complete the whole communication.
It should be noted that, in this embodiment, both the client and the network terminal device are devices in the intranet, and cannot directly communicate with each other, and the cloud server is required to perform route forwarding to perform communication. In this embodiment, the network terminal device is built with a file management system, and executes corresponding file management operations through the file management system, so that the whole file functions are highly dispersed and are not processed by a centralized server, storage pressure is reduced, and reliability and stability are improved. There is also a certain resistance to destructive disasters, and for network terminal devices, only interaction is needed through existing links and servers, so that the actual interaction objects are not limited to a certain client, the interaction is not limited by the actual interaction objects, and the file management scale is easily expanded. The remote file management of decentralization is realized, the safety of the file is ensured, and the HTTP communication is supported by the embodiment, so that the client can perform corresponding operation on the IE webpage of the browser, and the operation is simpler for a user.
Example 3
The present embodiment also provides a computer device comprising a processor and a memory, the memory storing a computer program which, when run on the processor, performs the functions of the de-centralized file management system.
The present embodiment also provides a readable storage medium storing a computer program which, when run on a processor, performs the functions of the de-centralized file management system.
In the several embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other manners. The apparatus embodiments described above are merely illustrative, for example, of the flow diagrams and block diagrams in the figures, which illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, functional modules or units in various embodiments of the invention may be integrated together to form a single part, or the modules may exist alone, or two or more modules may be integrated to form a single part.
The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer-readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art or in a part of the technical solution in the form of a software product stored in a storage medium, comprising several instructions for causing a computer device (which may be a smart phone, a personal computer, a server, a network device, etc.) to perform all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a usb disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
The foregoing is merely illustrative of the present invention, and the present invention is not limited thereto, and any person skilled in the art will readily recognize that variations or substitutions are within the scope of the present invention.

Claims (10)

1. A de-centralized file management system, comprising: the cloud server, the client and the plurality of network terminal devices;
The client is used for sending a file management request to the cloud server;
The cloud server is used for receiving a file management request sent by the client, authenticating the file management request and sending the authenticated file management request to target network terminal equipment through a corresponding link;
the network terminal equipment is used for executing file management operation in the file management request after receiving the file management request sent by the client, and feeding back response data to the cloud server;
And the cloud server is used for sending the response data to the client.
2. The decentralised file management system of claim 1, wherein the file management request includes a UUID and port information of a network termination device requested by the client;
the step of sending the authenticated file management request to the corresponding network terminal equipment through the corresponding link comprises the following steps:
the cloud server determines corresponding network terminal equipment according to the UUID in the file management request, and retrieves a corresponding data link in a link pool according to the network terminal equipment;
and sending the file management request to the corresponding network terminal equipment through the data link and the port information.
3. The de-centralized file management system of claim 2, wherein,
If the cloud server does not retrieve the corresponding data link, the cloud server sends an instruction for establishing the data link to the corresponding network terminal equipment according to the UUID and the port information;
after receiving the instruction for establishing the data link, the corresponding network terminal equipment sends a link establishment request to the cloud server to establish a new data link;
and the cloud server sends the file management request to the corresponding network terminal equipment according to the new data link.
4. The de-centralized file management system of claim 1, wherein the file management request comprises a file search instruction;
the step of sending the authenticated file management request to the corresponding network terminal equipment through the corresponding link comprises the following steps:
After receiving the search instruction sent by the client, the cloud server determines all instruction links in a link pool, and sends the search instruction to all network terminal equipment through all the instruction links.
5. The decentralized file management system according to claim 4, wherein said sending said search instruction to all network terminal devices via all said instruction links further comprises:
after receiving the search instruction, the network terminal equipment performs local file retrieval according to the search instruction and sends a retrieval result to the cloud server;
And the cloud server gathers all the search results to obtain search data, and sends the search data to the client as response data.
6. The de-centralized file management system of claim 1, wherein,
If the client and the network terminal equipment are in the same network environment, the client directly sends the file management request to the network terminal equipment;
and the network terminal equipment executes the file management operation in the file management request to obtain response data, and feeds back the response data to the client.
7. A method for decentralized file management, applied to a cloud server, the method comprising:
When receiving a file management request sent by a client, authenticating the file management request, and sending the authenticated file management request to corresponding network terminal equipment;
and when receiving response data fed back from the network terminal equipment, forwarding the response data to the client.
8. A method for decentralized file management, applied to a network terminal device, the method comprising:
When a file management request from a client is received, file management operation in the file management request is executed, and response data is fed back to the client.
9. A computer device comprising a processor and a memory, the memory storing a computer program that, when run on the processor, performs the functions of the de-centralized file management system of any one of claims 1 to 6.
10. A readable storage medium, characterized in that it stores a computer program which, when run on a processor, performs the functions of the de-centralized file management system of any of claims 1 to 6.
CN202410544370.5A 2024-05-06 2024-05-06 Decentralised file management system, decentralised file management method, decentralised file management computer device and decentralised file management storage media Pending CN118138618A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202410544370.5A CN118138618A (en) 2024-05-06 2024-05-06 Decentralised file management system, decentralised file management method, decentralised file management computer device and decentralised file management storage media

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202410544370.5A CN118138618A (en) 2024-05-06 2024-05-06 Decentralised file management system, decentralised file management method, decentralised file management computer device and decentralised file management storage media

Publications (1)

Publication Number Publication Date
CN118138618A true CN118138618A (en) 2024-06-04

Family

ID=91239175

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202410544370.5A Pending CN118138618A (en) 2024-05-06 2024-05-06 Decentralised file management system, decentralised file management method, decentralised file management computer device and decentralised file management storage media

Country Status (1)

Country Link
CN (1) CN118138618A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115484586A (en) * 2021-06-16 2022-12-16 Oppo广东移动通信有限公司 File management method and device, electronic equipment and readable storage medium
CN116860699A (en) * 2023-06-29 2023-10-10 中科云谷科技有限公司 File management method, system, computer device and computer readable storage medium
CN117951101A (en) * 2023-12-22 2024-04-30 马上消费金融股份有限公司 File access method and device, electronic equipment and computer readable storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115484586A (en) * 2021-06-16 2022-12-16 Oppo广东移动通信有限公司 File management method and device, electronic equipment and readable storage medium
CN116860699A (en) * 2023-06-29 2023-10-10 中科云谷科技有限公司 File management method, system, computer device and computer readable storage medium
CN117951101A (en) * 2023-12-22 2024-04-30 马上消费金融股份有限公司 File access method and device, electronic equipment and computer readable storage medium

Similar Documents

Publication Publication Date Title
EP2454679B1 (en) Management of an instant message session
CN109040252B (en) File transmission method, system, computer device and storage medium
JP4122341B2 (en) System and method for session resetting between client terminal device and server
JP2013504806A (en) Method, apparatus and system for file transfer based on file directory
CN113190778A (en) Business data pushing method, system, computer equipment and computer storage medium
KR20220006605A (en) Cloud communication method and device, user device, network device
CN109936609B (en) Terminal chain type upgrading method and device and upgrading management server
CN112600703B (en) Network equipment remote access fault positioning method and device
CN104685488A (en) System and method for creating virtual disk images for use with remote computer
CN117459286A (en) SD-WAN-based data communication security early warning method and device
JP2006227763A (en) Data sharing system, data sharing method, and program
CN118138618A (en) Decentralised file management system, decentralised file management method, decentralised file management computer device and decentralised file management storage media
CN113746884B (en) Multimedia resource transmission method, device and system
CN113747252B (en) Method, device and system for transmitting multimedia resources
EP1259877A2 (en) Method for providing services on network-based storage sites
JP2015111330A (en) Terminal device, communication system, and communication program
CN113347234A (en) Network information acquisition method, device, system, computer equipment and storage medium
CN108595941B (en) Data processing method and system and electronic equipment
US8443061B2 (en) Data transmission method and communication control apparatus
CN117640724B (en) Data forwarding method, system, computer equipment and storage medium
CN110769065A (en) Remote management method, system, terminal equipment and server
KR100382246B1 (en) Method for Data Recovery Using the System Comprising Server and Client
CN112600738B (en) Method and device for verifying connectivity of network port
CN110798514B (en) Service processing method and device
KR100939130B1 (en) System and method for supporting upgrade protocol

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