Changes for page SMB Connectivity

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

From version 7.1
edited by Bouke Reitsma
on 2024/05/03 09:30
Change comment: There is no comment for this version
To version 8.1
edited by Bouke Reitsma
on 2024/05/06 10:29
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -32,18 +32,12 @@
32 32  
33 33  So, where the file pickup component searches on the local host for the correct directory, the idea of the SMB 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 SMB protocol. That is, in a nutshell, the difference between setting up an SMB connection and communicating with local directories.
34 34  
35 -eMagiz provides only one support objects to connect to an FTP:
35 +eMagiz provides only one support objects to connect to an SMB:
36 36  
37 -* Default SMB session factory
37 +* Default SMB session factory
38 38  
39 39  [[image:Main.Images.Microlearning.WebHome@intermediate-file-based-connectivity-ftp-connectivity--ftp-support-objects.png]]
40 40  
41 -The main difference between the two is the caching part. The caching session factory comes with the option to re-use the existing session for multiple requests. In other words, this way, you do not have to authenticate yourself every time you want to communicate with the FTP. This behavior is beneficial if a high frequency of communication is needed between eMagiz and the FTP to handle the incoming and outgoing data packages.
42 -
43 -If you only initiate communication infrequently, for example, once per day, the default session factory becomes more interesting as this closes the session after each transmission. This behavior is beneficial in cases of low-frequency communication because otherwise, the session would remain active for an extensive period.
44 -
45 -[[image:Main.Images.Microlearning.WebHome@intermediate-file-based-connectivity-ftp-connectivity--ftp-caching-help-text.png]]
46 -
47 47  === 3.1 Best practices for using FTP ===
48 48  
49 49  ==== 3.1.1 Which session factory do I need? ====