V3 > Ftp
Login.
Attempts to authenticate the user using the provided credentials.
post/2/vod/ftp/login
Request body
Example request
{
"password": "1foMaNiAk#"
}Response
OK
Example response
{
"result": "success"
}Attempts to authenticate the user using the provided credentials.
{
"password": "1foMaNiAk#"
}OK
{
"result": "success"
}