Jump to content

BIG FTP Problem


Recommended Posts

Guest Olen R. Pearson
Posted

Hi,

 

I am having a very odd problem with FTP. Basically, it won't work. The FTP

client seems to connect but then issues an error and no files appear on the

remote server. The last time I needed to use FTP was in February of this

year, and it worked fine. Now, when I try it, it goes nowhere.

 

I have tried several different FTP clients and accounts, all with the same

outcome. It is not a firewall problem; I run only Win XP Pro firewall and

have tried it with that disabled + anything else that even MIGHT effect

connections. I have tried it in Safe Mode with no success which makes me

think it is not a conflict with another app - though I don't believe I have

added anything lately.

 

I am attaching the Session Log from WS_FTP Pro to the end of this note in

case that might help.

 

HELP PLEASE!!!!!!!!!!!

 

Olen

 

######################################

 

WINSOCK.DLL: WinSock 2.0

WS_FTP Pro, Version 8.0, 2003.05.23

Finding Host nursesaregreat.com ...

[2008.08.29 05:05:50.909] Connecting to 209.92.50.51:21

[2008.08.29 05:05:50.929] Connected to 209.92.50.51:21 in 0.020028 seconds,

Waiting for Server Response

[2008.08.29 05:05:51.560] 220 vws0101.fast.net FTP server (Version

wu-2.6.1-0.6x.21) ready.

[2008.08.29 05:05:51.560] Host type (1): Automatic detect

[2008.08.29 05:05:51.560] USER nursesar

[2008.08.29 05:05:51.610] 331 Password required for nursesar.

[2008.08.29 05:05:51.610] PASS (hidden)

[2008.08.29 05:05:51.710] 230-Please read the file README

[2008.08.29 05:05:51.960] 230- it was last modified on Fri Jun 14 11:52:59

2002 - 2267 days ago

[2008.08.29 05:05:51.960] 230 User nursesar logged in.

[2008.08.29 05:05:51.960] SYST

[2008.08.29 05:05:52.010] 215 UNIX Type: L8

[2008.08.29 05:05:52.010] Host type (2): UNIX (standard)

[2008.08.29 05:05:52.010] Sending "FEAT" command to determine what features

this server supports.

[2008.08.29 05:05:52.010] FEAT

[2008.08.29 05:05:52.060] 500 'FEAT': command not understood.

[2008.08.29 05:05:52.060] Apparently, this server does not support the

"FEAT" command for automatic discovery of features.

[2008.08.29 05:05:52.060] Sending the FEAT command is optional. You can

disable it in the site options of the profile.

[2008.08.29 05:05:52.060] PWD

[2008.08.29 05:05:52.110] 257 "/home/web/n/nursesaregreat.com" is current

directory.

[2008.08.29 05:05:52.210] CWD /home/web/n/nursesaregreat.com/htdocs

[2008.08.29 05:05:52.261] 250 CWD command successful.

[2008.08.29 05:05:52.261] PWD

[2008.08.29 05:05:52.311] 257 "/home/web/n/nursesaregreat.com/htdocs" is

current directory.

[2008.08.29 05:05:52.321] TYPE A

[2008.08.29 05:05:52.361] 200 Type set to A.

[2008.08.29 05:05:52.411] PASV

[2008.08.29 05:05:52.461] 227 Entering Passive Mode (209,92,50,51,8,175)

[2008.08.29 05:05:52.461] connecting data channel to

209.92.50.51:8,175(2223)

[2008.08.29 05:06:13.411] PORT 192,168,0,3,5,54

[2008.08.29 05:06:28.923] Error reading response from server.

[2008.08.29 05:06:28.923] Port failed

[2008.08.29 05:06:54.881] QUIT

[2008.08.29 05:06:56.393] Error reading response from server.

[2008.08.29 05:06:56.393] Failed receiving response from server

[2008.08.29 05:06:56.393] Dead connections are not restarted For "QUIT"

commands.

[2008.08.29 05:06:56.393] Connection closed. Ready for next connection.

  • Replies 3
  • Created
  • Last Reply

Popular Days

Guest Anteaus
Posted

RE: BIG FTP Problem

 

 

 

"Olen R. Pearson" wrote:

> Hi,

>

> I am having a very odd problem with FTP. Basically, it won't work. The FTP

> client seems to connect but then issues an error and no files appear on the

> remote server. The last time I needed to use FTP was in February of this

> year, and it worked fine. Now, when I try it, it goes nowhere.

 

This is the key section:

> [2008.08.29 05:05:52.411] PASV

> [2008.08.29 05:05:52.461] 227 Entering Passive Mode (209,92,50,51,8,175)

> [2008.08.29 05:05:52.461] connecting data channel to

> 209.92.50.51:8,175(2223)

> [2008.08.29 05:06:13.411] PORT 192,168,0,3,5,54

> [2008.08.29 05:06:28.923] Error reading response from server.

> [2008.08.29 05:06:28.923] Port failed

 

It tells you that the attempt to open a passive- mode data channel failed.

In this, your computer attempts to connect to a port (2223) on the server,

specified in the server's reply to your PASV instruction. Failure is usually

due to either the server having a misconfigured firewall, or your computer

having a firewall that blocks outbound connections to certain port-ranges. It

may also be a problem with a router.

 

You can try active mode and see if that works better, though some

investigation into the problem may be needed.

 

http://www.slacksite.com/other/ftp.html

Guest Olen R. Pearson
Posted

Re: BIG FTP Problem

 

Thanks!! That was good info that lead me to the problem. While trying to

configure my wife's work computer to our network, some of the router

settings had been changed. These were reset to default and all works well.

 

Thanks again.

Olen

 

 

 

"Anteaus" <Anteaus@discussions.microsoft.com> wrote in message

news:3553E08A-8EF0-4267-9159-86933B06CCEE@microsoft.com...

>

>

> "Olen R. Pearson" wrote:

>

>> Hi,

>>

>> I am having a very odd problem with FTP. Basically, it won't work. The

>> FTP

>> client seems to connect but then issues an error and no files appear on

>> the

>> remote server. The last time I needed to use FTP was in February of this

>> year, and it worked fine. Now, when I try it, it goes nowhere.

>

> This is the key section:

>> [2008.08.29 05:05:52.411] PASV

>> [2008.08.29 05:05:52.461] 227 Entering Passive Mode (209,92,50,51,8,175)

>> [2008.08.29 05:05:52.461] connecting data channel to

>> 209.92.50.51:8,175(2223)

>> [2008.08.29 05:06:13.411] PORT 192,168,0,3,5,54

>> [2008.08.29 05:06:28.923] Error reading response from server.

>> [2008.08.29 05:06:28.923] Port failed

>

> It tells you that the attempt to open a passive- mode data channel failed.

> In this, your computer attempts to connect to a port (2223) on the server,

> specified in the server's reply to your PASV instruction. Failure is

> usually

> due to either the server having a misconfigured firewall, or your computer

> having a firewall that blocks outbound connections to certain port-ranges.

> It

> may also be a problem with a router.

>

> You can try active mode and see if that works better, though some

> investigation into the problem may be needed.

>

> http://www.slacksite.com/other/ftp.html

>

>

Guest CaptAmerica
Posted

Re: BIG FTP Problem

 

On Sun, 7 Sep 2008 22:22:00 -0700, Anteaus

<Anteaus@discussions.microsoft.com> wrote:

>

>

>"Olen R. Pearson" wrote:

>

>> Hi,

>>

>> I am having a very odd problem with FTP. Basically, it won't work. The FTP

>> client seems to connect but then issues an error and no files appear on the

>> remote server. The last time I needed to use FTP was in February of this

>> year, and it worked fine. Now, when I try it, it goes nowhere.

>

>This is the key section:

>> [2008.08.29 05:05:52.411] PASV

>> [2008.08.29 05:05:52.461] 227 Entering Passive Mode (209,92,50,51,8,175)

>> [2008.08.29 05:05:52.461] connecting data channel to

>> 209.92.50.51:8,175(2223)

>> [2008.08.29 05:06:13.411] PORT 192,168,0,3,5,54

>> [2008.08.29 05:06:28.923] Error reading response from server.

>> [2008.08.29 05:06:28.923] Port failed

>

>It tells you that the attempt to open a passive- mode data channel failed.

>In this, your computer attempts to connect to a port (2223) on the server,

>specified in the server's reply to your PASV instruction. Failure is usually

>due to either the server having a misconfigured firewall, or your computer

>having a firewall that blocks outbound connections to certain port-ranges. It

>may also be a problem with a router.

>

>You can try active mode and see if that works better, though some

>investigation into the problem may be needed.

>

>http://www.slacksite.com/other/ftp.html

>

It tells me your problem has nothing to do with XP.

 

Ask elsewhere


×
×
  • Create New...