This gem automates transferring files from Microsoft Teams to a secure SFTP server. It ensures that all shared files are securely uploaded and stored for easy access and backup. The process eliminates manual intervention, reducing errors and saving time. It’s ideal for organizations needing a reliable and streamlined way to manage file storage and compliance. The uploaded files will be named currentdate_filename.
Setup Guide
This gem will receive files from Microsoft Teams and upload them to the SFTP server without the hassle of any tedious copy-paste work.
To run this integration and connect Microsoft Teams to the SFTP server, you need to configure the parameters mentioned below.
Microsoft Teams
Server HostRequired. Provide the relevant [Team/Group] identifier in the Server URL.Token FileRequired. Select the Rest Token file from the drop-down list. Review the KB Article mentioned here on how to generate the token file.Source FolderRequired. Specify the path to the source folder, ending with a trailing slash.FilterOptional. Specify to filter the list of files.
SFTP
Server HostRequired. Specify the name or IP address of the SFTP server.PortRequired. Specify the port number.UsernameRequired. Specify a username to access the SFTP server.PasswordRequired. Specify a password to access the SFTP server.Destination FolderRequired. Specify the path to the destination folder ending with a trailing slash.