Hello,
All of our configurations are stored in the registry, so you can write a script that would create the user configuration. I suggest you copy the settings under the key HKEY_LOCAL_MACHINE\SOFTWARE\PragmaSystems\SFTP\Users\Default to get all of the necessary values and their default values. You can then make the changes need to create the configuration you need.
We use a question mark (?) to separate domain\username.
Here is a quick example:
copy-item -Path HKLM:\SOFTWARE\PragmaSystems\SFTP\Users\Default HKLM:\SOFTWARE\PragmaSystems\SFTP\Users\domain?user1
set-itemproperty -path HKLM:\SOFTWARE\PragmaSystems\SFTP\Users\domain?user1 -name StartDir-value user_home_directory