brianlange Posted February 19, 2013 Share Posted February 19, 2013 will the php function ftp_connect encrypt the handshake when provided with a ftps url or will only the data transfer be encrypted? Quote Link to comment https://forums.phpfreaks.com/topic/274703-ftp_connect-with-ftps/ Share on other sites More sharing options...
requinix Posted February 20, 2013 Share Posted February 20, 2013 (edited) ftps is FTP over SSL. As per normal SSL the first part of the handshake is in the clear and the rest is not. The entire communication from there on is encrypted. Edited February 20, 2013 by requinix Quote Link to comment https://forums.phpfreaks.com/topic/274703-ftp_connect-with-ftps/#findComment-1413530 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.