PDA

View Full Version : Internal FTP problem in RC2


mvrekum
17th of February 2004 (Tue), 05:02
Hi Pekka,

First of all external FTP does not work on my server cause the FTP module is not installed by my hosting provider.

When using internal ftp I get the following messages:

msg 643 | internal ftp: EXIT DONE.
msg 642 | internal ftp: data sockets closed
msg 641 | internal ftp: command sockets closed
msg 640 | internal ftp: Can not build passive data connection. Error 110: Connection timed out
msg 639 | internal ftp:
$ee_passive_ip = xxx.xxx.xxx.xxx,
$ee_passive_port = 49246
$timeout = 30
msg 638 | internal ftp: OPENING NEW DATA CONNECTION
msg 637 | internal ftp: Parsed data connection address is xxx.xxx.xxx.xxx:49246
msg 636 | internal ftp: PASV: 227 Entering Passive Mode (xxx.xxx.xxx.xxx,94).
msg 635 | internal ftp: PASV
msg 633 | internal ftp: RMD: 250 RMD command successful.
msg 632 | internal ftp: RMD /httpdocs/ee/xxxxxx/UPLOAD/test/ee_ftp_test_directory_creation
msg 630 | internal ftp: CWD: 250 CWD command successful.
msg 629 | internal ftp: CWD /httpdocs/ee/admin/UPLOAD/test
msg 627 | internal ftp: CWD: 250 CWD command successful.
msg 626 | internal ftp: CWD ee_ftp_test_directory_creation
msg 624 | internal ftp: MKD: 257 "/httpdocs/ee/xxxxxx/UPLOAD/test/ee_ftp_test_directory_creation" - Directory successfully created
msg 623 | internal ftp: MKD ee_ftp_test_directory_creation
msg 621 | internal ftp: CWD: 250 CWD command successful.
msg 620 | internal ftp: CWD /httpdocs/ee/xxxxxx/UPLOAD/test
msg 619 | internal ftp: CWD: 250 CWD command successful.
msg 618 | internal ftp: CWD /httpdocs/ee/xxxxxx/UPLOAD/test
msg 616 | internal ftp: PWD: 257 "/" is current directory.
msg 615 | internal ftp: PWD
msg 614 | internal ftp: TYPE: 200 Type set to I
msg 613 | internal ftp: TYPE I

I blanked out some folder names and IP numbers.

I uploaded one image using http upload and tried to put it into a gallery using internal ftp and resize, but then I get the same error.
All used folders are writable.

FTP server setting: EXTRA: default DELAY: off

Can you help?

Martin[/code]

Pekka
17th of February 2004 (Tue), 05:29
First do the fixes outlined in

http://photography-on-the.net/forum/viewtopic.php?p=153045#153045

If that does not work perhaps your server does not accept passive transfers. In that case contact your system admin and ask them to enable passive ftp (it should be enabled).

mvrekum
17th of February 2004 (Tue), 06:23
First do the fixes outlined in

http://photography-on-the.net/forum/viewtopic.php?p=153045#153045


I made the changes, but I still get the same error.

If that does not work perhaps your server does not accept passive transfers. In that case contact your system admin and ask them to enable passive ftp (it should be enabled).


I am sure it is enabled. With my normal FTP client I also make connections using passive FTP.

Any more sugestions?

Martin

Pekka
17th of February 2004 (Tue), 07:17
You can try DUAL PASV extra mode.

The only way for me to debug this is to contact the server.
If you can mail me the ftp pass, username and server name I can check it from here and see what is going on there.

mvrekum
17th of February 2004 (Tue), 07:42
I have sent you a PM

Martin