You need to sign in to do that
Don't have an account?
softectonic
SFDC Integration with SFTP Server
Hello,
Not sure this is the right forum for this topic, if not please kindly suggest alternative forum.
Looking for information on how to setup the mechanism to pull/decrypt and load in Salesforce objects encrypted CSV files containing customers information and hosted on SFTP server.
Would be glad to receive suggections on recommended procedures, tools and best practices.
Thanks,
S
Hi,
For SFDC Integration with SFTP Server you will have to create a tool in any languge like,java ,c# that will fetch you csv files from the SFTP server and pull into the your object of the salesforce.
Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.
You don't need to write any code - there are dozens of applications available that you can automate to do the polling via SFTP.
In fact, take a look at the AS2 Connector (supports SFTP) at http://www.rssbus.com/solutions/as2/. It is completely free for connecting with one host and has simple scheduling capabilities so that you can automate the file transfer. Versions are natively available for Window and Linux/Unix (Java) so it works pretty much everywhere.
Once you have those files downloaded you can tie into the applications 'events' and automate the process of pushing to salesforce. If you need help, I am sure the support team can assist you in getting setup.
Hello,
i was looking for something similar.
Emadari, how much As2 connector Costs. Can you give me more info regarding AS2?
thanks
--silvano
you can use informatica data loader
The RSSBus Secure Managed File Transfer Connectors that I mentioned previously have been released from beta:
Each of these connectors is completely free for use with a single trading partner/host.
-Eric
Please can anyone suggest the best option or the way to go about this.
Case: The present SF org contains a record type can currently upload supporting documents and files manually using drag and drop. Employees must log into internal server each time they want to access supporting documentation, which they cannot remotely. So via Sftp is it able to access documentation via Salesforce rather than having to log into their server?
Specs:
We have implemented a REST API which allow to directly integrate Salesforce with SFTP Server. You can perform Upload, Download, Delete and Transfer (one FTP / SFTP Server to another FTP / SFTP) operations using this REST API.
Here we are addng API documentation and blog post link.
FTP API: https://www.ftp-api.com/
Blog Post: https://medium.com/@adarshsharma.jaipur/how-to-use-sftp-server-using-rest-api-5305be67fd25
Plese reach out to us if you have any questions and queries.