You need to sign in to do that
Don't have an account?

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 :)
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 :)
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
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
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
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.
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