- Home
- Technical Library
- Boards
- Cookbook
- Code Share
- Blogs
- Partners
-
More
-
Services
- Training & Certification
- Support
-
Galleries
- Force.com Sites Gallery
- Chatter Challenge Entries
-
Other Web Sites
- Salesforce.com
- Database.com
- AppExchange
- CRM Community
-
Discussions
- Announcements
- General Development
- Schema Development
- New to Cloud Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules Discussion
- Security
- Mobile
- Force.com Sites
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby Development
- Adobe Flash Builder for Force.com
- Desktop Integration
- REST API Integration
- Streaming API
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- Excel Connector
- AJAX Toolkit & S-controls
- Force.com Builder & Native Apps
- AppExchange Directory & Packaging
- Force.com Labs Projects
- Open Source
- Site.com
- Jobs Board - Administrators
- Jobs Board - Developers
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- Desktop Integration
- :
- SFDC Integration with SFTP Server
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
SFDC Integratio n with SFTP Server
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-16-2012 03:22 AM
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
Re: SFDC Integratio n with SFTP Server
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-16-2012 05:00 AM
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.
Navatar Group
Re: SFDC Integratio n with SFTP Server
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-18-2012 11:06 AM
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.
Re: SFDC Integratio n with SFTP Server
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-20-2012 06:40 AM
Hello,
i was looking for something similar.
Emadari, how much As2 connector Costs. Can you give me more info regarding AS2?
thanks
--silvano
Re: SFDC Integratio n with SFTP Server
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-06-2012 01:25 AM
you can use informatica data loader
Re: SFDC Integratio n with SFTP Server
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-16-2012 01:07 PM
The RSSBus Secure Managed File Transfer Connectors that I mentioned previously have been released from beta:
- AS2 Connector - A Drummond certified solution for secure AS2 messaging, the leading standard for secure Internet EDI.
- OFTP Connector - An OFTP2 compliant secure file transfer solution.
- SFTP Connector - Advanced SSH-Enabled SFTP File Transfer with automation.
- FTP/S Connector - Plain-text or SSL-Enabled FTP connectivity.
Each of these connectors is completely free for use with a single trading partner/host.
-Eric

