PDA

View Full Version : 500 Bind Error - Please help


Da-Huntha
01-18-2005, 12:25 PM
* FlashFXP v3.0.2, build 1045, [X]registered, [ ]unregistered, [ ]pirated
* OS [ ] WinXP, [X] Win2K, [ ] Win98, [ ] WinME, [ ] Other
* Running behind NAT/router [X] Yes & Model [SCCC2B96], [ ] No, [ ] Not sure
* Running firewall [X] Yes, Name [Windows Firewall and Norton Internet Security], Ver. [2004], or [ ] No
* Running Antivirus [X] Yes, Name [Norton AntiVirus] or [ ] No
* Network [ ] xDSL, [X] CABLE, [ ] Dail-Up, [ ] Other

Now that is done,
Here what's wrong:

After my client goes into a Passive connection, the server returns a bin error, resulting to not return the list (no files shown).

FlashFXP log:


[R] USER admin
[R] 331 User name okay, Need password.
[R] PASS (hidden)
[R] 230 User logged in.
[R] SYST
[R] 215 UNIX Type: L8 Server
[R] FEAT
[R] 500 'FEAT': command not understood.
[R] REST 100
[R] 350 Restarting at byte offset 100. Send RETR to initiate transfer.
[R] REST 0
[R] 350 Restarting at byte offset 0. Send RETR to initiate transfer.
[R] CWD /
[R] 250 "/" is current directory.
[R] PWD
[R] 257 "/" is current directory.
[R] TYPE A
[R] 200 Type set to A.
[R] STAT -la
[R] 500 'STAT': command not understood.
[R] PASV
[R] 500 Bind Error.
[R] PORT 192,168,100,5,6,193
[R] 200 PORT command successful.
[R] LIST -al
[R] 150 Opening ASCII mode data connection for /bin/ls (1597 bytes).
[R] 226 Transfer successful.
[R] List Complete: 0 bytes in 0,69 seconds (0,0 KB/s)


Connection is made with a local server on the LAN itself with all ports enabled and open when connecting internal.

Can someone help me?
What can be wrong?
This way i cannot see the list.

In other FTP programs, it DOES return the list,
but nothing beats FlashFXP.

bigstar
01-18-2005, 02:01 PM
I suspect the "500 bind error" might be caused by the ftp server being improperly configured.

The server doesn't support "stat -al", however you have FlashFXP configured to use it. I recommend disabling the option for this site.

Da-Huntha
01-18-2005, 02:14 PM
I've disabled the FEAT and STAT -l command, but now it still does not work.
Ill consult my FTPd site and configuration and ill let know if it still occours.

Can you give me an indication of what aspects of the Server Side might be configured wrong?
Assuming the server side can be any FTPd in general.

MxxCon
01-18-2005, 06:35 PM
hmm..search on google for '500 Bind Error' showed no (useful) hits.
server admin will have to figure out what that error means...

Da-Huntha
01-18-2005, 07:02 PM
I am the server admin, of the server i try to connect.
I don't get the list error when connecting to other servers.
It must be something on my server, but i don't know what, since before the update i never had this problem.

MxxCon
01-18-2005, 11:04 PM
you'll have to contact support for whatever server you are using, since that error has nothing to do with flashfxp

Da-Huntha
01-19-2005, 04:16 PM
The problem is solved,
it indeed wasn't FlashFXP, but the FTPd.

What went wrong:

On the FTPd, Passive mode was enabled by default, directing to the same port as you connect and an outdated WAN IP, meaning, the port was already taken, and the IP couldn't "bind" because it became non exsitant.

But now it all works.

Thanks for the support anyway!