Page 1 of 1

SFTP authentication page

Posted: Mon May 28, 2012 9:55 am
by ericwi
Hi all,

The web scripts and the applets are great! Thank you. I have a question if you do not mind. I have enable my SFTP server to prompt for username and password. When the user tries to upload a file, the popup shows ' FTP Authentication - Attempt 1 '. Is there anyway we can change the name from FTP to SFTP?

WE do not wish to worry the users when they are uploading their secure data through the SFTP server.

Thanks for all the help in advance.


Eric

Re: SFTP authentication page

Posted: Tue May 29, 2012 6:53 pm
by support
Sure, enable resources parameters such as:
<PARAM NAME="resources" VALUE="i18n">
See:
http://www.jfileupload.com/products/jfi ... ation.html

and update i18n.properties to replace:

authentication.title={0} authentication - Attempt {1}
by:
authentication.title=SFTP authentication - Attempt {1}