In Access 97, I have created a form where the user enters the ftp site name, a login name, the password (optional), and selects the files to be ftp'd. Then she/he would click the send button that builds the ftp command file, connects to the ISP, and executes the ftp command passing the file created as the argument: "ftp -s:ftp.txt". I've got everything working just fine except the user has to connect to the ISP outside the app before clicking the "Send" button.
In C++, this connection can be made using the CInternetSession and CFtpConection classes. Is there something similar in VBA?
Ted
In C++, this connection can be made using the CInternetSession and CFtpConection classes. Is there something similar in VBA?
Ted