Re: Multiple FTP Servers

2020-09-04 Thread Ron Wells
We run several..diff ports -Original Message- From: IBM Mainframe Discussion List On Behalf Of Charles Mills Sent: Friday, September 04, 2020 12:00 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Multiple FTP Servers ** EXTERNAL EMAIL - USE CAUTION ** Yep. Pretty much any 8-character

Re: Multiple FTP Servers

2020-09-04 Thread Roberto Halais
Of Roberto Halais > Sent: Friday, September 4, 2020 9:42 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Multiple FTP Servers > > Thank you all for your help. > > So I can have and ftp server named FTPD and another one named FTPS (for > example)? > > On Fri, Sep 4, 2020 a

Re: Multiple FTP Servers

2020-09-04 Thread Charles Mills
Yep. Pretty much any 8-character IBM-ish names that you want. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Roberto Halais Sent: Friday, September 4, 2020 9:42 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Multiple FTP

Re: Multiple FTP Servers

2020-09-04 Thread Roberto Halais
Thank you all for your help. So I can have and ftp server named FTPD and another one named FTPS (for example)? On Fri, Sep 4, 2020 at 12:23 PM Charles Mills wrote: > Yes, absolutely > > - To listen on two ports you need two FTP server started tasks > - Yes, you can have multiple FTP servers on

Re: Multiple FTP Servers

2020-09-04 Thread Frank Swarbrick
A couple of things... * According to https://en.wikipedia.org/wiki/FTPS, port 990 has been "reserved" as the official listener port for the FTPS data connection. * This doesn't mean you must use this port. Our FTPS server uses 8443. Apparently some brainiac thought that FTPS and HTTPS

Re: Multiple FTP Servers

2020-09-04 Thread Charles Mills
Yes, absolutely - To listen on two ports you need two FTP server started tasks - Yes, you can have multiple FTP servers on a single TCP stack. Just clone your current FTP config and proc and change the PORT specification. Try that, and then try configuring for TLS (which is more of a chore

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: Multiple FTP Servers

2020-09-04 Thread Roberto Halais
That's true. i'll have to convince security otherwise. On Fri, Sep 4, 2020 at 11:54 AM Joe Monk wrote: > Generally, for passive FTP/s, the connection is negotiated on port 21 and > then redirected to a higher port. > > Joe > > On Fri, Sep 4, 2020 at 10:50 AM Roberto Halais > wrote: > > >

Re: Multiple FTP Servers

2020-09-04 Thread Joe Monk
Generally, for passive FTP/s, the connection is negotiated on port 21 and then redirected to a higher port. Joe On Fri, Sep 4, 2020 at 10:50 AM Roberto Halais wrote: > Listers: > > We are converting all our file transfer jobs from FTP to FTPS. > Our security people insist we do not use port