February 10, 201016 yr Hi, I was wondering if anyone here has created their own custom ftp client using PHP before. I'm looking at developing one of my own (just for the hell of it) and i'm curious as to how others have constructed theirs before. If anyone can provide any advice on where to start i'd be pretty happy! Thanks, Mark
February 10, 201016 yr One of the easiest (most secure) and better ways of doing this would be using the inbuilt PHP library. http://uk.php.net/ftp Make a wrapper for it and it'll be perfectly portable.
Create an account or sign in to comment