PDA

View Full Version : Create FTP via API - strang error



grassoalvaro
07-28-2011, 02:29 PM
After sending CMD_API_FTP with required params to DirectAdmin account is created but DA is returning strange error:

error=%30

and that's it. Any hints what that mean?

DirectAdmin Support
07-29-2011, 12:21 PM
Hello,

%30 is url encoded for 0.

That means there is no error and everything likely worked fine.

If you want more debug info, use this guide:
http://help.directadmin.com/item.php?id=356

John

grassoalvaro
07-30-2011, 03:46 AM
That was obvious... thanks!