Page 1 of 1

WebLink security Credentials

Posted: Fri Apr 24, 2015 4:19 pm
by VicSupport
Hi,

When I send a weblink, I'd like to have Wing FTP require a username and Password when the recipient clicks on the download URL. Is there anyway to set that up?

Re: WebLink security Credentials

Posted: Mon Apr 27, 2015 3:06 am
by FTP
Yes, we will add a similar feature in the next release.

Re: WebLink security Credentials

Posted: Wed May 20, 2015 5:33 pm
by eordona
I see that this has been added in v4.4.6. Now, it defaults to 'undefined'.

Any chance you can put a check box next to that option to specifically enable the password option?

Or give a configuration option to default or require a password (or not)?

Simply jamming in the text 'undefined' is causing our users a lot of confusion, as many have taken 'undefined' to mean there isn't one . . . when in fact the password is indeed the text 'undefined'


Thanks!
Eric

Re: WebLink security Credentials

Posted: Thu May 21, 2015 2:06 am
by FTP
Which web browser and how do you generate the web link? I have tested many web browsers, no such issue found.

Re: WebLink security Credentials

Posted: Thu May 21, 2015 7:57 pm
by eordona
I am using Chrome on a MAC. But I have also validated the issue on IE on Windows, and Chrome on Windows. Basically when uploading a fresh file, then right-clicking on it and checking the box "Enable Web Link", then AUTOMATICALLY the word 'undefined' in inserted into the Password field!

This is a real problem for us as our Engineering group is sending files out all day long and this is added steps / non-value added activity for them to have to clear out this field.

As it is stated in the interface this should be optional.

Help please!

I can email you a screen shot if needed -- I can't seem to cut / paste it into this form.

Re: WebLink security Credentials

Posted: Fri May 22, 2015 3:23 am
by FTP
OK, it seems this issue only exists on the Linux version, and you just need to modify the file "webclient/main.html", and replace the line 1144:

if(resultArray[3] != "")

into:

if(resultArray[3] != null && resultArray[3] != "")

Re: WebLink security Credentials

Posted: Fri May 22, 2015 12:11 pm
by eordona
Thank you!

Will you be incorporating this change into the standard code base (i.e. the next version) so I don't have to manually fix this every time??

I appreciate it.

Re: WebLink security Credentials

Posted: Wed May 27, 2015 1:49 am
by FTP
Yes, of course we will fix it in the next release, thanks!