I tried to ftp with php's ftp functions, but was only able to upload zero byte files.  
So, I then tried to upload with fsockopen, but again, my script uploads a zero byte 
file. It bombs out at:

FTP transaction:
220 marlborough FTP server (CH/1.9) ready. 
331 Password required for [EMAIL PROTECTED] 
230 User admin logged in. 
250 CWD command successful. 
200 Type set to I. 
227 Entering Passive Mode (207,155,248,73,195,80) 

Fatal error: Maximum execution time of 90 seconds exceeded in 
c:\apache\htdocs\fnusa\releases\ftp.php on line 28

My script can be seen at http://www.financialnewsusa.com/xml/ftp.php

Any suggestions would be greatly appreciated.


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

Reply via email to