SFTP
Secure File Transfer Protocol, or SFTP, is a file protocol for transferring large, sensitive files over the web.
Introduction
Secure File Transfer Protocol, or SFTP, is a file protocol for transferring large, sensitive files over the web. Miso can provide your organization with an SFTP destination for uploading historical data files during the onboarding process.
Integration Steps
-
Open your command line and initiate an ssh connection. Your Miso Support Team will provide you with a username, server address, and password for logging into the remote server.
$ ssh [username]@[server_address]
-
Use the
put
command to upload a file containing historic clickstream, catalog, or user data:sftp> put /YOUR/LOCAL/PATH/TO/FILE
-
To upload an entire directory instead, run the following:
sftp> put -r /YOUR/LOCAL/PATH/TO/DIRECTORY
Additional Resources
For more information on Miso’s API, check out the official API Documentation.
For more Integrations like this, visit the Integrations page on our Docs site.
Published Date: Aug 5th, 2022