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
SFDC DummySFDC Dummy 

FTP to SFDC Integration

Hi All

Can any body tell me how to connect FTP server to SFDC Organization using integration
Gaurav KheterpalGaurav Kheterpal
Can you elaborate on what exactly you need to do. There's a 3rd party solution called JitterBit (http://www.jitterbit.com/solutions/salesforce-integration/) which allows exporting Salesforce data directly to FTP server.

There's also an idea (https://success.salesforce.com/ideaView?id=08730000000YdsWAAS) for it - please upvote this if you'd like this functionality to be built-in within Salesforce.

If my answer helps resolve your query, please mark it as the 'Best Answer' & upvote it to benefit others and improve the overall quality of Discussion Forums.

Gaurav Kheterpal
Certified Force.com Developer| Salesforce Mobile Evangelist| Developer Forums Moderator| Dreamforce Speaker


 
SFDC DummySFDC Dummy
I want data from FTP to sales force automatically with the help of rest api .is it possible ? for example i have some excell sheet file in my FTP server ,i want that excell file reflect automatically/scheduler basic in my salesforce organization. otherwise i want connect tally to salesforce. can is it possible? The tally server have ODBC server,my requirement is i want all tally data in my salesforce .is it possible in rest api? for rest api integration it needs Url ,but ODBC sever hasn,t that.can you have solution of this. Thanks in Advc
David_GardelDavid_Gardel
You can connect FTP server to Salesforce with help of 3-rd parties connector - Skyvia (https://skyvia.com/data-integration/integrate-salesforce-ftp). It is a no coding solution for automatic loading of Salesforce data (e.g. accounts, opportunities, leads, etc.) to FTP.
Adarsh.SharmaAdarsh.Sharma
You can use below FTP API to integrate FTP server with Salesforce.

We have implemented a REST API which allow to directly communicate with an FTP server. This FTP API is designed for people who need to perform actions like DOWNLOAD, UPLOAD, DELETE and TRANSFER on the FTP server using REST API’s.

FTP API: https://ftp-api.herokuapp.com/
Blog Post: https://medium.com/@adarshsharma.jaipur/how-to-use-ftp-server-using-rest-api-8d1b3f88de0

If your problem have resolve, then mark this solution as a best answer and let me know if you need any other information.