Hello
I want to make a simple program. It's a "mailing" program. All I want is connect up the FTP then read and write into the database. I use lnet visual. And the demo program connect up perfectly. What did I do wrong?
FTP.Connect(host, port);
FTP.Authenticate(user, pass);
FTP.Retrieve('database.sqlite');
FTP.Disconnect(TRUE);
All help will be welcome.
Thanks
Stygian