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
Renuka SinghRenuka Singh 

Salesforce to ftp server integration

Hi,
I have an task in which we have to integrate with the intranet ftp server. so we can store and retrive the data files from ftp server.

Does any one have any idea regarding the same. How can we ingrate the salesforce org with ftp server. 

Any  help will be appreciated. 

Thanks to all in advance :)
AmitAmit (Salesforce Developers) 
Hello,

There is already an existing idea for the same, which is under consideration :

https://success.salesforce.com/ideaView?id=08730000000YdsWAAS

I was however, able to find certain examples/related links that might help you in your requirement.

https://appexchange.salesforce.com/listingDetail?listingId=a0N300000016ZwDEAU

http://www.chiragmehta.info/chirag/2010/03/22/salesforce-ftp-integration-data-loader-web-service-http/

https://dataloader.io/export-ftp

http://www.thruinc.com/ftp-alternative/

Thanks,
Amit Bhardwaj
David_GardelDavid_Gardel

Also, take a look at Skyvia. It requires no coding and has an intuitive drag and drop interface.

Read more:​ https://skyvia.com/data-integration/integrate-salesforce-ftp

smriti sharan19smriti sharan19
Through the salesforce service (Apex or others) we cannot directly communicate with an FTP server (either upload or download).
Best bet would be to use an external application like jitterbit.

Reference
https://salesforce.stackexchange.com/questions/57731/how-to-send-and-receive-data-from-salesforce-to-a-ftp-server

https://success.salesforce.com/ideaView?id=08730000000YdsWAAS

Investigate other options:
http://www.chiragmehta.info/chirag/2010/03/22/salesforce-ftp-integration-data-loader-web-service-http/

https://dataloader.io/export-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

Please let me know if you need any other information.
sahil arora 14sahil arora 14
@adarsh.sharma
I am looking for the similar use case where 3rd party system wants to integrate with Salesforce through FTP i.e that system will share the quote informaiton in a file whenever a quote is generated at their end. We would need to consume those quote into Salesforce as and when a new file is placed there