Satin:technical
From
(Difference between revisions)
(Created page with "== FTP Accounts Creation == During the registration process Satin.Web performs a request to the http://ftp.solab.rshu.ru:82. On that address a Django application is located. The…") |
(→Access) |
||
(2 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
== FTP Accounts Creation == | == FTP Accounts Creation == | ||
- | During the registration process Satin.Web performs a request to the http://ftp.solab.rshu.ru:82. | + | 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. |
+ | |||
+ | === Access === | ||
+ | username: satin | ||
+ | |||
+ | password: W@8}!lT9 | ||
=== FTP API === | === FTP API === |
Latest revision as of 08:27, 9 September 2013
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.
Access
username: satin
password: W@8}!lT9
FTP API
/add?username={0}&password={1}
/delete?username={0}
/changepassword?username={0}&password={1}