Eric Chevalier wrote:

On 14 Dec 2005 09:42:34 -0800,
[EMAIL PROTECTED] (Perryman, Brian) wrote:

.one thing that might be relevant, the (first four) numbers in the
PORT statement below do not match my target FTP server.. How do I
interpret that line in the log please?

SENT: PORT 192,168,2,1,6,190 200 Port request OK.

The IP address in the PORT command is the IP address of the FTP *client*
(your workstation), *not* the FTP server (the mainframe).

The FTP client (your workstation) has opened a socket on port 6190 in the
workstation's TCP/IP stack and is listening for a connection *from* the
FTP server. The purpose of the PORT command (sent by the FTP client) is to
give the server the IP address and port number that it (the server) needs
to connect to in order to transfer the results of the LIST command.

Are you sure about this Eric? Shouldn't it be port 1726 (6*256 + 190)?

--
-----------------------------------------------------------------
| Edward E. Jaffe                |                                |
| Mgr, Research & Development    | [EMAIL PROTECTED]    |
| Phoenix Software International | Tel: (310) 338-0400 x318       |
| 5200 W Century Blvd, Suite 800 | Fax: (310) 338-0801            |
| Los Angeles, CA 90045          | http://www.phoenixsoftware.com |
-----------------------------------------------------------------

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to