Within Talend there is a component tFileFetch which allows the use for the SMB protocol to fetch files from a MS Windows/SAMBA server.
What I need is the ability to PUT files on a MS Windows/SAMBA server from a Linux box using the SMB protocol.
Does such a component exist?
I have yet to find one.
Thanks
Peter
I know this is old but... 'putting' files on a Windows share requires different credentials than the Linux server's local account 'talenduser' who is running the job. We need the ability to set the credentials in the component as well as the path. tSambaPut uses SMB 1.0 protocol and is now getting too old to use when putting files on a Windows Server 2012 as SMB 1.0 is disabled on this OS and newer.