Constantin TOVISI - 2009-03-03 19:09:22
Hi everybody,
Fist of all let me congratulate everybody that contributes his time and expertise here on the phpclasses.org site. This is a unbelievable resource for all the PHP developers around the wordl.
As of my question. I'm trying to find the "best" FTP class out there. As I know "best" is not really the best way to describe the class one's looking for I'm going to tell you what I need to be able to do with this class.
- support for FTP / SFTP
- support for various port numbers
- upload / download files
- change directory
- get a list of the files in the current directories
- delete files on the server
Also, this is kind of a bonus question. Is there any way to secure the information while connecting to FTP servers from within PHP? is there any way to say, encrypt the login credentials so that they cannot be sniffed by some malicious people.
Thank you in advance for your time,
titel