View Single Post
Old 04-17-2007, 08:19 AM  
Extasy2
Junior Member
 
Join Date: Apr 2007
Posts: 3
Default FXP from B to A ok but not from A to B

Hello everybody :-)

Here are the basics infos

* FlashFXP v3.4.0 build 1145 unreg
* OS Windows XP Professional, Service Pack 2 (5.1 - 2600) (up to date)
* Running behind NAT/router yes, "Freebox" from the french provider "Free".
* Running firewall No
* Running Antivirus Nod32
* Network ADSL


Here is the problem.
Server A is running Serv-u 6.3.0.0 (free version)
Server B is running xFTPd 0.3b (a distributed FTP daemon).

I'd like to fxp from A to B. B being a distributed FTP daemon, it needs the PRET command to start receiving the upload. The command never comes. However, from B to A, no problem.
See logs below.

This is from B to A (working though)
Code:
[14:42:33] [L] En train de se connecter à A -> IP=192.168.0.1 PORT=2100
[14:42:33] [L] Connecté à A -> IP=192.168.0.1 PORT=2100
[14:42:33] [L] 220-Serv-U FTP Server v6.3 for WinSock ready...
[14:42:33] [L] USER Extasy
[14:42:33] [L] 331 User name okay, need password.
[14:42:33] [L] PASS (hidden)
[14:42:33] [L] 230 User logged in, proceed.
[14:42:33] [L] SYST
[14:42:33] [L] 215 UNIX Type: L8
[14:42:33] [L] FEAT
[14:42:33] [L] 211-Extension supported
[14:42:33] [L]  PROT
[14:42:33] [L]  CCC
[14:42:33] [L]  CLNT
[14:42:33] [L]  MDTM
[14:42:33] [L]  MDTM YYYYMMDDHHMMSS[+-TZ];filename
[14:42:33] [L]  SIZE
[14:42:33] [L]  SITE PSWD;EXEC;SET;INDEX;ZONE;CHMOD;MSG
[14:42:33] [L]  REST STREAM
[14:42:33] [L]  XCRC filename;start;end
[14:42:33] [L]  MODE Z
[14:42:33] [L]  MLST Type*;Size*;Create;Modify*;Win32.ea*;
[14:42:33] [L] 211 End
[14:42:33] [L] CLNT FlashFXP 3.4.0.1145
[14:42:33] [L] 200 Noted.
[14:42:33] [L] PWD
[14:42:33] [L] 257 "/d:/Temp/ftp" is current directory.
[14:42:33] [L] TYPE A
[14:42:33] [L] 200 Type set to A.
[14:42:33] [L] PROT P
[14:42:33] [L] 200 PROT command OK. Using private data connection.
[14:42:33] [L] À l'écoute sur le PORT : 2715, En attente de connexion.
[14:42:33] [L] PORT 192,168,0,1,10,155
[14:42:33] [L] 200 PORT Command successful.
[14:42:33] [L] LIST -al
[14:42:33] [L] 226 Transfer complete.
[14:42:33] [L] Liste Terminée: 491 octets en 0,02 secondes (30,0 KB/s)
[14:42:36] [R] En train de se connecter à B
[14:42:36] [R] Connecté à B
[14:42:40] [R] 220-xFTPd SERVER v0.3b
[14:42:40] [R] 220-Connection accepted from x.x.x.x.
[14:42:40] [R] 220 Service ready for new user.
[14:42:40] [R] USER Extasy
[14:42:40] [R] 331 User name okay, need password.
[14:42:40] [R] PASS (hidden)
[14:42:43] [R] 230 User logged in, Extasy.
[14:42:43] [R] SYST
[14:42:43] [R] 215 UNIX Type: L8.
[14:42:43] [R] FEAT
[14:42:43] [R] 211-Extension supported:
[14:42:43] [R]  CLNT
[14:42:43] [R]  SIZE
[14:42:43] [R]  PRET
[14:42:43] [R] 211 End
[14:42:43] [R] CLNT FlashFXP 3.4.0.1145
[14:42:43] [R] 200 Noted.
[14:42:43] [R] PWD
[14:42:43] [R] 257 "/" is current directory
[14:43:04] [R] CWD /Example
[14:43:05] [R] 250 Requested file action okay, completed.
[14:43:05] [R] PWD
[14:43:05] [R] 257 "/Example" is current directory
[14:43:05] [R] TYPE A
[14:43:05] [R] 200 Command okay.
[14:43:05] [R] PRET LIST
[14:43:05] [R] 200 OK, next transfer will be from master.
[14:43:05] [R] PASV
[14:43:05] [R] 227 Entering Passive Mode (x,x,x,x,156,178).
[14:43:05] [R] Ouverture d'une connexion de données IP : x.x.x.x PORT : 40114
[14:43:06] [R] LIST -al
[14:43:06] [R] 125 Data connection already open; transfer starting.
[14:43:07] [R] 226 Closing data connection.
[14:43:07] [R] Liste Terminée: 331 octets en 2,58 secondes (0,1 KB/s)
[14:43:07] [L] MKD /d:/Temp/ftp/Example
[14:43:07] [L] 257 "/d:/Temp/ftp/Example" directory created.
[14:43:07] [L] CWD /d:/Temp/ftp/Example
[14:43:07] [L] 250 Directory changed to /d:/Temp/ftp/Example
[14:43:07] [L] PWD
[14:43:07] [L] 257 "/d:/Temp/ftp/Example" is current directory.
[14:43:07] [L] À l'écoute sur le PORT : 2718, En attente de connexion.
[14:43:07] [L] PORT 192,168,0,1,10,158
[14:43:07] [L] 200 PORT Command successful.
[14:43:07] [L] LIST -al
[14:43:07] [L] 226 Transfer complete.
[14:43:07] [L] Liste Terminée: 113 octets en 0,03 secondes (3,6 KB/s)
[14:43:07] [L] PROT C
[14:43:07] [L] 200 PROT command OK. Using clear data connection.
[14:43:07] [R] PRET RETR file1.sfv
[14:43:07] [R] 200 OK, next transfer will be from SLAVE1.
[14:43:07] [R] PASV
[14:43:08] [R] 227 Entering Passive Mode (x,x,x,x,157,171).
[14:43:08] [L] PORT x,x,x,x,157,171
[14:43:08] [L] 200 PORT Command successful.
[14:43:08] [L] STOR file1.sfv
[14:43:08] [L] 150 Opening ASCII mode data connection for file1.sfv.
[14:43:08] [R] RETR file1.sfv
[14:43:09] [R] 150 Opening ASCII mode data connection for file1.sfv from SLAVE1
[14:43:09] [L] 226 Transfer complete.
[14:43:11] [R] 226-Transfer from SLAVE1 is now complete
[14:43:11] [R] 226-Transfer complete: 61.00B in 0s at 194.89B/s.
[14:43:11] [R] 226 Closing data connection.
[14:43:11] Transferé: file1.sfv 61 octets en 2,81 secondes (0,0 KB/s)
[14:43:11] [R] PRET RETR file2.nfo
[14:43:12] [R] 200 OK, next transfer will be from SLAVE1.
[14:43:12] [R] PASV
[14:43:12] [R] 227 Entering Passive Mode (x,x,x,x,157,172).
[14:43:12] [L] PORT x,x,x,x,157,172
[14:43:12] [L] 200 PORT Command successful.
[14:43:12] [L] STOR file2.nfo
[14:43:12] [L] 150 Opening ASCII mode data connection for file2.nfo.
[14:43:12] [R] RETR file2.nfo
[14:43:12] [R] 150 Opening ASCII mode data connection for file2.nfo from SLAVE1
[14:43:15] [R] 226-Transfer from SLAVE1 is now complete
[14:43:15] [R] 226-Transfer complete: 3.36KB in 2s at 1.41KB/s.
[14:43:15] [R] 226 Closing data connection.
[14:43:16] [L] 226 Transfer complete.
[14:43:16] Transferé: file2.nfo 3 KB en 3,84 secondes (0,9 KB/s)
[14:43:16] [R] PRET RETR file3.zip
[14:43:17] [R] 200 OK, next transfer will be from SLAVE1.
[14:43:17] [R] PASV
[14:43:17] [R] 227 Entering Passive Mode (x,x,x,x,157,173).
[14:43:17] [L] PORT x,x,x,x,157,173
[14:43:17] [L] 200 PORT Command successful.
[14:43:17] [L] STOR file3.zip
[14:43:17] [L] 150 Opening BINARY mode data connection for file3.zip.
[14:43:17] [R] RETR file3.zip
[14:43:18] [R] 150 Opening ASCII mode data connection for file3.zip from SLAVE1
[14:44:53] [L] 226 Transfer complete.
[14:45:04] [R] 226-Transfer from SLAVE1 is now complete
[14:45:04] [R] 226-Transfer complete: 6.89MB in 1m 34s at 74.61KB/s.
[14:45:04] [R] 226-Transfer checksum: 622CDC01, SFV checksum: 622CDC01
[14:45:04] [R] 226-The transfer checksum match the sfv checksum!
[14:45:04] [R] 226 Closing data connection.
[14:45:04] Transferé: file3.zip 6,89 MB en 1 minute 45 secondes (66,6 KB/s)
[14:45:04] [L] CWD /d:/Temp/ftp
[14:45:04] [L] 250 Directory changed to /d:/Temp/ftp
[14:45:04] [L] PWD
[14:45:04] [L] 257 "/d:/Temp/ftp" is current directory.
[14:45:04] [L] TYPE A
[14:45:04] [L] 200 Type set to A.
[14:45:04] [L] PROT P
[14:45:04] [L] 200 PROT command OK. Using private data connection.
[14:45:04] [L] À l'écoute sur le PORT : 2722, En attente de connexion.
[14:45:04] [L] PORT 192,168,0,1,10,162
[14:45:04] [L] 200 PORT Command successful.
[14:45:04] [L] LIST -al
[14:45:04] [L] 226 Transfer complete.
[14:45:04] [L] Liste Terminée: 592 octets en 0,03 secondes (18,1 KB/s)
[14:45:13] [R] QUIT
[14:45:14] [L] QUIT
[14:45:14] [L] Déconnecté: B
[14:45:17] [R] Déconnecté: A
[14:45:17] La file d'attente est terminée
[14:45:17] Transféré 3,00 fichiers pour un total de 6,89 MB en 2 minutes 12 secondes (62,7 

KB/s)
This post is too long, see the second one just below.

Last edited by Extasy2; 04-17-2007 at 08:25 AM.
Extasy2 is offline