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"...
I am trying to use Attachmate from VFP9 but am having trouble with the syntax. The old MS FTP command I used was "get 'sys4.planning.S9vx.xrefchld(0)' c:\temp\Xrefchild.txt" to download the latest generation of the file, but the following code cannot find the file
#DEFINE rcASCII 0...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.