Changes for page SMB Connectivity

Last modified by Danniar Firdausy on 2024/09/18 20:40

From version 35.12
edited by Danniar Firdausy
on 2024/09/18 20:38
Change comment: There is no comment for this version
To version 35.13
edited by Danniar Firdausy
on 2024/09/18 20:40
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -104,7 +104,7 @@
104 104  * Server Message Block (SMB) is a network protocol used for sharing files between computers over TCP/IP connections. It allows a client to access files on a remote server as if they were on the local machine.
105 105  * In an SMB transaction, the end user's computer is typically called the localhost. The second computer involved in SMB is a remote host, which is usually a server.
106 106  * Servers must be set up to run SMB services, and the client must have SMB software installed to access these services.
107 -* To use SMB with eMagiz, you'll need the SMB session factory and either an SMB inbound or outbound channel adapter, depending on whether you're reading from or writing to the SMB share. The SMB Gateway component offers pre-configured commands for managing files, including options to list, retrieve, move, or delete files.
107 +* To use SMB with eMagiz, you'll need the SMB Gateway component (that offers pre-configured commands for managing files), the SMB session factory and either an SMB inbound or outbound channel adapter (depending on whether you're reading from or writing to the SMB share).
108 108  
109 109  == 5. Suggested Additional Readings ==
110 110