IIRC, it doesn't support implicit. I think I've run in to that a few times myself. – OrblingJul 5 '11 at 23:01
You might want to try the curl functions instead. I'm not sure if this will work for implicit but generally the options there give you a bit more control. – Tim FountainJul 5 '11 at 23:17
thanks for the edit and comments – RasielJul 6 '11 at 13:18
I fixed it by running an external Perl script (using Net::FTPSSL) via exec(), not the cleanest of solutions but if you're happy to mix languages it might help. – pwaringJan 16 at 16:14