forgive me please if this has been posted before, I have searched the site for it, but as the search parameters in this case are three letter words, it did not yield any result. And yes, I also used searches with words in quotes, but those did not yield results either.
When I want to transfer files from my former website to my new one here, I can download them from there and upload them here. If I do not have a local copy that is. But just to make sure that all the revisions of PHP and HTML files are in place, I would prefer to use FXP. Which is something like "File eXchange Protocol", a subset of the FTP protocol if I am not mistaken. Basically, it transfers files directly from one site to another. All that you send and receive is the commands, but not the files themselves. Now when I do this using Flash FXP, which is a superb FTP client, I get an error message like
CODE
[02:36:31] [L] PASV
[02:36:31] [L] 227 Entering Passive Mode (213,202,241,26,160,174).
[02:36:32] [R] PORT 213,202,241,26,160,174
[02:36:32] [R] 500 Illegal PORT command
[02:36:32] Site to Site Transfer Failed! (Attempting alternative method)
[02:36:33] [R] PASV
[02:36:33] [R] 227 Entering Passive Mode (64,69,46,210,208,235).
[02:36:34] [L] PORT 64,69,46,210,208,235
[02:36:34] [L] 500 Illegal PORT command
[02:36:34] Site to Site Transfer Failed!
[02:36:34] [R] Transfer Failed!
Now, error code 500 stand for "Syntax error, command unrecognized. This may include errors such as command line too long." If I understand if right, and please correct me if I don't, the command PORT is not recognized by the server.
My question is: Is this done deliberately in the setup of the server or is my client the problem? I know from experience, that some site ops do not permit site to site transfers because of security reasons.
This is NOT acomplaint, please don't get it wrong. No problem for me to first d/l and then u/l. I am just asking out of the curosity of a FTP veteran.

