I’m trying to attempt to connect to a partner via FTP with SSL and and automate a process that currently uses wsFTP. I able to complete the ftp.login with the SSL but when I attempt the put the connection is lost. The two unique settings in wsFTP that we’re required to use are are:
Use only 128bit SSL for secure connections
and
Use unencrypted command channel after SSL authentication.
Does anyone know how to mimic these setting within webMethods?
Thanks