View Single Post
Old 09-20-2002, 11:46 PM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

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.
bigstar is offline