Re: FTPEXIT Question

2008-11-20 Thread Miguel Delapaz
Mike, Could you open a PMR for this? It seems our FTP server is misbehaving here. We should not be sending back the 503 in this case. Regards, Miguel Delapaz z/VM TCP/IP Development The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU wrote on 11/19/2008 10:42:25 AM: Well DRAT! Here is

Re: FTPEXIT Question

2008-11-20 Thread Schuh, Richard
To: IBMVM@LISTSERV.UARK.EDU Subject: Re: FTPEXIT Question Mike, Could you open a PMR for this? It seems our FTP server is misbehaving here. We should not be sending back the 503 in this case. Regards, Miguel Delapaz z

FTPEXIT Question

2008-11-19 Thread Michael Coffin
Hi Folks, Does anybody here use the FTPEXIT EXEC to evaluate and/or modify FTP commands? I've got an FTPS client that sends redundant PROT P commands, after the data channel has already been protected. I wrote a piece of code to check for this condition and change any redundant PROT P commands

Re: FTPEXIT Question

2008-11-19 Thread Miguel Delapaz
Mike, The return string is used to send a message back to the client when the exit rejects a command (and only if you set the return code to 4 or 12). It will reject the command with a 502 return string. There is no mechanism for modifying the command that gets sent to the server. Regards,