Invalid PORT Command

Invalid PORT Command

3
NewbieNewbie
3

    Feb 12, 2005#1

    I have my server ftp port set to 343. UltraEdit gives me error code 500 Invalid PORT Command.

    Is there any way round this? Why won't UE recognise port 343?

    63
    Advanced UserAdvanced User
    63

      Feb 12, 2005#2

      Hi Zuber

      I hope this is this easy!

      On the FTP Accounts page, lower right corner you can type in a port # to use.

      "FTP/Proxy Port:" default is Port 21
      Type over the number 21.

      Hope that Helpls

      3
      NewbieNewbie
      3

        Feb 12, 2005#3

        Thanks for your reply. Sorry I didn't make myself clear, yes, I have set the port select to 343.

        63
        Advanced UserAdvanced User
        63

          Feb 13, 2005#4

          Hi Zuber

          I knew it couldn't be that easy!

          If no one answers this, I'd fire off a email to [email protected]

          They are very good at getting back to you very quickly!

          Sorry I'm not smart enough to answer your question.

          3
          NewbieNewbie
          3

            Feb 16, 2005#5

            This is the server conversation that I get - if it's any help!

            250 CWD command successful.
            PWD
            257 "/" is current directory.
            CWD /
            250 CWD command successful.
            PWD
            257 "/" is current directory.
            PWD
            257 "/" is current directory.
            PORT 10,0,0,3,81,222
            500 Invalid PORT Command.

            1
            NewbieNewbie
            1

              Nov 25, 2005#6

              The "Invalid PORT" error has nothing to do with the port where your service is running. It's all about the FTP/SFTP command "PORT" which shows up in your logs:
              zuber wrote:PORT 10,0,0,3,81,222
              500 Invalid PORT Command.
              This is an attempt to open a data connection from the server to IP address 10.0.0.3 on port 20958 (or (81 * 65536) + 222), which is not working.

              You may just need to use passive FTP. Try going to the "Accounts" dialog, then click the "Advanced" button and check the box marked "Passive Transfers (for firewalls)" immediately above the combo box for "Server Type".