Uploading a file to a Samba host
This scenario writes data to a file and then uploads the file to a Samba host. This scenario assumes that you have set up a Samba version 2 (or version 3) host and created a shared folder in the Samba host. See Samba File Serving at Samba User Documentation for information about setting up a Samba share.
This scenario comprises three subJobs.
- The first subJob contains a tFixedFlowInput component and a tFileOutputDelimited component. It writes data to a file.
- The tSambaConnection component in the second subJob creates a connection to the Samba host.
- The tSambaPut component in the third subJob uploads the file to the Samba host.