Not able to do webinterface

hi,i wanted to send a file over wifi so i am following this link for FTP, when i try to do webinterface from my laptop browser, it is showing me “The requested URL was not found”.
Please let me know if i have do some additional settings

Dear @rohit.maniwal@bitmapper.com

WEC2013 does not support the remote webinterface anymore. To add users, you need to add them by calling the NTLMSetUserInfo() API. Please refer to the following community post for details:

If you need FTP just for development, without security, you can allow anonymous upload, instead of creating a user:

[HKEY_LOCAL_MACHINE\COMM\FTPD]
AllowAnonymousUpload=dword:1

Regards,
Andy