[PHP-WIN] Re: How to use REST FTP command

2001-09-25 Thread Tomas Vasek
> We are using the built-in ftp functions on W2K with PHP 4.0.6. Works fine. > Is that what you require? These ftp functions work OK (ftp_put = STOR, ftp_get = RETR), but I need REST. It is good for resume, but I need it to index mp3 files on ftp server. If the mp3 file has 4128B, I know that la

[PHP-WIN] Re: How to use REST FTP command

2001-09-25 Thread John Lim
We are using the built-in ftp functions on W2K with PHP 4.0.6. Works fine. Is that what you require? See http://php.net/ftp Bye. John "Tomas Vasek" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hallo, > > is any possibility to use ftp commands (REST, RETR,