On Thu, June 8, 2006 10:16 pm, kristianto adi widiatmoko wrote:
> can php do transfer file betwen 2 server without using ftp function
> socket that use ftp port

If you want to re-write all the FTP stuff in PHP, with
http://php.net/fsockopen and fgets and fputs, sure, you could do
that...

Kinda silly to re-invent the wheel, but you could.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to