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 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.Source Folder
Required. Specify the path to the source folder ending with a trailing slash.Filter
Optional. Specify to filter the list of files.
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.Destination Folder
Required. Specify the path to the destination folder, ending with a trailing slash.