lnRespOK = oFTP.FTPConnect(ALLTRIM(DatParam.IPAddr),ALLTRIM(DatParam.SUserID),; ALLTRIM(DatParam.SPassword))
I recently changed the IP address, username & password parameters and now it won't connect to the FTP server.
I know the parameters are valid because I can connect using other FTP clients.
And here's the weirdness...when another user runs the VFP program from the network share, she is able to connect to the FTP server just fine.
I'm wondering if there is some lingering setup string that needs to be flushed out somehow?
Any help would be most appreciated.