I tried to redirect OldConnections to external ini file using RedirectSection but it doesn't seem to work.
RedirectSection entry is cleared and ftp connections are recorded into wcx_ftp file. Is it some bug in program?
wcx_ftp can'r redirect to external ini file
Moderators: Hacker, petermad, Stefan2, white
-
- Power Member
- Posts: 872
- Joined: 2013-09-04, 14:07 UTC
Re: wcx_ftp can'r redirect to external ini file
No, not a bug.
If you read the documentation about the wcx_ftp.ini settings in TC's help carefully, you'll notice that it mentions nothing whatsoever about RedirectSection or anything similar. TC's help only mentions/documents INI section redirects for the wincmd.ini file. The help also explicitly states on the page listed as "Ini file Settings" in the help TOC that "Redirections in secondary ini files will be ignored, as well as redirections in wcx_ftp.ini."
So basically, what you observed is the behavior as documented in the help and thus does not constitute a bug.
If having section redirects in wcx_ftp.ini is important to you, i'd suggest you file a feature suggestion in the "TC Suggestions" section of the forum.
If you read the documentation about the wcx_ftp.ini settings in TC's help carefully, you'll notice that it mentions nothing whatsoever about RedirectSection or anything similar. TC's help only mentions/documents INI section redirects for the wincmd.ini file. The help also explicitly states on the page listed as "Ini file Settings" in the help TOC that "Redirections in secondary ini files will be ignored, as well as redirections in wcx_ftp.ini."
So basically, what you observed is the behavior as documented in the help and thus does not constitute a bug.
If having section redirects in wcx_ftp.ini is important to you, i'd suggest you file a feature suggestion in the "TC Suggestions" section of the forum.
Re: wcx_ftp can'r redirect to external ini file
Understood, didn't notice this. Thanks.