Artifact 72a591dc0299c957107fcd8c0cb2bb2c38182e3226fd6282b13cb08fd7be3d78:
- File embedded/md/tcllib/files/modules/ftp/ftp_geturl.md — part of check-in [67c2cce9ef] at 2019-03-22 07:17:07 on branch doc-fixup-and-markdown — More polishing to bring the embedded markdown documentation nearer to par with HTML. Only the styling HTML had is missing, and that is a limit of MD itself. - Markdown: Added support for engine parameter 'header'. Needed for navbar from dtplite. Added missing copyright information (see also HTML). Added character protection to engine, to mark the special command characters. Special characters in the input are quoted at the end, to prevent them from being seen as special by markdown. This required support in the general text engine too, when handling indents. It must not count the protection character (\1). - dtplite: Use HTML entity for the vertical bar in the navbar. This prevents misidentification as special character in the markdown engine, while keeping it usable for the HTML engine. - Removed HTML stylesheet for fossil integration. Unused now with the embedded docs using markdown and fossil doing the render. - Regenerated embedded docs, inserting copyright comment, and navbar. (user: aku size: 3224) [more...]
[ Main Table Of Contents | Table Of Contents | Keyword Index | Categories | Modules | Applications ]
NAME
ftp::geturl - Uri handler for ftp urls
Table Of Contents
SYNOPSIS
package require Tcl 8.2
package require ftp::geturl ?0.2.2?
DESCRIPTION
This package provides a command which wraps around the client side of the ftp protocol provided by package ftp to allow the retrieval of urls using the ftp schema.
API
-
This command can be used by the generic command ::uri::geturl (See package uri) to retrieve the contents of ftp urls. Internally it uses the commands of the package ftp to fulfill the request.
The contents of a ftp url are defined as follows:
-
The contents of the specified file itself.
directory
A listing of the contents of the directory in key value notation where the file name is the key and its attributes the associated value.
link
The attributes of the link, including the path it refers to.
-
Bugs, Ideas, Feedback
This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category ftp of the Tcllib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.
When proposing code changes, please provide unified diffs, i.e the output of diff -u.
Note further that attachments are strongly preferred over inlined patches. Attachments can be made by going to the Edit form of the ticket immediately after its creation, and then using the left-most button in the secondary navigation bar.
SEE ALSO
KEYWORDS
CATEGORY
Networking