- Parameters -

Here is the list and the meaning of the SFTP related parameters. All others parameters such as zip-on-fly, retry on failure, internationalization are availble in JFileUpload documentation.

SFTP parameters
Properties Description and sample
url This parameter is the full url to your SFTP server. It must start with sftp:// followed by hostname and optionally SFTP port (default is 22). For instance, if your SFTP runs on yourdomain.com with port 8022 then url parameter must be:
<PARAM NAME="url" VALUE="sftp://yourdomain.com:8022">
username This parameter is the SSH login. See security section in FAQ to learn how to hide or encrypt it. This parameter is available as both regular and extra parameter.
password This parameter is the SSH password. See security section in FAQ to learn how to hide or encrypt it. This parameter is available as both regular and extra parameter.
resume This parameter allows enabling resume support for upload and downoad transfer. Use <PARAM NAME="resume" VALUE="true">


Java and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
All other company and/or product names are the property of their respective owners.