This is a listing and breakdown of the typical directories and sub-directories used in our SFTP directory structure. Please note: the setup is customizable and this is just a general structure guide
/uploads : This is the highest level subdirectory and contains all other subdirectories
/uploads/employees : This is for the employee sync, This directory is where you should place employee files that you wish to have picked up in the employee sync
/uploads/employees/processed : This directory and its subdirectories contain past employee sync files that have been processed
/uploads/employees/processing : This directory is where the employee sync places files while they are being processed, before moving them to a /processed/* subdirectory
/uploads/inbound : This is where an sftp based integration should place files that need to be picked up by our systems
/uploads/outbound : This is where an sftp based integration should place files that will be picked up by an outside system
/uploads/mapping : This is where field mapping files should be placed for pickup by our system.
/uploads/staging/ : This is used for any staging sftp setups; any of the above-listed directories can appear as a subdirectory here.