Implicit SSL Connection Global Queue Problen

Hi,

To connect to my server I need to use implicit SSL. The control connection establishes without a problem:

SmartFTP v1.0.983.22
Connected. Exchanging encryption keys...
Session Cipher: 128 bit RC4
SSL encrypted session established.
Socket connected waiting for login sequence.
USER x
331 Response to otp-md5 999 alma258 required for skey.
230 User logged in, proceed.
(some specific details have been removed)

If I then add files to upload into the global queue, then start the queue, all I get is this in the log:

Resolving host name x...
Connecting to (x) -> IP: x PORT: x
Connected to (x) -> Time = 109ms
Socket connected waiting for login sequence.

...and then it sits there. Presumably it is waiting for key exchange... This "error" looks distinctly like what happens if I tried to establish to my server a control connection using explicit ssl.... it won't work! So my question is this: if the control connection is established using implicit ssl, will queue transfers be established using implicit as well? If this must be changed somewhere, where?

Any help you could provide would be great.

Thanks!