Hello,
I have been able to use Attachmate for file transfer from the mainframe but the computer police does not like that it is not secure.
LOCAL oFTP as Reflection.FTP
oFtp = CreateObject("Reflection.FTP")
oFtp.Open("PLP403.sys.eds.com")
oFtp.ReceiveFile("c:\temp\data.txt", "'blah.blah.blah(0)'",0,1)
oFtp.Close
oFtp = null
This works, but I do not know how to convert it to SFTP. I can see methods UseSFTP, UseTLS, etc. but not sure how to tell it to use the secure connection "Cami" that I set up in the Attachmate Refection software.
Thanks
Paul
I have been able to use Attachmate for file transfer from the mainframe but the computer police does not like that it is not secure.
LOCAL oFTP as Reflection.FTP
oFtp = CreateObject("Reflection.FTP")
oFtp.Open("PLP403.sys.eds.com")
oFtp.ReceiveFile("c:\temp\data.txt", "'blah.blah.blah(0)'",0,1)
oFtp.Close
oFtp = null
This works, but I do not know how to convert it to SFTP. I can see methods UseSFTP, UseTLS, etc. but not sure how to tell it to use the secure connection "Cami" that I set up in the Attachmate Refection software.
Thanks
Paul