View Single Post
Old 10-28-2002, 02:05 PM  
The DareDevil
Junior Member
 
Join Date: Oct 2002
Posts: 3
Default

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.
Code:
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 is offline