Go Back   FlashFXP Forums > >

General Discussion Need help? Have a problem? Let us help you. Bug reports and feature requests should be made using the Bug Tracker or Feature Tracker

Closed Thread
 
Thread Tools Rate Thread Display Modes
Old 04-17-2007, 08:19 AM   #1
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  
Old 04-17-2007, 08:20 AM   #2
Extasy2
Junior Member
 
Join Date: Apr 2007
Posts: 3
Default

Now from A to B
Code:
[14:59:49] [L] En train de se connecter à A -> IP=192.168.0.1 PORT=2100
[14:59:49] [L] Connecté à A
[14:59:49] [L] 220-Serv-U FTP Server v6.3 for WinSock ready...
[14:59:49] [L] USER Extasy
[14:59:49] [L] 331 User name okay, need password.
[14:59:49] [L] PASS (hidden)
[14:59:49] [L] 230 User logged in, proceed.
[14:59:49] [L] SYST
[14:59:49] [L] 215 UNIX Type: L8
[14:59:49] [L] FEAT
[14:59:49] [L] 211-Extension supported
[14:59:49] [L]  PROT
[14:59:49] [L]  CCC
[14:59:49] [L]  CLNT
[14:59:49] [L]  MDTM
[14:59:49] [L]  MDTM YYYYMMDDHHMMSS[+-TZ];filename
[14:59:49] [L]  SIZE
[14:59:49] [L]  SITE PSWD;EXEC;SET;INDEX;ZONE;CHMOD;MSG
[14:59:49] [L]  REST STREAM
[14:59:49] [L]  XCRC filename;start;end
[14:59:49] [L]  MODE Z
[14:59:49] [L]  MLST Type*;Size*;Create;Modify*;Win32.ea*;
[14:59:49] [L] 211 End
[14:59:49] [L] CLNT FlashFXP 3.4.0.1145
[14:59:49] [L] 200 Noted.
[14:59:49] [L] PWD
[14:59:49] [L] 257 "/d:/Temp/ftp" is current directory.
[15:00:06] [R] En train de se connecter à B -> DNS=B IP=x.x.x.x PORT=x
[15:00:06] [R] Connecté à B
[15:00:06] [R] 220-xFTPd SERVER v0.3b
[15:00:06] [R] 220-Connection accepted from x.x.x.x.
[15:00:06] [R] 220 Service ready for new user.
[15:00:06] [R] USER Extasy
[15:00:09] [R] 331 User name okay, need password.
[15:00:09] [R] PASS (hidden)
[15:00:09] [R] 230 User logged in, Extasy.
[15:00:09] [R] SYST
[15:00:10] [R] 215 UNIX Type: L8.
[15:00:10] [R] FEAT
[15:00:10] [R] 211-Extension supported:
[15:00:10] [R]  CLNT
[15:00:10] [R]  SIZE
[15:00:10] [R]  PRET
[15:00:10] [R] 211 End
[15:00:10] [R] CLNT FlashFXP 3.4.0.1145
[15:00:12] [R] 200 Noted.
[15:00:12] [R] PWD
[15:00:12] [R] 257 "/" is current directory
[15:00:19] [R] CWD Example
[15:00:20] [R] 250 Requested file action okay, completed.
[15:00:20] [R] PWD
[15:00:20] [R] 257 "/Example" is current directory
[15:00:20] [R] TYPE A
[15:00:20] [R] 200 Command okay.
[15:00:20] [R] PRET LIST
[15:00:20] [R] 200 OK, next transfer will be from master.
[15:00:20] [R] PASV
[15:00:21] [R] 227 Entering Passive Mode (x,x,x,x,156,201).
[15:00:21] [R] Ouverture d'une connexion de données IP : x.x.x.x PORT : 40137
[15:00:21] [R] LIST -al
[15:00:22] [R] 125 Data connection already open; transfer starting.
[15:00:22] [R] 226 Closing data connection.
[15:00:22] [R] Liste Terminée: 181 octets en 2,63 secondes (0,1 KB/s)
[15:00:28] [L] CWD /d:/Temp/ftp/Example
[15:00:28] [L] 250 Directory changed to /d:/Temp/ftp/Example
[15:00:28] [L] PWD
[15:00:28] [L] 257 "/d:/Temp/ftp/Example" is current directory.
[15:00:28] [L] TYPE A
[15:00:28] [L] 200 Type set to A.
[15:00:28] [L] À l'écoute sur le PORT : 2752, En attente de connexion.
[15:00:28] [L] PORT 192,168,0,1,10,192
[15:00:28] [L] 200 PORT Command successful.
[15:00:28] [L] LIST -al
[15:00:28] [L] 150 Opening ASCII mode data connection for /bin/ls.
[15:00:28] [L] 226 Transfer complete.
[15:00:28] [L] Liste Terminée: 385 octets en 0,13 secondes (3,0 KB/s)
[15:00:28] [R] MKD /Example/Example
[15:00:28] [R] 250 Requested file action okay, completed.
[15:00:28] [R] CWD /Example/Example
[15:00:28] [R] 250 Requested file action okay, completed.
[15:00:28] [R] PWD
[15:00:28] [R] 257 "/Example/Example" is current directory
[15:00:28] [R] PRET LIST
[15:00:29] [R] 200 OK, next transfer will be from master.
[15:00:29] [R] PASV
[15:00:29] [R] 227 Entering Passive Mode (x,x,x,x,156,202).
[15:00:29] [R] Ouverture d'une connexion de données IP : x.x.x.x PORT : 40138
[15:00:30] [R] LIST -al
[15:00:30] [R] 125 Data connection already open; transfer starting.
[15:00:30] [R] 226 Closing data connection.
[15:00:31] [R] Liste Terminée: 0 octets en 2,45 secondes (0,0 KB/s)
[15:00:31] [L] PASV
[15:00:31] [L] 227 Entering Passive Mode (192,168,0,1,8,59)
[15:00:31] [R] PORT 192,168,0,1,8,59
[15:00:32] [R] 200-Will use data host 192.168.0.1 on port 2107
[15:00:32] [R] 200 Command okay.
[15:00:32] [R] STOR file1.sfv
[15:00:32] [R] 150 Opening ASCII mode data connection for file1.sfv on SLAVE1
[15:00:32] [L] RETR file1.sfv
*** Here I pressed abort, knowing it won't work ***
Code:
[15:00:34] [L] ABOR
[15:00:34] [L] 226 ABOR command successful.
[15:00:34] [R] ABOR
[15:00:40] [R] 451-Your FTP client is SHIT.
[15:00:40] [R] 451-Requested action aborted.
[15:00:40] [R] 451-Broken FTP client.
[15:00:40] [R] 451 ABOR command successful.
[15:00:50] [R] QUIT
[15:00:50] [R] Déconnecté: A
[15:00:50] [R] Échec du Transfert!
[15:00:50] Annulé par l'Utilisateur
[15:00:51] [L] QUIT
[15:00:51] [L] Déconnecté: B
I wonder how i have to configure Flashfxp to get this thing working, although i'm not even sure it's an issue from flashfxp, serv-u may be the problem. At least i'd know. Be that as it may, thank you in advance for your help. And sorry for my english, as you may have noticed, i'm french :-)

Last edited by Extasy2; 04-17-2007 at 08:27 AM.
Extasy2 is offline  
Old 04-17-2007, 08:31 AM   #3
MxxCon
Super Duper
FlashFXP Beta Tester
 
Join Date: Oct 2001
Location: Brooklyn, NY
Posts: 3,881
Default

your current config will not work becuase site A is on your LAN..you are connecting to it using private ip.
B to A worked becuase you told B to wait for connection and you told A where to connect to start the transfer.
A to B won't work becuase you told A to wait for connection and you told B where to connect which is a ip for your local network. B can't connect to that ip.

go to site manager and enable 'alternative fxp' for site A.
__________________
[Sig removed by Administrator: Signature can not exceed 20GB]
MxxCon is offline  
Old 04-17-2007, 09:13 AM   #4
Extasy2
Junior Member
 
Join Date: Apr 2007
Posts: 3
Default

Thank you for your explanation very clear :-)

I only checked Download (NO PASV). FXP from A to B is perfectly working now as much as B to A. Thank you very much.

I tried to check thoses boxes but for site B.


Thanks again.
Extasy2 is offline  
Closed Thread

Tags
flashfxp, ftp, fxp, upload, [l]

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 04:51 AM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)