📄 configuration_ftp.html
字号:
</tr>
<tr bgcolor="#EEEEEE">
<td align="center">zipignorelist</td>
<td>When ziponfly is enabled, this parameter allows to setup filenames to not zip. For instance, zipgnorelist="*.zip,*gif".</td>
<td align="center">no</td>
</tr>
<tr bgcolor="#FFFFFF">
<td align="center">startdir</td>
<td>This parameter allows to setup a local directory, instead of user's home, when using file browser (e.g. startdir="c:/tmp")<br> </td>
<td align="center">no</td>
</tr>
<tr bgcolor="#EEEEEE">
<td align="center">authentication</td>
<td>Setup authentication="auto" if you want to prompt end-user for FTP login/password instead of passing username and password in applet parameters.
Default value is "disabled".<br> </td>
<td align="center">no</td>
</tr>
<tr bgcolor="#FFFFFF">
<td align="center">forward</td>
<td>This parameter allows to redirect to another URL
once upload is completed. You could select the target
frame through forwardtarget parameter (see below).
<br>
</td>
<td align="center">no</td>
</tr>
<tr bgcolor="#EEEEEE">
<td align="center">forwardtarget</td>
<td>When forward parameter is enabled, this parameter
allows to redirect URL to a given browser frame.
Use _blank for new window.<br> </td>
<td align="center">no</td>
</tr>
<tr bgcolor="#FFFFFF">
<td align="center">forwardparameters</td>
<td>When this parameter is set to true, jClientUpload
appends uploaded filenames to redirect URL. For
instance, "?filename1=foo1.txt&filename2=foo2.zip
..."<br>
</td>
<td align="center">no</td>
</tr>
<tr bgcolor="#EEEEEE">
<td align="center">post</td>
<td>This parameter allows to send HTTP POST request
once upload is completed. See <a href="installation.html#after">FAQ</a> to learn how it works.</td>
<td align="center">no</td>
</tr>
<tr bgcolor="#FFFFFF">
<td align="center">postparameters</td>
<td>This parameter allows to pass filenames uploaded
in POST request above. <br>
"true" means "filename1=foo1.txt&filename2=foo2.zip..."<br>
"long" means "filename1=/home/usr1/foo1.txt&filename2=..."</td>
<td align="center">no</td>
</tr>
<tr bgcolor="#EEEEEE">
<td align="center">timeout</td>
<td>This advanced parameter allows to modify underlying
socket timeout in milliseconds.</td>
<td align="center">no</td>
</tr>
<tr bgcolor="#FFFFFF">
<td align="center">socksproxyhost</td>
<td>This advanced parameter allows to setup SOCKS
proxy host. <br>
</td>
<td align="center">no</td>
</tr>
<tr bgcolor="#EEEEEE">
<td align="center">socksproxyport</td>
<td>This parameter allows to setup SOCKS proxy port.</td>
<td align="center">no</td>
</tr>
<tr bgcolor="#FFFFFF">
<td align="center">resources</td>
<td>This advanced parameter allows to select a custom
properties file including all resources (messages,
errors, menu, items, colors) to be displayed. See
internationalization section in <a href="installation.html#faq" target="_top">FAQ</a>
to learn more.</td>
<td align="center">no</td>
</tr>
<tr bgcolor="#EEEEFF">
<td align="center"><strong>Extra<br>
parameters</strong></td>
<td align="center"><strong>Description and sample
</strong></td>
<td><strong>Mandatory</strong></td>
</tr>
<tr bgcolor="#FFFFFF">
<td align="center" bgcolor="#FFFFFF">paramX and valueX
pair</td>
<td><font face="Verdana, Arial, Helvetica, sans-serif" size="-1">Additional
parameters could be passed to FTP server through
paramX, valueX (with X in [1,16]). For instance
to pass anonymous login then use param1=username,
value1=anonymous. See below for all supported extra
parameters.</font></td>
<td align="center">no.</td>
</tr>
<tr bgcolor="#EEEEEE">
<td align="center">username</td>
<td>This parameter allows to pass username when connecting
to FTP server. </td>
<td align="center">no</td>
</tr>
<tr bgcolor="#FFFFFF">
<td align="center">password</td>
<td>This parameter allows to pass password when connecting
to FTP server. </td>
<td align="center">no</td>
</tr>
<tr bgcolor="#EEEEEE">
<td align="center">account</td>
<td>This parameter allows to pass initial remote directory
name when connecting to FTP server. For instance,
param3=account and value3=dirname/subdir. Folder
must be relative to FTP root folder. </td>
<td align="center">no</td>
</tr>
<tr bgcolor="#FFFFFF">
<td align="center">accountcreation</td>
<td>Depending on account parameter above, this parameter
allows to enable/disable initial remote directory
creation on FTP server if it is not available. For
instance, param4=accountcreation and value4=true.
Default value is false. </td>
<td align="center">no</td>
</tr>
<tr bgcolor="#EEEEEE">
<td align="center">relativefilename</td>
<td>When this parameter is set to true, jClientUpload
will try to create folders and subfolders structure
on FTP server when uploading directories. Default
value is "false". Learn more in <a href="installation.html#recompose">FAQ</a>.</td>
<td align="center">no</td>
</tr>
<tr bgcolor="#FFFFFF">
<td align="center">pasv</td>
<td>This parameter allows to enable/disable passive
mode for FTP commands. To enable PASV mode then
setup value to true. For instance, param4=pasv,
value4=true. Default value is false. </td>
<td align="center">no</td>
</tr>
<tr bgcolor="#EEEEEE">
<td align="center">sitecommand</td>
<td>This advanced parameter allows to pass a SITE
ftp command after connection and authentication.</td>
<td align="center">no</td>
</tr>
<tr bgcolor="#FFFFFF">
<td align="center">deleteonfail</td>
<td>This parameter allows to delete uncomplete file on FTP server when upload is cancelled or failed. Default value is "false". </td>
<td align="center">no</td>
</tr>
<tr bgcolor="#EEEEEE">
<td align="center">ftpsmode</td>
<td>This advanced parameter allows to select FTPS explicit or implicit TLS/SSL connection mode. Value could be :<br>
auth_tls : AUTH TLS command is sent before SSL handshake. <br>
auth_ssl : AUTH SSL command is sent before SSL handshake.<br>
ssl_connect : Connection starts with a SSL handshake.<br>
Default value is auth_tls when FTPS is enabled. </td>
<td align="center">no</td>
</tr>
<tr bgcolor="#FFFFFF">
<td align="center">ftpsprot</td>
<td>This advanced parameter allows to disable/enable channel protection on FTPS transfer. Values could be :<br>
prot_p : Protection channel enabled.<br>
prot_c : Protection channel not enabled.<br>
Default value is prot_p when FTPS is enabled. </td>
<td align="center">no</td>
</tr>
<tr bgcolor="#EEEEFF">
<td align="center"><strong>Front-end<br>
parameters</strong></td>
<td align="center"><strong>Description and sample
</strong></td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -