PDA

View Full Version : From:iis5 To:iis6


crashnet
01-28-2005, 02:26 PM
Hi

using 2.08:
i can download from the IIS5 box to my client fine.
i can upload from my client to the II6 box.
i've enabled the registry change outlined in the how-to section of this site.
I've tried all three combinations of the alternative method.
i tried Article ID : 247132 on the destination server.

when i try to transfer it creates the destination file, but the transfer fails and i get a 0kb file on the destination server. none of the servers are behind any kind of firewall. PASV must be disabled in order to work with the source server.

has anyone been able to make IIS5 to IIS6 work ?

thanks much

TC

[L] PASV
[L] 227 Entering Passive Mode (XXX,XXX,XXX,86,14,225).
[R] PORT XXX,XXX,XXX,86,14,225
[R] 200 PORT command successful.
[R] STOR ftp.html
[R] 150 Opening ASCII mode data connection for ftp.html.
[L] RETR ftp.html
[R] 425 Can't open data connection.
[L] ABOR
[L] 225 ABOR command successful.
[R] ABOR
[R] 225 ABOR command successful.
[R] Transfer Failed!
[L] PORT XXX,XXX,XXX,112,13,190
[L] 200 PORT command successful.
[L] LIST -al
[L] 150 Opening ASCII mode data connection for /bin/ls.
[L] 226 Transfer complete.
[L] List Complete: 1 KB in 1.24 seconds (1.1 KB/s)
[R] PASV
[R] 227 Entering Passive Mode (XXX,XXX,XXX,119,4,12).
[R] Opening data connection IP: XXX,XXX,XXX.119 PORT: 1036
[R] LIST -al
[R] 125 Data connection already open; Transfer starting.
[R] 226 Transfer complete.
[R] List Complete: 47 bytes in 0.94 seconds (0.0 KB/s)
Transfer queue completed
1 File failed to transfer

MxxCon
01-28-2005, 04:14 PM
http://forum.flashfxp.com/showthread.php?s=&threadid=4745

crashnet
01-30-2005, 10:05 PM
sorry.

* FlashFXP v[2].[08], build [1045], [ ]registered, [X]unregistered, [ ]pirated
* OS [ ] WinXP, [X ] Win2K, [ ] Win98, [ ] WinME, [X] Win2003
* Running behind NAT/router [ ] Yes & Model [ ], [X] No, [ ] Not sure
* Running firewall [ ] Yes, Name [ ], Ver. [ ], or [X] No
* Running Antivirus [ ] Yes, Name [ ] or [X] No
* Network [ ] xDSL, [ ] CABLE, [ ] Dail-Up, [X] 100BT to OCs

MxxCon
01-31-2005, 04:12 AM
are you trying to FXP between server on internet and on your lan?

crashnet
01-31-2005, 09:19 AM
between two servers directly exposed to the internet. I am sitting behind a NAT.

thanks

MxxCon
01-31-2005, 05:11 PM
ok...
so NAT and Firewall info you provided above is incorrect?

you say none of the servers are behind any firewalls yet you say that one server must be connected using PASV mode

crashnet
01-31-2005, 06:05 PM
pardon me, the iis5 box transfers only work when passive is OFF. if I turn pasv ON I get the error below:

[R] PASV
[R] 227 Entering Passive Mode (XXX,XXX,XXX,XXX,12,158).
[R] Opening data connection IP: XXX,XXX,XXX,XXX PORT: 3230
[R] Data Socket Error: Connection timed out
[R] Transfer Failed!

so yes, none of the servers are behind a firewall, and I am behind a NAT router.

thanks

Linkster
01-31-2005, 06:51 PM
the server must be behind a firewall OR nat if it's not accepting pasv mode connections.

MxxCon
01-31-2005, 09:36 PM
ok, you say in order for that server to work, you must use PORT command, however in your original FXP log you have that server get PASV command.
so your alternative fxp settings are misconfigured.
you need to change them so that your iis5 server gets PORT command.

crashnet
02-01-2005, 06:58 AM
[L] PORT 192,168,19,112,13,190
[L] 200 PORT command successful.

the LEFT server is the IIS5 one that requires PASV off.

MxxCon
02-01-2005, 03:53 PM
which is exactly what is showing in your logs
[L] PASV
[L] 227 Entering Passive Mode (XXX,XXX,XXX,86,14,225).
you need work with 'alternative fxp' settings to get them correct.