I am using wininet.dll in VB6 to develop FTP functionality. I am trying to use the FTPCommand function to send the following command when connected to a mainframe FTP server: "quote site lrecl=127".
I can connect to the mainframe and execute this command successfully using "WS_FTP". However, 0 (False) is being returned when calling FTPCommand with the above command. Also, when I then call GetLastError as the API documentation indicates, I receive "0" as the return.
I can connect to the mainframe and execute this command successfully using "WS_FTP". However, 0 (False) is being returned when calling FTPCommand with the above command. Also, when I then call GetLastError as the API documentation indicates, I receive "0" as the return.