crossline Posted March 30, 2006 Share Posted March 30, 2006 Hi all,I want to know what the different between ftp_connect() and fsockopen() if I use these functions to transfer file (FTP). I already tried both to transfer files. Which one is better to used and why? Thank you Link to comment https://forums.phpfreaks.com/topic/6203-different-between-ftp_connect-and-fsockopen/ Share on other sites More sharing options...
redbullmarky Posted March 30, 2006 Share Posted March 30, 2006 have you checked the manual?ftp - File Transfer Protocol - [a href=\"http://www.php.net/ftp_connect\" target=\"_blank\"]http://www.php.net/ftp_connect[/a]fsockopen - Sockets - [a href=\"http://www.php.net/fsockopen\" target=\"_blank\"]http://www.php.net/fsockopen[/a]definitely the best place to start.CheersMark Link to comment https://forums.phpfreaks.com/topic/6203-different-between-ftp_connect-and-fsockopen/#findComment-22390 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.