TransferOperationResult transferResult; transferResult = session.PutFiles(@"c:\source_folder\a.txt", "/destination_folder/", false, transferOptions); // Throw on any error transferResult.Check();
// Print results foreach (TransferEventArgs transfer in transferResult.Transfers) { Console.WriteLine("Upload of {0} succeeded", transfer.FileName); } } } catch (Exception e) { Console.WriteLine("Error: {0}", e); } }
📘
Note
When setting up FTP integration, the Host Name varies depending on the data center. Ensure you select the appropriate Host Name according to your data center to complete the integration successfully.
You can find the correct Host Name directly on the platform: Settings > Identity & Access Management > FTP Users
Under each FTP user, the Connection Info section displays the exact Host Nameyou should use.
For convenience, you can also refer to the API Endpoints by Datacenter list, which includes the corresponding Host Names for each data center.
Welcome to Dengage CXDP! This guide will walk you through the onboarding process, which consists of two main topics: Data Integration and Channel Integration. Data Integration Dengage CXDP enables you to store and manage both online and offline data. ...
The Dengage platform supports FTPS (File Transfer Protocol Secure) to allow clients to securely integrate via file transfer protocol. The FTP Users section under Settings > Identity & Access Management allows you to manage FTP users. This feature ...
The FTP Users system now includes an IP Restriction feature, allowing administrators to control FTP access by specifying allowed IP addresses. Enabling IP Restriction A new "Restrict IP Access" checkbox has been added to the FTP Users screen. When ...
Class Imports You can change class imports with respect to table below. Old Sdk New Sdk com.dengage.sdk.DengageLifecycleTracker com.dengage.sdk.util.DengageLifecycleTracker com.dengage.sdk.NotificationReceiver ...
The document explains the key parameters and limits of the Dengage Platform. Expiration Period in User Invitations: 7 days To add more users to your accounts, you must invite them to the platform using their email addresses. The invitation expires in ...