FTP File Transfer in Xojo Desktop App

Hi there:

I am relatively new to Xojo and I am for a tutorial or other documentation that can walk me through how t transfer files to a remote service inside a desktop app. Thanks in advance for any help!

If you can use CURL look at

http://forums.realsoftware.com/viewtopic.php?p=196586#p196586

If you are using OSX … cURL is already installed. and that code mentioned above works just fine.
For windows… I never tested it there, but if you find an cURL package to install there, it SHOULD work

You could use MBS CURL Plugin and check our example projects.
FTP, SFTP and FTPS supported on Mac, Windows and Linux.

Thanks for the response.