Re: [fw-general] Zend_File_Transfer proposal, send and receive

2008-12-09 Thread Matthew Ratzloff
> Zend_File_Transfer does only handle file transfer and not file displaying >> needs. >> >> Beside that the FTP adapter is not coded for now so there is no need to >> hassle about it. :-) >> >> Greetings >> Thomas Weidner, I18N Team Leader, Zend Framework >

Re: [fw-general] Zend_File_Transfer proposal, send and receive

2008-12-09 Thread Paweł Chuchmała
erver sends a file to a foreign destination. >>> Therefor the method is called send. >>> >>> When you don't want to send a file to the client you can still echo it >>> (display), but this is no download. >>> Zend_File_Transfer does only handle file tra

Re: [fw-general] Zend_File_Transfer proposal, send and receive

2008-12-09 Thread Thomas Weidner
probably how things work internally). Greetings Thomas Weidner, I18N Team Leader, Zend Framework http://www.thomasweidner.com - Original Message - From: "Paweł Chuchmała" <[EMAIL PROTECTED]> To: Sent: Tuesday, December 09, 2008 4:02 PM Subject: Re: [fw-general] Zend_File_Transf

Re: [fw-general] Zend_File_Transfer proposal, send and receive

2008-12-09 Thread Paweł Chuchmała
> > Beside that the FTP adapter is not coded for now so there is no need to > hassle about it. :-) > > Greetings > Thomas Weidner, I18N Team Leader, Zend Framework > http://www.thomasweidner.com > > ----- Original Message - From: "Paweł Chuchmała" < > [

Re: [fw-general] Zend_File_Transfer proposal, send and receive

2008-12-09 Thread Thomas Weidner
I18N Team Leader, Zend Framework http://www.thomasweidner.com - Original Message - From: "Paweł Chuchmała" <[EMAIL PROTECTED]> To: Sent: Tuesday, December 09, 2008 10:43 AM Subject: [fw-general] Zend_File_Transfer proposal, send and receive Hi. I don't understand wh

[fw-general] Zend_File_Transfer proposal, send and receive

2008-12-09 Thread Paweł Chuchmała
Hi. I don't understand when I should use send() and receive() methods. I think that send() should send file(s) from place where our application is to another place. And receive() should receive file to place where application is. For example, if I want store at ftp server file from user uploaded b