CN110908969A - File sharing method and network disk background server - Google Patents

File sharing method and network disk background server Download PDF

Info

Publication number
CN110908969A
CN110908969A CN201911150942.7A CN201911150942A CN110908969A CN 110908969 A CN110908969 A CN 110908969A CN 201911150942 A CN201911150942 A CN 201911150942A CN 110908969 A CN110908969 A CN 110908969A
Authority
CN
China
Prior art keywords
file
sharing
shared
request
sharing code
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
CN201911150942.7A
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.)
Tianjin Lenovo Collaboration Technology Inc
Original Assignee
Tianjin Lenovo Collaboration Technology Inc
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 Tianjin Lenovo Collaboration Technology Inc filed Critical Tianjin Lenovo Collaboration Technology Inc
Priority to CN201911150942.7A priority Critical patent/CN110908969A/en
Publication of CN110908969A publication Critical patent/CN110908969A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/176Support for shared access to files; File sharing support
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Software Systems (AREA)
  • Storage Device Security (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a file sharing method and a network disk background server, wherein the file sharing method is applied to a network disk background server and comprises the following steps: acquiring a file sharing instruction from a file sharing device, and acquiring a storage path of a file to be shared in a network disk according to the file sharing instruction; receiving interface input data sent by the file sharing device, and creating sharing code information for sharing the file to be shared according to the interface input data; and constructing and storing a corresponding relation between the network disk storage path of the file to be shared and the sharing code information of the file to be shared. The method and the device can improve the convenience of file sharing operation.

Description

File sharing method and network disk background server
Technical Field
The invention relates to a file transmission technology, in particular to a file sharing method and a network disk background server.
Background
With the development of society and the progress of science and technology, the application of the network disk technology is more and more extensive.
At present, when a user needs to share a file in a network disk, a storage path of the network disk (i.e. a link of the file in the network disk) and a password for opening the link need to be sent to a receiver, and the receiver needs to open the link and input the password so as to preview the file.
The user needs to send the link of the file in the network disk and open the password of the link at the same time when sharing the file in the network disk, so the operation is complex.
Disclosure of Invention
The invention provides a file sharing method and a network disk background server, which are used for improving the convenience and efficiency of file sharing operation.
The first aspect of the present invention provides a file sharing method, which is applied to a network disk background server, and includes:
acquiring a file sharing instruction from a file sharing device, and acquiring a storage path of a file to be shared in a network disk according to the file sharing instruction;
receiving interface input data sent by the file sharing device, and creating sharing code information for sharing the file to be shared according to the interface input data;
and constructing and storing a corresponding relation between the network disk storage path of the file to be shared and the sharing code information of the file to be shared.
Another aspect of the present invention provides a network disk background server, including: the first acquisition module is used for acquiring a file sharing instruction from the file sharing device and acquiring a storage path of a file to be shared in the network disk according to the file sharing instruction; the creating module is used for receiving interface input data sent by the file sharing device and creating sharing code information for sharing the file to be shared according to the interface input data; and the building module is used for building and storing the corresponding relation between the network disk storage path of the file to be shared and the sharing code information of the file to be shared.
The file sharing method provided by the invention can be applied to a network disk background server, when a sharer needs to share a file stored in a network disk, the file to be shared can be determined through a file sharing device and a file sharing instruction is triggered, after the network disk background server receives the file sharing instruction aiming at the file to be shared, a storage path of the file to be shared in the network disk is obtained according to the file sharing instruction, and in addition, the file sharing device responds to the file sharing instruction, can display a sharing code creation interface for the sharer to input interface input data and send the interface input data to the network disk background server; furthermore, the network disk background server receives the interface input data sent by the file sharing device, creates sharing code information for sharing the file to be shared according to the interface input data, and then constructs and stores a corresponding relationship between a network disk storage path of the file to be shared and the sharing code information of the file to be shared. Therefore, after the sharing code information is obtained by the sharing person, the file request instruction can be triggered through the file request device, and the file request device responds to the file request instruction to display a sharing code input interface for the sharing person to input the sharing code information; meanwhile, the network disk background server side obtains a file request instruction from the file request device, obtains request sharing code information according to the file request instruction, compares the obtained request sharing code information with the stored sharing code information in the corresponding relation to obtain a matched network disk storage path, and displays or transmits a corresponding file to be shared to the file request device according to the obtained matched network disk storage path. Therefore, the sharer does not need to send the link of the file to be shared to the sharer, and the sharer can check the file to be shared under the network disk storage path corresponding to the sharing code information only by obtaining the sharing code information, so that the convenience and the efficiency of file sharing operation are improved; and moreover, the transmission of the information related to the network disk storage path between the sharer and the sharer requesting the sharing is omitted, so that the confidentiality of the file to be shared is better enhanced.
Drawings
Fig. 1 is a flowchart of a first file sharing method according to an embodiment of the present invention;
fig. 2 is a flowchart of a second file sharing method according to an embodiment of the present invention;
fig. 3 is a flowchart of a third file sharing method according to an embodiment of the present invention;
fig. 4 is a flowchart of a fourth file sharing method according to an embodiment of the present invention;
fig. 5 is a flowchart of a fifth file sharing method according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of a network disk background server according to an embodiment of the present invention.
Description of the drawings:
101: a first acquisition module; 102: a creation module; 103: building a module;
104: a setting module; 105: a second acquisition module; 106: a comparison module;
107: and an operation module.
Detailed Description
In order to make the objects, features and advantages of the present invention more obvious and understandable, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, an embodiment of the present invention provides a file sharing method applied to a network disk background server, where the method includes:
step S11, obtaining a file sharing instruction from a file sharing device, and obtaining a storage path of a file to be shared in the network disk according to the file sharing instruction;
when a sharer needs to share a file stored in the network disk, the sharer can firstly determine the file to be shared through the file sharing device and trigger a file sharing instruction, and after receiving the file sharing instruction aiming at the file to be shared, the network disk background server side obtains a storage path of the file to be shared in the network disk according to the file sharing instruction.
Step S12, receiving interface input data sent by the file sharing device, and creating sharing code information for sharing the file to be shared according to the interface input data;
specifically, the file sharing device responds to a file sharing instruction, displays a sharing code creation interface for a sharer to input interface input data and sends the interface input data to the network disk background server. And the network disk background server receives the interface input data sent by the file sharing device, creates sharing code information for sharing the file to be shared according to the interface input data, and prepares for subsequent response.
Referring to fig. 2, the sharing code information includes a first sharing code and a second sharing code.
Specifically, step S12 includes step S1211, step S1212, step S1213, step S1214;
step S1211, acquiring first data input on the interface of the file sharing device;
the network disk background server side obtains first data input by a sharer in a sharing code creation interface to prepare for subsequent steps.
Step S1212, generating a first sharing code for partially sharing the file to be shared based on the first data;
therefore, the sharer requesting to share can only view partial content of the file to be shared through the first sharing code, in other words, the sharer requesting to obtain the first sharing code only has lower authority and cannot view all content of the file to be shared.
Step S1213, acquiring second data input at the file sharing device interface;
and the network disk background server acquires second data input by the sharer on the sharing code creation interface to prepare for subsequent steps.
Step S1214, generating a second sharing code for completely sharing the file to be shared based on the second data.
Therefore, the request sharer can view the complete content of the file to be shared through the second sharing code, in other words, the request sharer who obtains the second sharing code has higher authority, and the sharer can distinguish the viewing authority of the request sharer by setting the first sharing code and the second sharing code, so that the flexibility of file sharing is improved.
Step S13, establishing and saving a corresponding relation between the network disk storage path of the file to be shared and the sharing code information of the file to be shared;
after the sharee obtains the sharing code information, a file request instruction can be triggered through the file request device, and the file request device responds to the file request instruction to display a sharing code input request interface for the sharee to input the sharing code information; meanwhile, the network disk background server side obtains a file request instruction from the file request device, obtains request sharing code information according to the file request instruction, compares the obtained request sharing code information with the stored sharing code information in the corresponding relation to obtain a matched network disk storage path, and displays or transmits a corresponding file to be shared to the file request device according to the obtained matched network disk storage path. Therefore, the sharer does not need to send the link of the file to be shared to the sharer, and the sharer can check the file to be shared under the network disk storage path corresponding to the sharing code information only by obtaining the sharing code information, so that the convenience and the efficiency of file sharing operation are improved; and moreover, the transmission of the information related to the network disk storage path between the sharer and the sharer requesting the sharing is omitted, so that the confidentiality of the file to be shared is better enhanced.
Referring to fig. 3, the file sharing method further includes:
step S14, receiving a set valid time sent by the file sharing apparatus, where the valid time is used to limit a time for which the sharing code information remains valid.
The sharer can send the set effective time to the network disk background server through the file sharing device, the network disk background server receives the set effective time sent by the file sharing device, and the sharing code information is limited to keep the effective time according to the effective time. Therefore, the sharer can set the effective time of the sharing code according to the requirement, and the sharer is requested to see the file to be shared only by using the sharing code in the effective time, so that the security of the shared file is improved. The setting of the valid time may be included in a file sharing instruction of the file sharing device, may also be sent after the file sharing device sends the file sharing instruction, may also be sent before or after the sharing code is created, and may even be sent before or after the corresponding relationship between the network disk storage path and the sharing code information of the file to be shared is established. In summary, the embodiment of the present invention does not limit the sending timing for setting the effective time, and in practical applications, all the sending timings and modes for setting the effective time that can achieve the technical effects of the embodiment of the present invention should belong to the protection scope of the embodiment of the present invention.
Referring to fig. 4, the file sharing method further includes:
step S15, obtaining a file request instruction from a file request device, and obtaining request sharing code information according to the file request instruction;
after a sharer is requested to obtain sharing code information, a file request instruction can be triggered through a file request device, the file request device responds to the file request instruction to display a sharing code request input interface for the sharer to input the sharing code request information, meanwhile, a network disk background server side obtains the file request instruction from the file request device, obtains the sharing code request information according to the file request instruction, and prepares for subsequent steps.
Step S16, comparing the obtained request sharing code information with the sharing code information in the corresponding relation, and obtaining a matched network disk storage path;
and the network disk background server compares the acquired request sharing code information with the stored sharing code information in the corresponding relationship, and if the request sharing code information is consistent with the stored sharing code information in the corresponding relationship, a matched network disk storage path is acquired to prepare for the subsequent steps.
The sharing code information in the corresponding relation comprises a first sharing code and a second sharing code;
referring to fig. 5, step S16 includes:
step S1611, comparing the request sharing code information with the first sharing code and the second sharing code;
and the network disk background server compares the acquired request sharing code information with the stored first sharing code and the second sharing code in the corresponding relationship, and prepares for the subsequent steps.
Step S1612, if the request sharing code information is consistent with the first sharing code, the obtained network disk storage path is used to display or transmit part of the content of the corresponding file to be shared to the file request device; and if the request sharing code information is consistent with the second sharing code, the obtained network disk storage path is used for displaying or transmitting all contents of the corresponding file to be shared to the file request device.
Therefore, if the information of the request sharing code is consistent with the first sharing code, the request sharer can only view partial content of the file to be shared, in other words, the request sharer only has lower authority and cannot view all content of the file to be shared; if the information of the request sharing code is consistent with the second sharing code, the request sharer can view the complete content of the file to be shared, in other words, the request sharer has higher authority, and the sharer can distinguish the viewing authority of the request sharer by setting the first sharing code and the second sharing code, so that the flexibility of file sharing is improved. The content range which can be checked by the first sharing code and the content range which can be checked by the second sharing code can be set according to actual needs.
Step S17, displaying or transmitting the corresponding file to be shared to the file requesting device according to the obtained matching network storage path.
Therefore, the sharer does not need to send the link of the file to be shared to the sharer, and the sharer can check the file to be shared under the network disk storage path corresponding to the sharing code information only by obtaining the sharing code information, so that the convenience and the efficiency of file sharing operation are improved; and moreover, the transmission of the information related to the network disk storage path between the sharer and the sharer requesting the sharing is omitted, so that the confidentiality of the file to be shared is better enhanced.
Referring to fig. 6, an embodiment of the present invention provides a network disk background server, including: the first obtaining module 101 is configured to obtain a file sharing instruction from a file sharing device, and obtain a storage path of a file to be shared in a network disk according to the file sharing instruction; the creating module 102 is configured to receive interface input data sent by the file sharing device, and create sharing code information for sharing the file to be shared according to the interface input data; the building module 103 is configured to build and store a corresponding relationship between the network disk storage path of the file to be shared and the sharing code information of the file to be shared.
In the embodiment of the network disk background server, when a sharer needs to share a file stored in a network disk, the file to be shared can be determined through the file sharing device and a file sharing instruction is triggered, after a first obtaining module 101 of the network disk background server receives the file sharing instruction for the file to be shared, a storage path of the file to be shared in the network disk is obtained according to the file sharing instruction, and in addition, the file sharing device responds to the file sharing instruction, can display a sharing code to create an interface for the sharer to input interface input data and send the interface input data to the network disk background server; further, the creating module 102 of the network disk background server receives the interface input data sent by the file sharing device, creates sharing code information for sharing the file to be shared according to the interface input data, and then the creating module 103 of the network disk background server creates and stores a corresponding relationship between the network disk storage path of the file to be shared and the sharing code information of the file to be shared. Therefore, after the sharing code information is obtained by the sharing person, the file request instruction can be triggered through the file request device, and the file request device responds to the file request instruction to display a sharing code input interface for the sharing person to input the sharing code information; meanwhile, the network disk background server side obtains a file request instruction from the file request device, obtains request sharing code information according to the file request instruction, compares the obtained request sharing code information with the stored sharing code information in the corresponding relation to obtain a matched network disk storage path, and displays or transmits a corresponding file to be shared to the file request device according to the obtained matched network disk storage path. Therefore, the sharer does not need to send the link of the file to be shared to the sharer, and the sharer can check the file to be shared under the network disk storage path corresponding to the sharing code information only by obtaining the sharing code information, so that the convenience and the efficiency of file sharing operation are improved; and moreover, the transmission of the information related to the network disk storage path between the sharer and the sharer requesting the sharing is omitted, so that the confidentiality of the file to be shared is better enhanced.
In this embodiment, the sharing code information includes a first sharing code and a second sharing code; the creating module 102 is further configured to acquire first data and second data input in the interface of the file sharing device, generate a first sharing code for partially sharing the file to be shared based on the first data, and generate a second sharing code for completely sharing the file to be shared based on the second data. Therefore, the sharer requesting to share can only view partial content of the file to be shared through the first sharing code, in other words, the sharer requesting to obtain the first sharing code only has lower authority and cannot view all content of the file to be shared; the sharing request person can view the complete content of the file to be shared through the second sharing code, in other words, the sharing request person who obtains the second sharing code has higher authority, and the sharing request person can distinguish the viewing authority of the sharing request person through setting the first sharing code and the second sharing code, so that the flexibility of file sharing is improved.
In this embodiment, the network disk background server further includes a setting module 104, where the setting module 104 is configured to receive a set effective time sent by the file sharing device, and the effective time is used to limit a time for which the sharing code information remains effective. The sharer can send the set effective time to the network disk background server through the file sharing device, and the setting module 104 of the network disk background server receives the set effective time sent by the file sharing device and limits the time for holding the effective sharing code information according to the effective time. Therefore, the sharer can set the effective time of the sharing code according to the requirement, and the sharer is requested to see the file to be shared only by using the sharing code in the effective time, so that the security of the shared file is improved.
In this embodiment, preferably, the network disk background server further includes: a second obtaining module 105, configured to obtain a file request instruction from a file request device, and obtain request sharing code information according to the file request instruction; the comparison module 106 is configured to compare the acquired request sharing code information with the stored sharing code information in the corresponding relationship, and acquire a matched network disk storage path; and the operation module 107 is configured to display or transmit the corresponding file to be shared to the file request device according to the obtained matching network disk storage path.
After a sharer requesting to obtain sharing code information, a file request instruction can be triggered through a file request device, and the file request device responds to the file request instruction to display a sharing code request input interface for the sharer requesting to input the sharing code information; meanwhile, a second obtaining module 105 of the network disk background server obtains a file request instruction from the file request device, and obtains request sharing code information according to the file request instruction, then a comparison module 106 of the network disk background server compares the obtained request sharing code information with sharing code information in the stored corresponding relationship to obtain a matched network disk storage path, and then an operation module 107 of the network disk background server displays or transmits a corresponding file to be shared to the file request device according to the obtained matched network disk storage path. Therefore, the sharer does not need to send the link of the file to be shared to the sharer, and the sharer can check the file to be shared under the network disk storage path corresponding to the sharing code information only by obtaining the sharing code information, so that the convenience and the efficiency of file sharing operation are improved; and moreover, the transmission of the information related to the network disk storage path between the sharer and the sharer requesting the sharing is omitted, so that the confidentiality of the file to be shared is better enhanced.
In this embodiment, the sharing code information in the corresponding relationship includes a first sharing code and a second sharing code; the comparison module 106 is further configured to compare the request sharing code information with the first sharing code and the second sharing code, and obtain a network disk storage path for displaying or transmitting a part of content of the corresponding file to be shared to the file request device when the request sharing code information is consistent with the first sharing code, and obtain a network disk storage path for displaying or transmitting all content of the corresponding file to be shared to the file request device when the request sharing code information is consistent with the second sharing code.
Therefore, if the information of the request sharing code is consistent with the first sharing code, the request sharer can only view partial content of the file to be shared, in other words, the request sharer only has lower authority and cannot view all content of the file to be shared; if the information of the request sharing code is consistent with the second sharing code, the request sharer can view the complete content of the file to be shared, in other words, the request sharer has higher authority, and the sharer can distinguish the viewing authority of the request sharer by setting the first sharing code and the second sharing code, so that the flexibility of file sharing is improved.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
Furthermore, the terms "first", "second" and "first" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one such feature. In the description of the present invention, "a plurality" means two or more unless specifically defined otherwise.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the appended claims.

Claims (10)

1. A file sharing method is applied to a network disk background server side and is characterized by comprising the following steps:
acquiring a file sharing instruction from a file sharing device, and acquiring a storage path of a file to be shared in a network disk according to the file sharing instruction;
receiving interface input data sent by the file sharing device, and creating sharing code information for sharing the file to be shared according to the interface input data;
and constructing and storing a corresponding relation between the network disk storage path of the file to be shared and the sharing code information of the file to be shared.
2. The file sharing method according to claim 1, wherein:
the sharing code information comprises a first sharing code and a second sharing code;
the creating sharing code information for sharing the file to be shared according to the interface input data comprises the following steps:
acquiring first data input on the interface of the file sharing device;
generating a first sharing code for partially sharing the file to be shared based on the first data;
acquiring second data input on the interface of the file sharing device;
and generating a second sharing code for completely sharing the file to be shared based on the second data.
3. The method of file sharing according to claim 1, further comprising:
and receiving set effective time sent by the file sharing device, wherein the effective time is used for limiting the time for keeping the sharing code information effective.
4. The file sharing method according to claim 1, 2 or 3, wherein the method further comprises:
acquiring a file request instruction from a file request device, and acquiring request sharing code information according to the file request instruction;
comparing the acquired request sharing code information with the stored sharing code information in the corresponding relationship to acquire a matched network disk storage path;
and displaying or transmitting the corresponding file to be shared to the file request device according to the obtained matching network disk storage path.
5. The file sharing method according to claim 4,
sharing code information in the corresponding relation comprises a first sharing code and a second sharing code;
comparing the obtained request sharing code information with the stored sharing code information in the corresponding relationship to obtain a matched network disk storage path, comprising:
comparing the request sharing code information with the first sharing code and the second sharing code;
if the request sharing code information is consistent with the first sharing code, the obtained network disk storage path is used for displaying or transmitting partial content of the corresponding file to be shared to the file request device;
and if the request sharing code information is consistent with the second sharing code, the obtained network disk storage path is used for displaying or transmitting all contents of the corresponding file to be shared to the file request device.
6. A network disk backend server, comprising:
the first acquisition module is used for acquiring a file sharing instruction from the file sharing device and acquiring a storage path of a file to be shared in the network disk according to the file sharing instruction;
the creating module is used for receiving interface input data sent by the file sharing device and creating sharing code information for sharing the file to be shared according to the interface input data;
and the building module is used for building and storing the corresponding relation between the network disk storage path of the file to be shared and the sharing code information of the file to be shared.
7. The web disk backend server according to claim 6, wherein:
the sharing code information comprises a first sharing code and a second sharing code;
the creating module is further configured to acquire first data and second data input in the interface of the file sharing device, generate a first sharing code for partially sharing the file to be shared based on the first data, and generate a second sharing code for completely sharing the file to be shared based on the second data.
8. The network disk background server of claim 6, further comprising a setting module, wherein the setting module is configured to receive a set valid time sent by the file sharing device, and the valid time is used to limit a time for which the sharing code information remains valid.
9. The network disk backend server according to claim 6, further comprising:
the second acquisition module is used for acquiring a file request instruction from the file request device and acquiring request sharing code information according to the file request instruction;
the comparison module is used for comparing the acquired request sharing code information with the stored sharing code information in the corresponding relationship to acquire a matched network disk storage path;
and the operation module is used for displaying or transmitting the corresponding file to be shared to the file request device according to the obtained matched network disk storage path.
10. The web disk backend server according to claim 9, wherein:
sharing code information in the corresponding relation comprises a first sharing code and a second sharing code;
the comparison module is further configured to compare the request sharing code information with the first sharing code and the second sharing code, and obtain a network disk storage path for displaying or transmitting part of the content of the corresponding file to be shared to the file request device when the request sharing code information is consistent with the first sharing code, and obtain a network disk storage path for displaying or transmitting all the content of the corresponding file to be shared to the file request device when the request sharing code information is consistent with the second sharing code.
CN201911150942.7A 2019-11-21 2019-11-21 File sharing method and network disk background server Pending CN110908969A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911150942.7A CN110908969A (en) 2019-11-21 2019-11-21 File sharing method and network disk background server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911150942.7A CN110908969A (en) 2019-11-21 2019-11-21 File sharing method and network disk background server

Publications (1)

Publication Number Publication Date
CN110908969A true CN110908969A (en) 2020-03-24

Family

ID=69818467

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911150942.7A Pending CN110908969A (en) 2019-11-21 2019-11-21 File sharing method and network disk background server

Country Status (1)

Country Link
CN (1) CN110908969A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113961970A (en) * 2021-12-23 2022-01-21 天津联想协同科技有限公司 Cross-network-segment network disk login identity authentication method and device, network disk and storage medium
CN114640666A (en) * 2022-03-04 2022-06-17 微位(深圳)网络科技有限公司 File sharing and downloading method, electronic equipment and readable storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2674692A1 (en) * 2009-08-04 2011-02-04 Sam Zaid A system and method for anonymous addressing of content on network peers and for private peer-to-peer file sharing
CN104052782A (en) * 2013-03-15 2014-09-17 腾讯科技(深圳)有限公司 Information sharing method and system
CN109510881A (en) * 2019-01-25 2019-03-22 北京字节跳动网络技术有限公司 Method, apparatus, electronic equipment and the readable storage medium storing program for executing of sharing files

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2674692A1 (en) * 2009-08-04 2011-02-04 Sam Zaid A system and method for anonymous addressing of content on network peers and for private peer-to-peer file sharing
CN104052782A (en) * 2013-03-15 2014-09-17 腾讯科技(深圳)有限公司 Information sharing method and system
CN109510881A (en) * 2019-01-25 2019-03-22 北京字节跳动网络技术有限公司 Method, apparatus, electronic equipment and the readable storage medium storing program for executing of sharing files

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113961970A (en) * 2021-12-23 2022-01-21 天津联想协同科技有限公司 Cross-network-segment network disk login identity authentication method and device, network disk and storage medium
CN113961970B (en) * 2021-12-23 2022-03-15 天津联想协同科技有限公司 Cross-network-segment network disk login identity authentication method and device, network disk and storage medium
CN114640666A (en) * 2022-03-04 2022-06-17 微位(深圳)网络科技有限公司 File sharing and downloading method, electronic equipment and readable storage medium
CN114640666B (en) * 2022-03-04 2023-07-25 微位(深圳)网络科技有限公司 File sharing downloading method, electronic equipment and readable storage medium

Similar Documents

Publication Publication Date Title
CN101356773B (en) Ad-hoc creation of group based on contextual information
CN110311899A (en) Multiservice system access method, device and server
US20110191591A1 (en) Transmitting Information Using Virtual Input Layout
CN104506487B (en) The credible execution method of privacy policy under cloud environment
EP2441043A2 (en) Integrating updates into a social-networking service
CN103973545A (en) Processing method, device and system of instant message
CA2785841A1 (en) System, server device, method, program, and recording medium for that facilitate user authentication
CN110908969A (en) File sharing method and network disk background server
CN109951546A (en) Transactions requests processing method, device, equipment and medium based on intelligent contract
US8930532B2 (en) Session management in a thin client system for effective use of the client environment
CN107944709A (en) A kind of training space Sharing Management system and method
CN104639546A (en) Multi-biometric feature comprehensive authentication method, device and system
CN112217840B (en) Distributed network resource safety access management system and user port
CN105141624A (en) Login method, account management server and client system
CN115834202A (en) Information processing method and device, equipment and computer storage medium
CN103237095B (en) A kind of information processor, system and method
CN109450887A (en) Data transmission method, apparatus and system
US10178512B2 (en) Information broadcast
CN114585055A (en) Vehicle-mounted WiFi access method, vehicle controller, cloud server and mobile terminal
JP4735972B2 (en) Information distribution system, user device, and information distribution method
CN105791383A (en) Decoupled name security binding for CCN objects
CN113608774B (en) Dynamic generation method and system for demonstration data
KR101377264B1 (en) User profile information generating system for using a social network
US9680908B1 (en) Identifying a signer of an electronically signed electronic resource
KR101439115B1 (en) Information Sharing System and Method Based on Area and Location

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200324