Automate payroll file delivery with SFTP. Set up once, and files flow into the platform on schedule.
Get your dedicated SFTP username and connection details.
Contact your Audit1 administrator or navigate to Settings → Connections → SFTP to request SFTP access. You'll receive:
Test your connection with an SFTP client.
Using your preferred SFTP client, connect with the credentials from step 1:
# CLI example
sftp -i ~/.ssh/audit1_key [email protected]
# Or with password
sftp [email protected]Once connected, you'll see your home directory with a pre-created folder structure for file uploads.
Upload files to the correct folder for automatic identification.
Your SFTP home directory is organized by your payroll company name. Drop files directly into your root folder:
/your-company-name/
payroll-report-2026-03-15.csv
payroll-report-2026-03-29.csvThe platform automatically identifies files based on your folder and matches employers by FEIN, company name, or historical patterns.
Use descriptive filenames for easier tracking.
While the platform can process files with any name, descriptive naming helps with tracking and troubleshooting:
# Recommended format
{employer_name}_{pay_date}_{policy_number}.csv
# Examples
acme-corp_2026-03-15_WC2026001.csv
smith-mfg_2026-03-29_WC2026042.csvAvoid special characters beyond hyphens and underscores. The platform ignores the filename for processing — identification comes from the file contents (FEIN, employee data patterns).
CSV, Excel, and fixed-width formats are all supported.
The platform accepts:
The Column Cognitive Recognition engine automatically maps your column headers to the platform's 4,400+ recognized header variations. You don't need to rename or restructure your columns.
Set up automated file delivery on a schedule.
Most payroll companies automate SFTP delivery using:
# Example cron job — upload every other Friday at 6pm
0 18 * * 5 /usr/bin/sftp -b /path/to/batch.txt [email protected]The platform processes files within minutes of upload. There's no need to notify anyone — the system detects new files automatically.
Track file processing status from your portal dashboard.
After uploading, files appear in your portal under Roster Files. Each file shows: