Re: Multiple FTP Servers

2020-09-04 Thread Statler, David
Hi Roberto, Yes, you can have multiple FTP servers running listening on different ports and only one TCP/IP stack. We are doing this today. We have a unsecure FTP server (that we're actually trying to get rid of) and a FTPS server listening on different ports. Thanks, David -Original

Re: setting up CSSMTP to use TLS-SSL

2020-09-01 Thread Statler, David
We have ours setup to use TLS from CSSMTP to an internal Proofpoint mail server. We have Secure set to Yes in the CSSMTP config and then use Policy Agent (AT-TLS) to handle the handshake. David -Original Message- From: IBM Mainframe Discussion List On Behalf Of Brian Westerman Sent:

Re: Sending email from the Mainframe

2020-08-28 Thread Statler, David
You may be able to utilize the "Undeliverable" feature in the CSSSMTP Config setup. You can specify the action to take (store or delete) on a dead letter and a unix directory to store it in. David -Original Message- From: IBM Mainframe Discussion List On Behalf Of Sasso, Len Sent:

Re: Pagent hangover

2020-08-05 Thread Statler, David
In your Pagent config, on the TcpImage statement, are you coding the FLUSH and PURGE options? If so, when you recycle Pagent, it should then pick up the new settings. You can also use the Modify Refresh command which should flush the old settings, so that you don't have to stop/start the

Re: Cl/Supersession

2020-06-02 Thread Statler, David
We also use CL/SuperSession. Users connect to the system using a TN3270 client. Depending on their subnet, some users get the SuperSession logon screen when they connect, others get the VTAM MSG10 screen. That is all controlled inside the telnet server of course. From the MSG10 screen, they

Re: PCOMM printer session display is blank

2019-09-23 Thread Statler, David
Jake, Once you start up the PCOMM printer session, you will see it Active in VTAM, but you won't see the ACT/S until it is in session with something (like getting Acquired in a CICS region). We use a different emulator than PCOMM, so I can't really speak to how it's supposed to act. If we

Re: SFTP Special Charcters

2019-09-19 Thread Statler, David
a Cyrillic x3270 and a UTF-8 desktop. There's an ISPF function to show the terminal code page. (I hate EBCDIC!) >On Thu, Sep 19, 2019 at 1:46 PM Statler, David wrote: >> >> In the mainframe's FTP server settings (in FTP.DATA), you can set what your >> "default" w

Re: SFTP Special Charcters

2019-09-19 Thread Statler, David
In the mainframe's FTP server settings (in FTP.DATA), you can set what your "default" will be with the SBDATACONN (or MBDATACONN) parm. In my case I have SBDATACONN(IBM-1047,IBM-850) coded. I was trying to FTP from Windows a file that contains the character " é " to the mainframe. When

Re: SFTP Special Charcters

2019-09-19 Thread Statler, David
I'm dealing with the exact same thing (except going from Windows to Mainframe). In your FTP client, you should be able to have it issue the following command: quote site sbdataconn=(IBM-1047,ISO8859-1) Which should help in the translation, but it's not working for me. I've got an open case

Re: CA-1 migration to RMM

2019-09-18 Thread Statler, David
Try this: http://www.redbooks.ibm.com/abstracts/sg246241.html David -Original Message- From: IBM Mainframe Discussion List On Behalf Of Nai, Dean Sent: Wednesday, September 18, 2019 11:25 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: CA-1 migration to RMM We are planning on migrating from

Re: SSL FTP....

2019-06-27 Thread Statler, David
After issuing the userid and password to log in to the remote server, issuethe locsite command of Firewall Friendly: LOCSITE FWF Hope that helps! David Statler -Original Message- From: IBM Mainframe Discussion List On Behalf Of Brian France Sent: Thursday, June 27, 2019 1:08 PM To: