PHP Classes

Very nice class! I've been working with it for a few days now...

Recommend this page to a friend!

      Advanced FTP client class  >  All threads  >  Very nice class! I've been working...  >  (Un) Subscribe thread alerts  
Subject:Very nice class! I've been working...
Summary:Package rating comment
Messages:5
Author:Patrick Metz
Date:2008-05-29 19:28:51
Update:2009-05-14 07:52:38
 

Patrick Metz rated this package as follows:

Utility: Good
Consistency: Good
Documentation: Insufficient
Examples: Sufficient

  1. Very nice class! I've been working...   Reply   Report abuse  
Picture of Patrick Metz Patrick Metz - 2008-05-29 19:28:51
Very nice class! I've been working with it for a few days now, and I think it's fast and reliable and has all the FTP-features you need, except for... uhm... maybe... Server-to-Server transfers ;-) What else can you ask for? The only thing that I miss, is a way to provide a callback function, to get detailed information of the progress of single filetransfers e.g. percentage values or already transferred bytes. So, I'm adding my own at this moment ;-)

Greetings from Germany
Patrick Metz

  2. Re: Very nice class! I've been working...   Reply   Report abuse  
Picture of Alexey Dotsenko Alexey Dotsenko - 2008-06-05 08:13:03 - In reply to message 1 from Patrick Metz
Hi!
I already think about server-to-Server transfers, but i have no any server that allow this. So if you create this functions - i'll add them to this class.

About callback...native PHP FTP functions not provide such ability, so in socket replacement functions i'll not want to do this. Of course you can overload my methods and create callback ability

  3. Re: Very nice class! I've been working...   Reply   Report abuse  
Picture of Gerard Frazat Gerard Frazat - 2009-03-19 23:13:17 - In reply to message 1 from Patrick Metz
How do you use that class ?
It do not work on my servor (netfirms)
Greetings

  4. Re: Very nice class! I've been working...   Reply   Report abuse  
Picture of William Bradley Rouse William Bradley Rouse - 2009-05-14 01:21:08 - In reply to message 3 from Gerard Frazat
Greetings from Minnesota:
I started using this last night modifying the sample that was included in the zip package. I am a window user.
I can connect and change directory but my uploads and downloads are failing but I am sure that's me not the package. I'll have to play with this more but I am excited about this for a project that I am working on.
I would like to see more samples and/or communicate more on using this tool. Lovely!
WBR

  5. Re: Very nice class! I've been working...   Reply   Report abuse  
Picture of William Bradley Rouse William Bradley Rouse - 2009-05-14 07:52:38 - In reply to message 4 from William Bradley Rouse
Got my uploads and downloads to work, but how would I get a simple directory listing that you would see in a MS-DOS command window?
Thanks!