|
@@ -63,7 +63,7 @@ cache:@var{URL}
|
|
|
|
|
|
Physical concatenation protocol.
|
|
Physical concatenation protocol.
|
|
|
|
|
|
-Allow to read and seek from many resource in sequence as if they were
|
|
|
|
|
|
+Read and seek from many resources in sequence as if they were
|
|
a unique resource.
|
|
a unique resource.
|
|
|
|
|
|
A URL accepted by this protocol has the syntax:
|
|
A URL accepted by this protocol has the syntax:
|
|
@@ -117,7 +117,7 @@ ffmpeg -i "data:image/gif;base64,R0lGODdhCAAIAMIEAAAAAAAA//8AAP//AP/////////////
|
|
|
|
|
|
File access protocol.
|
|
File access protocol.
|
|
|
|
|
|
-Allow to read from or write to a file.
|
|
|
|
|
|
+Read from or write to a file.
|
|
|
|
|
|
A file URL can have the form:
|
|
A file URL can have the form:
|
|
@example
|
|
@example
|
|
@@ -155,7 +155,7 @@ time, which is valuable for files on slow medium.
|
|
|
|
|
|
FTP (File Transfer Protocol).
|
|
FTP (File Transfer Protocol).
|
|
|
|
|
|
-Allow to read from or write to remote resources using FTP protocol.
|
|
|
|
|
|
+Read from or write to remote resources using FTP protocol.
|
|
|
|
|
|
Following syntax is required.
|
|
Following syntax is required.
|
|
@example
|
|
@example
|
|
@@ -374,7 +374,7 @@ be seekable, so they will fail with the MD5 output protocol.
|
|
|
|
|
|
UNIX pipe access protocol.
|
|
UNIX pipe access protocol.
|
|
|
|
|
|
-Allow to read and write from UNIX pipes.
|
|
|
|
|
|
+Read and write from UNIX pipes.
|
|
|
|
|
|
The accepted syntax is:
|
|
The accepted syntax is:
|
|
@example
|
|
@example
|
|
@@ -614,7 +614,7 @@ For more information see: @url{http://www.samba.org/}.
|
|
|
|
|
|
Secure File Transfer Protocol via libssh
|
|
Secure File Transfer Protocol via libssh
|
|
|
|
|
|
-Allow to read from or write to remote resources using SFTP protocol.
|
|
|
|
|
|
+Read from or write to remote resources using SFTP protocol.
|
|
|
|
|
|
Following syntax is required.
|
|
Following syntax is required.
|
|
|
|
|