This node connects to a web server with HTTP(S). The resulting output port allows downstream nodes to read files from a webserver.
Note: This connector provides very limited functionality! It does not support listing, writing or deleting files/folders, nor is it possible to create folders on the webserver. The only operation supported is reading single files. Hence, with this file system it is not possible to interactively browse files, use Writer nodes (e.g. CSV Writer), or read multiple files with a Reader node.
Path syntax: Paths for HTTP(S) are specified with a UNIX-like syntax, and may be suffixed
with a query ('?') and or fragment ('#). Non-alphanumeric characters in paths - such as whitespace (" ") - must be
percent-encoded.
For example
/my%20folder/resource?myparam=myvalue#myfragment
is an absolute path that consists of:
/
).my folder
with percent-encoding), followed by a slash.resource
).?myparam=myvalue
).#myfragment
).http
or https
), a host, an optional
port as well as an optional path, which will be used as the working directory of the
file system connection. Example: https://hub.knime.com/knime/extensions
.. The working directory
allows downstream nodes to access files using relative paths,
i.e. paths that do not have a leading slash. If no path is specified in the URL, then the
working directory is assumed to be /
.3xx
).You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
To use this node in KNIME, install the extension KNIME Basic File System Connectors from the below update site following our NodePit Product and Node Installation Guide:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!Do you have feedback, questions, comments about NodePit, want to support this platform, or want your own nodes or workflows listed here as well? Do you think, the search results could be improved or something is missing? Then please get in touch! Alternatively, you can send us an email to mail@nodepit.com.
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.