function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rasoul Haddadi 6Rasoul Haddadi 6 

SFTP integration without using any App in AppExchange

I wanted to know if it is possible to do the Integration to/from Salesfroce using a SFTP server? I've searched on this community and found some apps such as Dataloader.io etc... but I want to do the integration without any apps.
I will be thankful if anyone could help me with this issue.
 
Darley Stephen PMDarley Stephen PM
It really depends on for what you want to connect to SFTP to import data from csv or to export. You can write a PHP or java code that does the proxy for connecting to SFTP server and then your Apex can consume this proxy code to do what you want to do.