atitthaker Posted August 26, 2006 Share Posted August 26, 2006 We have SITE commands in PHP which we are passing when working with FTP right?What does "SITE"? Is it short name for anything or something like that? Link to comment https://forums.phpfreaks.com/topic/18689-site-commands/ Share on other sites More sharing options...
radar Posted August 26, 2006 Share Posted August 26, 2006 Well not quite sure I understand what you are talking about here -- perhaps a little code snippet will help. Link to comment https://forums.phpfreaks.com/topic/18689-site-commands/#findComment-80569 Share on other sites More sharing options...
atitthaker Posted August 26, 2006 Author Share Posted August 26, 2006 ftp_site()Sends a SITE command to the server (PHP 3 >= 3.0.15, PHP 4, PHP 5) bool ftp_site ( resource ftp_stream, string command )I am talking about this function. In this function as command u are passing SITE command. Link to comment https://forums.phpfreaks.com/topic/18689-site-commands/#findComment-80613 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.