I just did the same thing. Here's my process:
I used the TransferText method within Autoexec. Note - you can also customize the way your data is exported if needed. To do this, manually export the table and use the "Advanced" options when the Export Wizard appears - then save the profile. You can then specify this profile when you set up TransferText.
Then....I use the RunApp method to call a DOS .BAT file I put together - which calls a DOS FTP procedure. This is based on the
"-s" option which allows you to read all the FTP commands from a file. For example, I connect to my remote host, enter the userid and password - and then upload the data using a PUT command.
Please contact me at dherod@attbi.com if you need any more help on this.