425 Errors on Multiple PASV downloads

Please post here if you have problems in using Wing FTP Server.
Post Reply
bglick
Posts: 2
Joined: Wed Apr 13, 2011 12:04 pm

425 Errors on Multiple PASV downloads

Post by bglick »

We have a script that traverses the directory structure within an account and then downloads all of the files. It seems to be failing with a "425 Failed to create socket." error after downloading a few files. We are seeing the behavior repeatedly. Has anyone else seen similar behavior?

(The 550 errors are expected and not part of my question.)

Here's a sample session from our log:

Code: Select all

[02] Wed, 13 Apr 2011 11:14:32 (0008146) Connected from 10.119.3.89 (local address 10.80.22.169, port 21)
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 220 Wing FTP Server ready... (UNREGISTERED WING FTP SERVER)
[03] Wed, 13 Apr 2011 11:14:32 (0008146) USER redacted
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 331 Password required for redacted
[03] Wed, 13 Apr 2011 11:14:32 (0008146) PASS **********
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 230 User redacted logged in.
[03] Wed, 13 Apr 2011 11:14:32 (0008146) TYPE I
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 200 Type set to I
[03] Wed, 13 Apr 2011 11:14:32 (0008146) CWD www-vfitrack-net
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 250 CWD command successful. "/www-vfitrack-net" is current directory.
[03] Wed, 13 Apr 2011 11:14:32 (0008146) TYPE A
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 200 Type set to A
[03] Wed, 13 Apr 2011 11:14:32 (0008146) PASV
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 227 Entering Passive Mode (50,16,211,121,4,5)
[03] Wed, 13 Apr 2011 11:14:32 (0008146) NLST
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 150 Opening data channel for directory list.
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 226 Transfer ok.
[03] Wed, 13 Apr 2011 11:14:32 (0008146) TYPE I
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 200 Type set to I
[03] Wed, 13 Apr 2011 11:14:32 (0008146) CWD integration
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 250 CWD command successful. "/www-vfitrack-net/integration" is current directory.
[03] Wed, 13 Apr 2011 11:14:32 (0008146) CDUP
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 250 CDUP command successful. "/www-vfitrack-net" is current directory.
[03] Wed, 13 Apr 2011 11:14:32 (0008146) CWD /www-vfitrack-net/integration/to_chain
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 250 CWD command successful. "/www-vfitrack-net/integration/to_chain" is current directory.
[03] Wed, 13 Apr 2011 11:14:32 (0008146) TYPE A
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 200 Type set to A
[03] Wed, 13 Apr 2011 11:14:32 (0008146) PASV
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 227 Entering Passive Mode (50,16,211,121,4,6)
[03] Wed, 13 Apr 2011 11:14:32 (0008146) NLST
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 150 Opening data channel for directory list.
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 226 Transfer ok.
[03] Wed, 13 Apr 2011 11:14:32 (0008146) TYPE I
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 200 Type set to I
[03] Wed, 13 Apr 2011 11:14:32 (0008146) CWD shipment
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 250 CWD command successful. "/www-vfitrack-net/integration/to_chain/shipment" is current directory.
[03] Wed, 13 Apr 2011 11:14:32 (0008146) CDUP
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 250 CDUP command successful. "/www-vfitrack-net/integration/to_chain" is current directory.
[03] Wed, 13 Apr 2011 11:14:32 (0008146) CWD /www-vfitrack-net/integration/to_chain/shipment
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 250 CWD command successful. "/www-vfitrack-net/integration/to_chain/shipment" is current directory.
[03] Wed, 13 Apr 2011 11:14:32 (0008146) TYPE A
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 200 Type set to A
[03] Wed, 13 Apr 2011 11:14:32 (0008146) PASV
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 227 Entering Passive Mode (50,16,211,121,4,7)
[03] Wed, 13 Apr 2011 11:14:32 (0008146) NLST
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 150 Opening data channel for directory list.
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 226 Transfer ok.
[03] Wed, 13 Apr 2011 11:14:32 (0008146) TYPE I
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 200 Type set to I
[03] Wed, 13 Apr 2011 11:14:32 (0008146) CWD trackfeed
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 250 CWD command successful. "/www-vfitrack-net/integration/to_chain/shipment/trackfeed" is current directory.
[03] Wed, 13 Apr 2011 11:14:32 (0008146) CDUP
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 250 CDUP command successful. "/www-vfitrack-net/integration/to_chain/shipment" is current directory.
[03] Wed, 13 Apr 2011 11:14:32 (0008146) CWD /www-vfitrack-net/integration/to_chain/shipment/trackfeed
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 250 CWD command successful. "/www-vfitrack-net/integration/to_chain/shipment/trackfeed" is current directory.
[03] Wed, 13 Apr 2011 11:14:32 (0008146) TYPE A
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 200 Type set to A
[03] Wed, 13 Apr 2011 11:14:32 (0008146) PASV
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 227 Entering Passive Mode (50,16,211,121,4,8)
[03] Wed, 13 Apr 2011 11:14:32 (0008146) NLST
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 150 Opening data channel for directory list.
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 226 Transfer ok.
[03] Wed, 13 Apr 2011 11:14:32 (0008146) TYPE I
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 200 Type set to I
[03] Wed, 13 Apr 2011 11:14:32 (0008146) CWD VFI20110413070853.csv
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 550 CWD command failed. "VFI20110413070853.csv": directory not found.
[03] Wed, 13 Apr 2011 11:14:32 (0008146) CWD VFI20110413070913.csv
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 550 CWD command failed. "VFI20110413070913.csv": directory not found.
[03] Wed, 13 Apr 2011 11:14:32 (0008146) CWD VFI20110413070923.csv
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 550 CWD command failed. "VFI20110413070923.csv": directory not found.
[03] Wed, 13 Apr 2011 11:14:32 (0008146) CWD VFI20110413070907.csv
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 550 CWD command failed. "VFI20110413070907.csv": directory not found.
[03] Wed, 13 Apr 2011 11:14:32 (0008146) CWD VFI20110413070918.csv
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 550 CWD command failed. "VFI20110413070918.csv": directory not found.
[03] Wed, 13 Apr 2011 11:14:32 (0008146) CWD VFI20110413070902.csv
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 550 CWD command failed. "VFI20110413070902.csv": directory not found.
[03] Wed, 13 Apr 2011 11:14:32 (0008146) CWD VFI20110413070857.csv
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 550 CWD command failed. "VFI20110413070857.csv": directory not found.
[03] Wed, 13 Apr 2011 11:14:32 (0008146) PASV
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 227 Entering Passive Mode (50,16,211,121,4,9)
[03] Wed, 13 Apr 2011 11:14:32 (0008146) RETR VFI20110413070853.csv
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 150 Data connection accepted; transfer starting for  VFI20110413070853.csv (3723 Bytes).
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 226 File sent ok.Transfer bytes:3723Bytes;Average speed is:3.636KB/s
[03] Wed, 13 Apr 2011 11:14:32 (0008146) DELE VFI20110413070853.csv
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 250 File deleted successfully
[03] Wed, 13 Apr 2011 11:14:32 (0008146) PASV
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 227 Entering Passive Mode (50,16,211,121,4,0)
[03] Wed, 13 Apr 2011 11:14:32 (0008146) RETR VFI20110413070857.csv
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 150 Data connection accepted; transfer starting for  VFI20110413070857.csv (654 Bytes).
[04] Wed, 13 Apr 2011 11:14:32 (0008146) 226 File sent ok.Transfer bytes:654Bytes;Average speed is:0.639KB/s
[03] Wed, 13 Apr 2011 11:14:33 (0008146) DELE VFI20110413070857.csv
[04] Wed, 13 Apr 2011 11:14:33 (0008146) 250 File deleted successfully
[03] Wed, 13 Apr 2011 11:14:33 (0008146) PASV
[04] Wed, 13 Apr 2011 11:14:33 (0008146) 227 Entering Passive Mode (50,16,211,121,4,1)
[03] Wed, 13 Apr 2011 11:14:33 (0008146) RETR VFI20110413070902.csv
[04] Wed, 13 Apr 2011 11:14:33 (0008146) 150 Data connection accepted; transfer starting for  VFI20110413070902.csv (285 Bytes).
[04] Wed, 13 Apr 2011 11:14:33 (0008146) 226 File sent ok.Transfer bytes:285Bytes;Average speed is:0.278KB/s
[03] Wed, 13 Apr 2011 11:14:33 (0008146) DELE VFI20110413070902.csv
[04] Wed, 13 Apr 2011 11:14:33 (0008146) 250 File deleted successfully
[03] Wed, 13 Apr 2011 11:14:33 (0008146) PASV
[04] Wed, 13 Apr 2011 11:14:33 (0008146) 227 Entering Passive Mode (50,16,211,121,4,2)
[03] Wed, 13 Apr 2011 11:14:33 (0008146) RETR VFI20110413070907.csv
[04] Wed, 13 Apr 2011 11:14:33 (0008146) 150 Data connection accepted; transfer starting for  VFI20110413070907.csv (333 Bytes).
[04] Wed, 13 Apr 2011 11:14:33 (0008146) 226 File sent ok.Transfer bytes:333Bytes;Average speed is:0.325KB/s
[03] Wed, 13 Apr 2011 11:14:33 (0008146) DELE VFI20110413070907.csv
[04] Wed, 13 Apr 2011 11:14:33 (0008146) 250 File deleted successfully
[03] Wed, 13 Apr 2011 11:14:33 (0008146) PASV
[04] Wed, 13 Apr 2011 11:14:33 (0008146) 227 Entering Passive Mode (50,16,211,121,4,3)
[03] Wed, 13 Apr 2011 11:14:33 (0008146) RETR VFI20110413070913.csv
[04] Wed, 13 Apr 2011 11:14:33 (0008146) 150 Data connection accepted; transfer starting for  VFI20110413070913.csv (285 Bytes).
[04] Wed, 13 Apr 2011 11:14:33 (0008146) 226 File sent ok.Transfer bytes:285Bytes;Average speed is:0.278KB/s
[03] Wed, 13 Apr 2011 11:14:33 (0008146) DELE VFI20110413070913.csv
[04] Wed, 13 Apr 2011 11:14:33 (0008146) 250 File deleted successfully
[03] Wed, 13 Apr 2011 11:14:33 (0008146) PASV
[04] Wed, 13 Apr 2011 11:14:33 (0008146) 227 Entering Passive Mode (50,16,211,121,4,4)
[03] Wed, 13 Apr 2011 11:14:33 (0008146) RETR VFI20110413070918.csv
[04] Wed, 13 Apr 2011 11:14:33 (0008146) 150 Data connection accepted; transfer starting for  VFI20110413070918.csv (334 Bytes).
[04] Wed, 13 Apr 2011 11:14:33 (0008146) 226 File sent ok.Transfer bytes:334Bytes;Average speed is:0.326KB/s
[03] Wed, 13 Apr 2011 11:14:33 (0008146) DELE VFI20110413070918.csv
[04] Wed, 13 Apr 2011 11:14:33 (0008146) 250 File deleted successfully
[03] Wed, 13 Apr 2011 11:14:33 (0008146) PASV
[04] Wed, 13 Apr 2011 11:14:33 (0008146) 425 Failed to create socket.
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: 425 Errors on Multiple PASV downloads

Post by FTP »

Could you please paste a screenshot about your "FTP Pasv Mode settings"?
bglick
Posts: 2
Joined: Wed Apr 13, 2011 12:04 pm

Re: 425 Errors on Multiple PASV downloads

Post by bglick »

Sorry for the delay in responding. I never saw the notification that you guys had responded... Screen shot is linked below.

http://www.diigo.com/item/image/1dw58/c4d3
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: 425 Errors on Multiple PASV downloads

Post by FTP »

Please upgrade to the latest version first, then set "Passive port range" with a larger range, like 1024 - 1124.
Post Reply