PDA

View Full Version : FTP failure in EE 1.5 RC4


loupgarou
3rd of August 2004 (Tue), 20:43
msg 3989 | internal ftp: ERROR: unable to connect to server (server not responding in 30 seconds). Exiting...
msg 3988 | internal ftp: 127.0.0.1 localhost
msg 3987 | internal ftp: local: FTP TEST PROCEDURE STARTED
msg 3986 | internal ftp: local

----
it was working fine before for at least a month, today it stopped working for no reason.

any clues?

Pekka
4th of August 2004 (Wed), 02:50
If you did not do any changes in EE ftp server settings then the reason is that either your ftp server is down or firewalled for your IP.

loupgarou
4th of August 2004 (Wed), 10:13
server: 127.0.0.1
port: 21
errno: 10060
errstr: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
timeout: 60

if I try to connect upload.

suspect firewall,. will check, what would be the process name anyway?

Pekka
4th of August 2004 (Wed), 12:45
It's a socket connect from PHP (localhost) to port 21, data transfer port is random (passive mode) but that does not affect connect procedure.