irshad_84 Posted March 30, 2009 Share Posted March 30, 2009 HI, I want to make a ftp server as a academic project. i am not building a web application. my prof has just mentioned this much, i dont know where to start my work . i am really very very confused. my project is in php(i am an amateur php coder) can someone guide me in this ... reply here or feel free to mail me at irshad_21084@yahoo.com Quote Link to comment https://forums.phpfreaks.com/topic/151832-ftp-server/ Share on other sites More sharing options...
corbin Posted March 30, 2009 Share Posted March 30, 2009 You need to write an FTP server in PHP? That's gonna be a bitch as far as performance goes. Anyway, you will want socket functions. socket_create should get you started. Quote Link to comment https://forums.phpfreaks.com/topic/151832-ftp-server/#findComment-797255 Share on other sites More sharing options...
Maq Posted March 30, 2009 Share Posted March 30, 2009 Found this on Google. Looks like it may help you out creating a good design. Not sure if it's any good but it's worth taking a look at, and it uses sockets. http://www.raditha.com/php/ftp/ EDIT: Just saw you wanted a server, not a client. I'll leave this up just in case you find it useful. * Searches google again * Quote Link to comment https://forums.phpfreaks.com/topic/151832-ftp-server/#findComment-797302 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.