Changes for page SMB Connectivity
Last modified by Danniar Firdausy on 2024/09/18 20:40
From version 6.1
edited by Bouke Reitsma
on 2024/05/02 11:15
on 2024/05/02 11:15
Change comment:
There is no comment for this version
To version 4.2
edited by Bouke Reitsma
on 2024/05/02 10:58
on 2024/05/02 10:58
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -14,22 +14,20 @@ 14 14 15 15 By SMB connectivity, we mean: Making sure that eMagiz can communicate with the SMB protocol to exchange file-based data. 16 16 17 -* SMB(ServerMessage Block) is a network protocol for transmitting files between computers over Transmission Control Protocol/Internet Protocol (TCP/IP) connections.18 -* In an SMBtransaction, the end user's computer is typically called the localhost. The second computer involved inSMBis a remote host, which is usually a server.19 -* Servers must be set up to run SMBservices, and the client must haveSMBsoftware installed to access these services.20 -* eMagiz provides several components to set up the SMBconnection17 +* FTP (File Transfer Protocol) is a network protocol for transmitting files between computers over Transmission Control Protocol/Internet Protocol (TCP/IP) connections. 18 +* In an FTP transaction, the end user's computer is typically called the localhost. The second computer involved in FTP is a remote host, which is usually a server. 19 +* Servers must be set up to run FTP services, and the client must have FTP software installed to access these services. 20 +* eMagiz provides several components to set up the FTP connection 21 21 22 -== 3. SMBConnectivity ==22 +== 3. FTP Connectivity == 23 23 24 -In some cases, there is no communication possible with a local file directory. Or there is a requirement from the external party to place the files somewhere else. Mainly the somewhere else is either an FTP or an SFTP. However, thereisa third communication protocolthat can beused for file transfer. Inthis microlearning we willtake alook atServerMessageBlock(SMB)connectivitywithin eMagiz.24 +In some cases, there is no communication possible with a local file directory. Or there is a requirement from the external party to place the files somewhere else. Mainly the somewhere else is either an FTP or an SFTP. This microlearning will look at the FTP and learn how to set up the connection between eMagiz and the FTP. 25 25 26 -* SMB(ServerMessage Block) is a network protocol for transmitting files between computers over Transmission Control Protocol/Internet Protocol (TCP/IP) connections.27 -* In an SMBtransaction, the end user's computer is typically called the localhost. The second computer involved inSMBis a remote host, which is usually a server.28 -* Servers must be set up to run SMBservices, and the client must haveSMBsoftware installed to access these services.29 -* eMagiz provides several components to set up the SMBconnection26 +* FTP (File Transfer Protocol) is a network protocol for transmitting files between computers over Transmission Control Protocol/Internet Protocol (TCP/IP) connections. 27 +* In an FTP transaction, the end user's computer is typically called the localhost. The second computer involved in FTP is a remote host, which is usually a server. 28 +* Servers must be set up to run FTP services, and the client must have FTP software installed to access these services. 29 +* eMagiz provides several components to set up the FTP connection 30 30 31 ------------------------------------------------------------------------------------------------------------------------------------ 32 - 33 33 So, where the file pickup component searches on the local host for the correct directory, the idea of the FTP setup is that the directory with whom to communicate exists on a remote host. The local host and the remote host can talk to each other via the FTP protocol. That is, in a nutshell, the difference between setting up an FTP connection and communicating with local directories. 34 34 35 35 eMagiz provides two support objects to connect to an FTP: