RedirectSection in wcx_ftp.ini

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Zygus
Junior Member
Junior Member
Posts: 37
Joined: 2013-02-23, 17:51 UTC

RedirectSection in wcx_ftp.ini

Post by *Zygus »

I already know, that RedirectSection doesn't work in wcx_ftp.ini and it is even pointed in help, but for me, wcx_ftp is not another secondary ini file, especially derived from wincmd.ini. It is parallel config related only to ftp logins, passwords and connections. Wincmd.ini configuration has no mention about wcx_ftp and it is not possible to dismiss wcx_ftp and keep everything in wincmd.ini - like I can do with any secondaries inis created with RedirectSection. I need to extract OldConnections section to separate ini file to be able to clean this part fast and tidy. Thank You.
User avatar
Gral
Power Member
Power Member
Posts: 1467
Joined: 2005-01-26, 15:12 UTC

Re: RedirectSection in wcx_ftp.ini

Post by *Gral »

You don't need redirect "to be able to clean this part fast and tidy" - just use such a extremely simple AHK script:

Code: Select all

IniDelete, WCX_FTP.INI, OldConnections
change to full pathname of INI file if you use it from other directory.
Post Reply