> 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 last 128B is TAG (ID3v1). So I
send a REST command (REST 4000) and I get last 128B of the file - Title,
Artist, Album... I dont need download gigabytes of data but I only need
a few bytes...

I can use sockets, but ftp uses 2 connections - for commands and for
data and it's a little complicated...

Tomas Vasek

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to