Problem using Global Queue

I am trying to schedule a transfer and I get timeout and client closed the connection. I am able to do the transfer manually, but when I add it to the queue, it doesn't work.
I am doing an ftp over SSL Implicit.

Any suggestions?

The global queue cannot handle implicit SSL if there is no favorite for that site. Why? Because SmartFTP then only knows the URL, port, username & password to log in. When using implicit SSL, you cannot conclude from the port number whether SSL should be used or not. Solution: Add a favorite item for that site or use explicit SSL instead (which is more standard anyways).

EDIT: Modified according to mb's statement (see below) for future reference.

Hello ..

Implicit SSL works with the Global Queue. But you need to create a favorite item first.
Implicit SSL is deprecated and you shouldn't use it.

Regards,
-Mat