The Server Message Block (SMB) Protocol is a network file sharing protocol. The SMB Configuration contains the necessary details for an SMB Connection to be established with a file server.
|
ID |
An identifier to uniquely identify this Configuration |
|
Description |
This should describe the Configuration. |
|
Status |
Active or Inactive. Configurations cannot be used in a processing sequence while they are in inactive status. Supplied activities will end in error if they attempt to use a configuration that has inactive status. |
|
Server |
The IP address of your mail server. |
|
User |
The user profile to be used to connect to the file server. |
|
Password |
The password that is used with the user profile to connect to your file server. |
|
Domain |
The domain of the file server that you are connecting to. |
There are several activities supplied for file and directory management, discovery and transportations.
You connect with a file server using activity SMB_CONNECT
.
After processing has complete the connection to the server is closed using SMB_DISCONNECT
Refer to SMB Activities for a list of all supplied SMB Activities