Revision 355229d0
Added by Bill Marquette over 20 years ago
usr/local/www/system_advanced.php | ||
---|---|---|
321 | 321 |
<td width="22%" valign="top" class="vncell">FTP RFC 959 data port violation workaround</td> |
322 | 322 |
<td width="78%" class="vtable"> |
323 | 323 |
<input name="rfc959workaround" type="checkbox" id="rfc959workaround" value="yes" <?php if (isset($config['system']['rfc959workaround'])) echo "checked"; ?> onclick="enable_change(false)"> |
324 |
<strong class="vexpl">Workaround for sites that violate RFC 959 which specifies that the data connection be sourced from the command port - 1 (typicaly port 20). This workaround doesn't expose you to any extra risk as the firewall will still only allow connections on a port that the ftp-proxy is listening on.</strong><br> |
|
324 |
<strong class="vexpl">Workaround for sites that violate RFC 959 which specifies that the data connection be sourced from the command port - 1 (typically port 20). This workaround doesn't expose you to any extra risk as the firewall will still only allow connections on a port that the ftp-proxy is listening on.</strong><br>
|
|
325 | 325 |
</tr> |
326 | 326 |
|
327 | 327 |
<tr> |
Also available in: Unified diff
typo