LogoLogo
  • Your Guide to PAVE's Account and Enterprise Dashboards
  • Enterprise Dashboard
    • Permissions and Access Settings
    • User Feature Walkthrough
      • View All Groups
        • Filtering Sessions
          • Searching Sessions
          • Advanced View
        • Exporting Sessions
      • Group Manage
        • Create New Group
        • Add Accounts to Group
        • Edit Group
      • Group Remove
      • Account Manage
        • Create New Account
        • Add User to New Account
          • User Account Permissions
        • Edit Account
        • Deactivate Account
      • Account: Switch To
      • Administrator: Manage
        • Create New Administrator
        • Edit Administrator
      • Administrator: Switch
      • Data: Manage
      • Data: Export Only
      • Data: Developer
      • Initiate Inspections (coming soon)
        • VIN Assignment
      • Create New Export Setting
        • Edit Export Settings
      • Setting Up SFTP Batches
      • Dashboard
        • Inspection Status
        • Session Exports
      • Custom Capture
  • Branch Dashboard
    • Overview
    • User Feature Walkthrough
      • Login
      • Live or Test View
      • Send Inspections
      • Inspection Status
        • Expired Sessions
      • Searching Sessions
      • Photos
      • Session Notes
      • Inspection Results
      • Condition Report PDF
      • Export Sessions
      • VIN Assignments
      • Developer Tools
        • API Keys
        • API Logs
        • Sessions Events
        • Webhooks
      • Settings
        • Account
          • Changing your password
          • Google Single sign-on
        • Branding
          • Overview
          • Logos
          • Background Colour
          • SMS Message / Results Customization
          • Customize Video
        • Users
          • Finding and Editing Users
          • Creating A New User
          • Different User Types and Permissions
          • Deactivating and Reactivating Users and Admins
          • Receive Condition Reports via Email
        • Widgets
          • Overview
          • Creating a Website Widget
            • Editing an existing Website Widget
            • Preview a Website Widget
            • Installing a Website Widget on Your Website
          • Sharable Links
            • PAVE App icon
        • Batches
        • Estimates
        • Integrations
          • vAuto
        • Custom Capture
    • Step by Step Guide
      • Managing Unique User Sessions
Powered by GitBook
On this page
Export as PDF
  1. Enterprise Dashboard
  2. User Feature Walkthrough

Setting Up SFTP Batches

PreviousEdit Export SettingsNextDashboard

Last updated 1 year ago

You have multiple options for capturing data from your inspections using PAVE:

  1. API and Webhooks: You can utilize PAVE's robust API and Webhooks to integrate inspection data into your systems seamlessly. This allows for real-time data capture and immediate processing.

  2. SFTP Option: You can use the SFTP (Secure File Transfer Protocol) option for specific scenarios. You can configure this directly from your enterprise dashboard, enabling you to schedule and transfer inspection data at your convenience.

  3. : Refer to PAVE's API documentation to explore additional methods of integrating PAVE data into your systems. This documentation will provide comprehensive information on various integration options and techniques.

You can select the method that aligns best with your specific needs and system requirements to capture and utilize inspection data efficiently.

Before you start setting up your first SFTP batch, let's walk through the process by navigating to the SETTINGS and BATCHES sections. Here's what you need to do to familiarize yourself with the information required:

  1. Go to the SETTINGS section in your enterprise dashboard.

  2. Within SETTINGS, find the BATCHES option and click on it.

  3. Look for the green "+ CREATE NEW BATCH" button and click on it to set up a new batch.

  4. In the batch creation process, you will likely encounter options related to FTP (File Transfer Protocol). You can use the FTP toggle switch to understand the information you'll need to configure for SFTP-based batch transfers.

By following these steps, you'll be able to get the necessary details and settings for setting up your SFTP batch effectively.

Determining whether your SFTP endpoint requires only a password, an SSH private key, or both is a critical step in setting up your SFTP batch. Here's how to assess this:

  1. Password: If your SFTP server is configured to accept authentication through a username and password combination, you will need the SFTP username and password to establish the connection.

  2. SSH Private Key: If your SFTP server uses SSH key-based authentication, you will need to generate an SSH key pair. This pair typically consists of a private key (which you keep confidential) and a public key (which you provide to the server). Your SFTP server's administrator can guide you on how to upload or configure your public key for authentication.

  3. Both: Some SFTP servers may offer the option to use either a password or an SSH private key for authentication. In such cases, you can choose the method that aligns with your security and access requirements.

Please consult your SFTP server's documentation or contact your system administrator to figure out the authentication method needed for your specific SFTP endpoint. This information is crucial for a successful setup of your SFTP batch.

API Documentation