How to check via API if ftp account suspended or not?

PerForumer

New member
Joined
May 10, 2018
Messages
4
Like in subject.
How to check via API if ftp account suspended or not?
CMD_FTP return this information but CMD_API_FTP not.
CMD_API_FTP_SHOW doesn't return this information too.

Using CMD_API_FTP I can suspend or unsuspend ftp account but how to check by API if ftp account is active or not.
 
Unfortunately even if by CMD_FTP I set ftp account suspended and CMD_FTP shows the ftp account is really suspended , CMD_API_FTP (using extended=yes) returns suspended=no for this account.
 
Back
Top