Hi,

Im using lftp v2.6.10 and v3.0.7 (thx to Alexander for fixing the segfault issue I had) in parallel, but there are some differences.

when doing a mirror in v2.6.10 I get something like

[9754] source ---> PASV

[9754] destination <--- 200 Protection set to Clear

[9754] source <--- 227 Entering Passive Mode (111,111,111,111,152,248)

[9754] source ---> RETR 00_bunnyhug-like_kissing_an_ashtray-2004-fwyh.sfv

[9754] destination ---> TYPE I

[9754] destination <--- 200 Type set to I.

[9754] destination ---> PORT 111,111,111,111,152,248

[9754] destination <--- 200 PORT command successful.

[9754] destination ---> STOR testing123.sfv

[9754] destination <--- 150 Opening BINARY mode data connection for testing123.sfv.

with v3.0.7 I get the following:

---> PASV

<--- 227 Entering Passive Mode (111,111,111,111,238,88)

---> RETR testing123.sfv

---> PORT 10,0,0,3,238,88

<--- 200 PORT command successful.

---> STOR testing123.sfv

<--- 425 Can't open data connection.

---- Closing control socket

As you can see the new version issues a port command with an internal ip address instead of using the one provided by the pasv command.

I have tried different combinations of the following settings:

ftp:passive-mode

ftp:use-fxp

ftp:fxp-passive-source

Any ideas of what I'm missing ?

Thanks

Nadeem Gulzar

Reply via email to