Satin:technical
From
FTP Accounts Creation
During the registration process Satin.Web performs a request to the http://ftp.solab.rshu.ru:82. At that address a Django application is located. The application implements an API for FTP accounts creation.
FTP API
/add?username={0}&password={1}
/delete?username={0}
/changepassword?username={0}&password={1}