SFTP Connections
Aeropay SFTP Site
Aeropay provides the option to access transaction data via SFTP site. You can work with your Aeropay representative to customize what data you'd like shared via SFTP and on what cadence.
Your Credentials
Aeropay will provide your team with your username, password, and url when we setup your SFTP connection. If you do not have access to your SFTP credentials yet, please contact your Aeropay representative or email [email protected].
Accessing Aeropay SFTP
To access Aeropay's SFTP site and your data, you'll want to use an SFTP client to connect to the site. The Mac terminal has an SFTP client built into the Terminal. Applications like FileZilla are easy-to-use clients with a UI.
For the Mac Terminal, you just open a Terminal and follow these steps:
- Run
sftp username@clientSFTPurl
. - If it asks to add a host to the authorized host files, type yes.
- Input your given SFTP
password
. - Now you should be logged in to the SFTP site.
- You can run
ls
to list the files and folders in the current directory,cd <foldername>
to enter a subfolder, and runget <filename>
to download a file off the SFTP site. The file system has YEAR > MONTH > DAY. So for May 01, 2024 you'd need tocd 2024/05/01
.
For FileZilla, follow the steps in FileZilla's documentation here.
Updated 4 months ago