Thanks olaf.
Wow, I am a bonehead. I kept trying UseSFTP()=.T. and the intellisense said it was not right. Did not clue in that the brackets were not needed.
Sorry for asking a question, I should have figured out.
Thanks
Paul
Yes, you are correct, and have tried, but I am not getting very far with that. The examples are all VB and just for regular FTP. Not alot of info on SFTP. The Attachmate foxpro expert is not available right now, so I was hoping someone in the tek-tip community has used this and could help...
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"...
Thanks Glenn,
I was able to get that example working. The problem I have now is uploading a new generation. I have no problem with:
oFtp.SendFile("c:\temp\upload.txt", "'pi262.ms9ma.mv70v220.part'",0,2)
to append to a file without a generation. But when I try...
Thanks jrbbldr,
Attachmate is the only approved application now for secure FTP at our company. I have been getting in trouble with the computer police using MS FTP so far.
Paul
Sorry about that.
Attachmate Extra! X-treme 9.1 is our current version. There documentation has C# and VBA examples but for transferring files from file to file but no examples from TSO Mainframe.
Just wondering if anyone has used it before.
Thanks
Paul
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.