SFTP authentication page

Upload core product.
Post Reply
ericwi
Posts: 1
Joined: Mon May 28, 2012 9:48 am

SFTP authentication page

Post 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

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: SFTP authentication page

Post 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}

Post Reply