Determine user

Please post here if you have problems in using Wing FTP Server.
Post Reply
Gallaxial
Posts: 9
Joined: Tue Jun 09, 2020 7:13 pm

Determine user

Post by Gallaxial »

I got this :
http://mydns.com:88/login.html?lang=english
Can i got this
http://mydns.com:88/login.html?lang=english?Account=anonymous
or
http://mydns.com:88/login.html?lang=english?User=anonymous

I wanna make a Link with a determine User (Anonymous)
FTP
Site Admin
Posts: 2080
Joined: Tue Sep 29, 2009 6:09 am

Re: Determine user

Post by FTP »

If you want to provide an auto-login URL to your clients, you may use the link like this:

Code: Select all

http://mydns.com:88/loginok.html?username=anonymous
Post Reply