You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
Copying or moving from an IPFS path does _not_ recursively retrieve all contents from the network if not in your node's repo - it only retrieves the root node.
Copy file name to clipboardExpand all lines: SPEC/FILES.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -786,6 +786,8 @@ If `from` has a single value and `to` exists and is a file, `from` must be a fil
786
786
787
787
If `from` is an IPFS path, and an MFS path exists with the same name, the IPFS path will be chosen.
788
788
789
+
If `from` is an IPFS path and the content does not exist in your node's repo, only the root node of the source file with be retrieved from the network and linked to from the destination. The remainder of the file will be retrieved on demand.
790
+
789
791
**Returns**
790
792
791
793
| Type | Description |
@@ -1071,6 +1073,8 @@ If `from` has a single value and `to` exists and is a file, `from` must be a fil
1071
1073
1072
1074
If `from` is an IPFS path, and an MFS path exists with the same name, the IPFS path will be chosen.
1073
1075
1076
+
If `from` is an IPFS path and the content does not exist in your node's repo, only the root node of the source file with be retrieved from the network and linked to from the destination. The remainder of the file will be retrieved on demand.
1077
+
1074
1078
All values of `from` will be removed after the operation is complete unless they are an IPFS path.
0 commit comments