I am using ftp_connect and the various other FTP functions to provide an automated transfer service.
Everything was working well until someone sent me these transfer specifications.
FTP port type: FTPES – FTP over explicit TLS/SSL(FTPS (SSL/TLS))
Does anyone know what this means? Does anyone know if this can be achieved with the ftp PHP functions?
You should have a look at
ftp_ssl_connect. For more information about FTPES, read http://en.wikipedia.org/wiki/FTPS#Explicit.