Page 1 of 1

Accessing WingFTP with an external Website

Posted: Fri Feb 11, 2011 2:45 pm
by MarkusG
Our company is already using WingFTP for letting our customers access our server. Now we want to use our own website to let them login. Is this in any way possible or will they still have to use our WingFTP-Login-Page?

Re: Accessing WingFTP with an external Website

Posted: Fri Feb 11, 2011 4:07 pm
by FTP
Yes, if you have a own login page, just goto the following web page:
http://YourServer/loginok.html?username ... ssword=xxx

Re: Accessing WingFTP with an external Website

Posted: Tue Mar 22, 2011 3:44 pm
by philipjlane
I am also trying to get this to work, I have a form on my page written in HTML. this is set to post the form entry to http://YourServer/loginok.html?username ... ssword=xxx but it won't log in.

Do you have any more details on how to achieve this?

Kind regards
Phil

Re: Accessing WingFTP with an external Website

Posted: Thu Mar 24, 2011 8:08 am
by FTP
You can test it via web browser on the server machine:
http://127.0.0.1/loginok.html?username=xxx&password=xxx

I have tested it on my computer, there is no problem.