[PHP] FTP - Can't build data connection

2003-07-26 Thread Suhas Pharkute
Hi I am writing a FTP application. When I upload a file I am getting following error, Warning: ftp_put(): Can't build data connection: Connection refused. There is no error for connection/login to ftp site. can any one help? Thanks, Suhas _ Encrypt your PHP

Re: [PHP] FTP - Can't build data connection

2003-07-26 Thread Andrew Brampton
at the manual says that you should use ftp_pasv to make that happen. Hope this helps Andrew - Original Message - From: Suhas Pharkute [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, July 26, 2003 11:29 PM Subject: [PHP] FTP - Can't build data connection Hi I am writing a FTP