Log in

View Full Version : fxp site to site transfer failing all the time :( Hints ?


twisted
10-27-2002, 10:27 AM
Trying to fxp some files from a sites that other people can fxp from ,
im sitting behind a Dlink 804 Switch

150 Opening data connection for test.test (797 bytes).
425 Cannot open data connection (10060).

MxxCon
10-27-2002, 07:04 PM
not enough info.
post complete timestamped status log, your flashfxp build, os, ftpd both servers use, etc

The DareDevil
10-28-2002, 02:05 PM
Thought I'd save some space on the board by posting my question here; I have a problem similar to twisted's.

I am trying to FXP between two sites outside of my network and continuously lose with file transfers.

230 User admin logged in.
SYST
215 UNIX Type: L8
REST 100
350 Restarting at 100. Send STORE or RETRIEVE to initiate transfer.
REST 0
350 Restarting at 0. Send STORE or RETRIEVE to initiate transfer.
PWD
257 "/home/admin" is current directory.
CWD /var/www/html/bp6mod/
250 CWD command successful.
PWD
257 "/var/www/html/bp6mod" is current directory.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (64,246,23,206,149,226).
LIST -al
150 Opening ASCII mode data connection for file list
226 Transfer complete.
TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode (64,246,23,206,149,227).
PORT 64,246,23,206,149,227
200 PORT command successful.
STOR BP6 Mod4.doc
RETR BP6 Mod4.doc
150 Opening BINARY mode data connection for BP6 Mod4.doc(696832 bytes).
425 Can't open data connection.

It either hangs when sending the “stor” command, or it attempts the 150 and finishes with “Can’t open data connection” (depending on the site settings). I’m using build 902 of FlashFXP, WindowsXP, and I’m behind a Linksys router… I browsed through the message board but didn’t come up with any answers.

Thanks for your time!

The DareDevil
10-28-2002, 02:49 PM
No matter what my settings are, the program sends a "port" command right after the "pasv" command on file transfers... Weird?

MxxCon
10-28-2002, 04:59 PM
Originally posted by The DareDevil
No matter what my settings are, the program sends a "port" command right after the "pasv" command on file transfers... Weird? that's how it supposed to work.
one site does PASV and one PORT.
try to enable/disable alternative fxp mode

The DareDevil
10-28-2002, 05:40 PM
Shouldn't they both be porting?

MxxCon
10-28-2002, 11:29 PM
no.
w/ fxp you ask 1st site to which port to connect to(PASV), and you tell other site to connect to 1st one(PORT)

twisted
10-29-2002, 10:30 AM
FLashFxp Build 902
Running Xp Pro
D-Link 804


Server 1 : G6 Server 2.0x
No Firewall

Server 2: Bulletproof G6
No Firewall

[15:50:44] ABOR
[15:50:44] 226 ABOR command successful.
[15:50:44] ABOR
[15:50:45] 226 ABOR command successful.
[15:50:45] Transfer Failed!
[15:50:45] 1 File failed to transfer
[15:50:45] User Aborted
[15:50:47] PASV
[15:50:47] 227 Entering Passive Mode (212,202,182,242,194,140).
[15:50:47] PORT 212,202,182,242,194,140
[15:50:47] 226 Transfer ok
[15:50:47] STOR test.sfv
[15:50:48] 200 Port command successful.
[15:50:49] RETR test.sfv
[15:50:49] 150 Opening data connection for test.sfv (1173 bytes).
[15:51:10] 425 Cannot open data connection (10060).

twisted
10-31-2002, 01:07 PM
anyone ?