Hello. Thanks so much. I was able to FTP by chopping off the
ftp://....using the following...
So my next step is to
test second server with FTPS...
But I am receiving "connection refused". I checked the FTPS settings on blah2 (via the network admin guy) and it has port 990 listed...confirmed 990 is listed and listening via netstat -na | find "990" from the server command line...so although 990 is FTPS default, I tried to explicitly feed the port into the connect...and this times out...
Does anybody have any suggestions? I know it's not the login credentials because the ftpsClient.getReplyStrong() would return invalid user or something like that. The code presumably isn't even getting to the authentication, bombing at the connect.
One other thing, the blah FTP site is on-prem Windows, the blah2 FTPS site has been created on a Windows instance moved into AWS (via CloudEndure). I don't think that should affect this but I've heard strange things happening with FTP and AWS. Any input would help. Thank you so much.