Wayne Zeller wrote:
Marek Kilimajer wrote:
30 seconds? This must be your firewall blocking connections from
outside world. Use ftp_pasv() to turn on passive mode.
That did the trick. Thanks s much!
Marek shoots, Marek scores :-)
Wayne
--
PHP General Mailing List (http://www.php.net/)
To unsub
Marek Kilimajer wrote:
30 seconds? This must be your firewall blocking connections from outside
world. Use ftp_pasv() to turn on passive mode.
That did the trick. Thanks s much!
Wayne
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Wayne Zeller wrote:
Marek Kilimajer wrote:
You must use ftp_fput() because you are using open file handle.
Check that tmpfile() did not fail. Then make sure you are in the right
directory after logging in the ftp server.
That's what I get for trying to put together code for my post during
attemp
Marek Kilimajer wrote:
You must use ftp_fput() because you are using open file handle.
Check that tmpfile() did not fail. Then make sure you are in the right
directory after logging in the ftp server.
That's what I get for trying to put together code for my post during
attempts to do it several d
Wayne Zeller wrote:
My first attempt at posting this appears to have failed, so I'll try
again. My apologies if this is a duplicate...
I can't for the life of me figure out why this won't work. I am
downloading a file from a remote host via ftp, processing it and
modifying part of it, and the
My first attempt at posting this appears to have failed, so I'll try
again. My apologies if this is a duplicate...
I can't for the life of me figure out why this won't work. I am
downloading a file from a remote host via ftp, processing it and
modifying part of it, and then uploading the upda
6 matches
Mail list logo