I wanted to quickly check out the FtpSynchronizeView.
Setting the remote directory is done by setting it's connection's remote directory I assume.
But how about the local directory?
I can't seem to find any exposed field that could point to the local directory.
Also, why can't I look into the example's code with the code viewer? For all the other examples, there a "view code" button.
Regard Boris
--edit--
Found it. The local connection is on the connection object.
Still would like to see the source of the example though.