The "perform on connect event" didn't support custom command macro's, support will be added into the next build.
FYI the following code will cause problems.
CWD /Today
CWD %c
The correct way would be to use
&cd /Today
&cd %c
CWD sends the command directly to the ftp server while &cd tells FlashFXP to change directory.
|