From 93eef5015e0dfe8d24071dd036f9a7f02160abeb Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Fri, 15 Mar 2024 12:55:02 +0100 Subject: chore(docs): update LTN12 links (#428) --- docs/ftp.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/ftp.html') diff --git a/docs/ftp.html b/docs/ftp.html index 7f7da2e..2c57fc8 100644 --- a/docs/ftp.html +++ b/docs/ftp.html @@ -55,7 +55,7 @@ protocol. For that, check the implementation.

To really benefit from this module, a good understanding of - + LTN012, Filters sources and sinks is necessary.

@@ -122,7 +122,7 @@ expects at least the fields host, sink, and one of argument or path (argument takes precedence). Host is the server to connect to. Sink is the simple -LTN12 +LTN12 sink that will receive the downloaded data. Argument or path give the target path to the resource in the server. The optional arguments are the following: @@ -136,7 +136,7 @@ authentication. Defaults to "ftp:anonymous@anonymous.org";
  • type: The transfer mode. Can take values "i" or "a". Defaults to whatever is the server default;
  • step: -LTN12 +LTN12 pump step function used to pass data from the server to the sink. Defaults to the LTN12 pump.step function;
  • create: An optional function to be used instead of @@ -206,7 +206,7 @@ expects at least the fields host, source, and one of argument or path (argument takes precedence). Host is the server to connect to. Source is the simple -LTN12 +LTN12 source that will provide the contents to be uploaded. Argument or path give the target path to the resource in the server. The @@ -221,7 +221,7 @@ authentication. Defaults to "ftp:anonymous@anonymous.org";
  • type: The transfer mode. Can take values "i" or "a". Defaults to whatever is the server default;
  • step: -LTN12 +LTN12 pump step function used to pass data from the server to the sink. Defaults to the LTN12 pump.step function;
  • create: An optional function to be used instead of -- cgit v1.2.3-55-g6feb