[bug #8135] Ftp connection to proxy uses always active mode

Leonard den Ottolander savannah-bounces at gnu.org
Wed May 18 11:44:21 UTC 2005


Follow-up Comment #1, bug #8135 (project mc):

The "offending code" in ftpfs.c is this:

static int
ftpfs_open_archive_int (struct vfs_class *me, struct vfs_s_super *super)
{
    int retry_seconds, count_down;

    /* We do not want to use the passive if we are using proxies */
    if (SUP.proxy)
	SUP.use_passive_connection = 0;

Is there any reason why we should not use passive mode over proxies?


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=8135>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




More information about the mc-devel mailing list