ftp upload with httpsocket

Is there any way in Xojo to upload a file to my server exactly like a ftp app would?
I use an app I made to access databases on my server, and It would be easier to upload files from this app than go through the trauma of having to open up dreamweaver, copy the file to the server, try and locate the download point, check that the name is right…
Any ideas?

You could use our CURLSMBS class to do FTP, FTPS or SFTP.