mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
#18726233 : add passive option for ftp use, (default is to use passive mode)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7314 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d5ff1c4ceb
commit
1fc0517ba2
3 changed files with 11 additions and 1 deletions
|
|
@ -144,6 +144,10 @@
|
|||
<th scope="col"><div><label for="textfield24">{$lang->ftp_port} (default: 21) </label></div></th>
|
||||
<td><input id="textfield24" type="text" name="ftp_port" value="{$ftp_info->ftp_port}" class="inputTypeText" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="col"><div><label for="checkboxpasv">FTP Passive mode</label></div></th>
|
||||
<td><input type="checkbox" id="checkboxpasv" name="ftp_pasv" value="Y" <!--@if($ftp_info->ftp_pasv!="N")-->checked="checked"<!--@end--> /></td>
|
||||
</tr>
|
||||
<!--@if($sftp_support)-->
|
||||
<tr>
|
||||
<th scope="col"><div><label for="checkbox25">{$lang->sftp}</label></div></th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue