No it cannot do that. Secure FTP in 24x7 implements SFTP protocol, not FTP over SSL channel. If you wish you can use a VBScript job with some third-party COM object to automate that kind of process. For example, uyou can use smartFTP libary http://www.smartftp.com/ftplib/download/, an example job is available here http://www.smartftp.com/ftplib/samples/shi.php?l=vbscript&file=Simple.vbs. In the example, replace obj.Protocol = 0 ' ftpProtocolNormal with obj.Protocol = 2 ' ftpProtocolSSLExplicit : I need it to accept a SSL certificate. We have version 3.4.24
|