Efficiently automate file transfers from Dropbox to your SFTP folder with our seamless gem solution. This gem ensures secure and reliable movement of files, maintaining data integrity throughout the process. Configure transfer settings to meet your needs, and streamline your workflow with minimal manual intervention. Ideal for businesses seeking to enhance their file management systems. The uploaded files will be named currentdate_FileName
, ensuring organized and date-specific file management.
Setup Guide
This gem will receive files from Dropbox and upload them to the specified SFTP folder without the hassle of any tedious copy-paste work.
To run this gem and connect Dropbox to SFTP, configure the parameters mentioned below.
Dropbox
Token File
Required. Select the Rest Token file from the drop-down list. Review the documentation article here on how to generate the token file.Source Folder
Required. Specify the path to the source folder, ending with a trailing slash.Filter
Optional. Specify to filter the list of files.
SFTP
Server Host
Required. Specify the name or IP address of the SFTP server.Port
Required. Specify the port number.Username
Required. Specify a username to access the SFTP server.Password
Required. Specify a password to access the SFTP server.Destination Folder
Required. Specify the path to the destination folder ending with a trailing slash.