Keith wrote:
But that's just it , I am using ftp_pasv($idconn, true) and yes I have
placed it after the connection and login statement.
refer my other post about random ports.
--
Raditha Dissanayake.
-
http://www.radinks.com/print/upload.php
SFTP, FT
But that's just it , I am using ftp_pasv($idconn, true) and yes I have
placed it after the connection and login statement.
Any other ideas?
K
"Curt Zirzow" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> * Thus wrote Keith ([EMAIL PROTECTED]):
> > Well the servers do indeed have fir
* Thus wrote Keith ([EMAIL PROTECTED]):
> Well the servers do indeed have firewalls! But why would this be
> intermittent and how can I get around this WITHOUT removing the firewall :)
ftp servers behind firwalls tend to require PASV to be on. check
out http://php.net/ftp_pasv
Curt
--
"I used t
Keith wrote:
Well the servers do indeed have firewalls! But why would this be
intermittent and how can I get around this WITHOUT removing the firewall :)
FTP operates on two ports, the first is for the control connection and
it's on 21, the second one is for data connections and it's chosen
Well the servers do indeed have firewalls! But why would this be
intermittent and how can I get around this WITHOUT removing the firewall :)
Thanks
K
"Raditha Dissanayake" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Keith wrote:
>
> >Hi all
> >
> >Can anyone tell me what would
Hi Red
Thanks, I had wondered about connection limitations, but frankly I'd be
surprised if that were the problem.
But as we are on this subject, I use proftpd and the MaxClients value is not
set yet. As I understand it I can set MaxClients to 'none' which removes any
maximum restriction. But what
Keith wrote:
Hi all
Can anyone tell me what would cause intermittent problems downloading files
using ftp_get.
I have a php file that regularly connects to a number of servers in turn
using php's (ftp functions) and downloads files using ftp_get(...). This
usually works but often it just fails to
Maybe the max number of connections to the FTP server is reached? My
provider allows only up to 3 FTP connections at the same time which causes
similar problems to my scripts :-)
-- red
[...]
> Can anyone tell me what would cause intermittent problems downloading files
> using ftp_get.
> I have
Hi all
Can anyone tell me what would cause intermittent problems downloading files
using ftp_get.
I have a php file that regularly connects to a number of servers in turn
using php's (ftp functions) and downloads files using ftp_get(...). This
usually works but often it just fails to download a fi
9 matches
Mail list logo