Automate file transfers from your SFTP folder to Dropbox with our seamless gem solution. This tool ensures secure, reliable transfers, maintaining data integrity. Easily configure transfer schedules to fit your workflow and reduce manual effort. It is ideal for businesses seeking efficient and secure file management. The uploaded files will be stored in a newly created folder labeled currentdate_SFTPFiles, ensuring organized and date-specific file management.
Setup Guide
This gem will receive files from SFTP and upload them to Dropbox without the hassle of any tedious copy-paste work.
To run this gem and connect the SFTP server to Dropbox, configure the parameters mentioned below.
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.Source FolderRequired. Specify the path to the source folder ending with a trailing slash.FilterOptional. Specify to filter the list of files.
Dropbox
Token FileRequired. Select the Rest Token file from the drop-down list. Review the documentation article here on how to generate the token file.Destination FolderRequired. Specify the path to the destination folder, ending with a trailing slash.