
Our team regularly holds detailed technical discussions with some of the largest companies in the world. From these many discussions it’s become quite apparent that lying somewhere beneath the fancy logo and glitzy commercials you’ll find IT departments relying on tried-and-true technologies and protocols to get the job done.
One particularly prominent workhorse is SFTP. The Secure File Transfer Protocol is a secure version of FTP, and it transfers data over SSH. Because developers often desire to build features capable of securely transferring files to some server, DreamFactory offers an SFTP connector capable of generating a full-featured REST API for transferring and retrieving files and directories.
SFTP, or Secure File Transfer Protocol, is a popular solution for transferring files from one device to another. Its simplicity belies its popularity, with the vast majority of actions involving either sending (uploading) or receiving (downloading) files. Files are typically transferred between a FTP client such as FileZilla and an FTP server, although in many cases programmatic solutions involve transferring files from one server to another.
An SFTP REST API removes the need for an FTP client or specialized file transfer library by providing developers with a series of endpoints used to upload and download files. With communication occurring over SSL, and all requests accompanied by a specially designated API key, developers can be assured files are being securely transferred away from the prying eyes of malicious third parties. DreamFactory makes this process easy through the no-code instant creation of an SFTP REST API to make all your file transfer requirements a breeze.Create An SFTP REST API Now
Related reading:
Reusable REST API Platform Strategies
Create A Salesforce API
Create A MySQL API
Create A SQL Server API
Learn more about this feature in our newly published section of the Getting Started with DreamFactory guide.
Jason is the author of almost a dozen books on web development, including most recently Easy Laravel 5, and Beginning PHP and MySQL, 4th Edition. He’s the co-founder of the CodeMash Conference, one of the largest software conferences in the Midwestern United States.
Jason serves as a technical advisor to the boards of several technology startups. His free time is spent playing with his kids and reading.