ClassPass SFTP File Upload Guide

This article explains two methods to securely connect to the ClassPass SFTP server and upload your eligibility or other required files.

Overview

This guide walks you through using FileZilla, a free and user-friendly application, to securely connect to the ClassPass SFTP server and upload files.

SFTP Connection Details

  • Host: sftp.corporate.classpass.com

  • Username: (typically your company name, e.g., classpass)

  • Password: Provided separately by ClassPass (enter when prompted)

  • Protocol: SFTP (SSH File Transfer Protocol)

  • Port: Leave blank (defaults to 22)

Step 1: Download FileZilla

  1. Visit FileZilla – The Free FTP Solution.

  2. Download and install FileZilla Client (avoid the Server version).


Step 2: Open FileZilla & Configure the Connection

  1. Open FileZilla.

  2. Navigate to File → Site Manager.

  3. Click New Site and name it something like ClassPassSFTP (the name can be anything).

Enter the following connection details:

Setting Value
Protocol SFTP – SSH File Transfer Protocol
Host sftp.corporate.classpass.com
Logon Type Ask for password
User (typically your company name, e.g., classpass)
Password (Leave blank, you’ll enter it at login)

 


Step 3: Connect to the SFTP Server

Select the site you just created.

  1. Click Connect.
  2. When prompted, enter your SFTP password.
  3. FileZilla will display two panels:
  4. Left panel: Your local computer files.
  5. Right panel: The SFTP server files.


Step 4: Upload Your File

  1. On the left panel, locate the file you want to upload (e.g., ClassPassEligibilityFile-10092025.csv).
  2. On the right panel, navigate to the correct folder on the server.
  3. Right-click the file (left panel) and select Upload.
  4. The file will now appear on the right panel (server).

Done! Your file has been successfully uploaded to the ClassPass SFTP server.


Method 2: Using WinSCP (Windows Only)

If you are on Windows, you can use WinSCP as an alternative.

  1. Install WinSCP.

  2. Open it and enter:

    • Host: sftp.corporate.classpass.com

    • Username: (typically your company name, e.g., classpass)

    • Password: (enter when prompted)

    • File protocol: SFTP

  3. Click Login.

  4. Drag and drop your file from the left (computer) to the right (server).


Method 3: Using Command Line (For Advanced Users)

If you are comfortable with terminal/command prompt:

  1. Open Terminal (Mac/Linux) or Command Prompt (Windows with OpenSSH installed).

  2. Run the command: sftp username@sftp.corporate.classpass.com

  3.  Enter your password when prompted.

  4.  Upload a file using: put ClassPassEligibilityFile-10092025.csv

Verify with: ls

CSV File Format

The file you upload must follow this format: (File must be uploaded in csv format)

 

First Name

 

Last Name

 

Email

 

John

Doe

doe@example.com

Jane

Smith

jane.smith@example.com


csv

First Name,Last Name,Email
John,Doe,john.doe@example.com
Jane,Smith,jane.smith@example.com

⚠️ Important Notes

  • Only upload files in the designated folder.

  • Don't upload the same filename, Each upload should have a different filename

  • Always confirm the file name follows the required format.

  • Do not share your password with anyone.

  • If you encounter issues:

    • Ensure internet connection is stable.

    • Verify you are using SFTP (not FTP).

    • Contact support if you cannot connect.