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
-
Download and install FileZilla Client (avoid the Server version).
Step 2: Open FileZilla & Configure the Connection
-
Open FileZilla.
-
Navigate to File → Site Manager.
-
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.
- Click Connect.
- When prompted, enter your SFTP password.
- FileZilla will display two panels:
- Left panel: Your local computer files.
- Right panel: The SFTP server files.

Step 4: Upload Your File
- On the left panel, locate the file you want to upload (e.g.,
ClassPassEligibilityFile-10092025.csv). - On the right panel, navigate to the correct folder on the server.
- Right-click the file (left panel) and select Upload.
- 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.
-
Install WinSCP.
-
Open it and enter:
-
Host:
sftp.corporate.classpass.com -
Username: (typically your company name, e.g.,
classpass) -
Password: (enter when prompted)
-
File protocol: SFTP
-
-
Click Login.
-
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:
-
Open Terminal (Mac/Linux) or Command Prompt (Windows with OpenSSH installed).
-
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 |
|
|---|---|---|
|
John |
Doe |
|
|
Jane |
Smith |
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.
-