This node connects to a remote SMB server (e.g. Samba, or Windows Server). The resulting output port allows downstream nodes to access files, e.g. to read or write, or to perform other file system operations (browse/list files, copy, move, ...). This node generally supports versions 2 and 3 of the SMB protocol. It also supports connecting to a Windows DFS namespace.
Path syntax: Paths for SMB are specified similar to Windows Paths, but with a leading backslash (\
).
The path is interpreted relative to the chosen Share (or DFS namespace). For example
\myfolder\file.csv
, is an absolute path that consists of:
\
).myfolder
), followed by a backslash.file.csv
).
Choosing File server specifies that a direct connection shall be made
to access a file share on a specific file server. A file server is any machine that runs an SMB service, such as those provided by
Windows Server
and Samba. For example, this mode is similar to connecting to \\server.company.com\marketing
using the Windows Explorer, which makes a direct connection to the SMB service running on server.company.com
.
Choosing Domain specifies that a connection shall be made to access a file share in a Windows Active Directory domain.
For example, this mode is similar to connecting to \\company.com\marketing
using the Windows Explorer, which first locates and then connects to an SMB service that provides the marketing
file share (or
DFS namespace)
for the Windows domain company.com
.
server.company.com
.company.com
.DOMAIN\user
and user@DOMAIN
.
Guest
user (without password).
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.