This shows you the differences between two versions of the page.
— |
set_dcc_dequote_filenames [2006/08/29 16:08] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | # $EPIC: set_dcc_dequote_filenames.txt,v 1.2 2006/08/19 10:15:16 sthalik Exp $ | ||
+ | ======Synopsis:====== | ||
+ | [[set]] dcc_dequote_filenames [on|off|toggle] | ||
+ | |||
+ | ======Description:====== | ||
+ | When ON: Attempt to graciously deal with malformed [[DCC SEND]] requests from | ||
+ | other clients that enclose filenames in double quotes when there is a | ||
+ | space in the filename. You may not be able to recieve files with a | ||
+ | double quote in it if you set this on. | ||
+ | |||
+ | When OFF: Strictly parse [[DCC SEND]] requests. This permits you to accept | ||
+ | files with double quotes in their name. | ||
+ | |||
+ | ======History:====== | ||
+ | __SET__ __DCC_DEQUOTE_FILENAMES__ first appeared in EPIC4-1.2.7. | ||