BASS_CONFIG_NET_PASSIVE config option

Use passive mode in FTP connections?

BASS_SetConfig(
    BASS_CONFIG_NET_PASSIVE,
    BOOL passive
);

Parameters

passiveIf TRUE, passive mode is used, otherwise normal/active mode is used.

Remarks

Changes take effect from the next internet stream creation call. By default, passive mode is enabled.

See also

BASS_GetConfig, BASS_SetConfig, BASS_StreamCreateURL