Can ftp_ssl_connect handle Implicit FTP over TLS? By default it uses explicit.

I'm trying to upload to a server that accepts only Implicit ftp over tls on port 990; has anybody run into this as of yet? How did you fix it?

link|improve this question

1  
IIRC, it doesn't support implicit. I think I've run in to that a few times myself. – Orbling Jul 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 Fountain Jul 5 '11 at 23:17
thanks for the edit and comments – Rasiel Jul 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. – pwaring Jan 16 at 16:14
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.