Mount in finder

Is it possible to mount my Xojo Cloud server on the desktop (finder) of my Mac so that I can copy files and such?
I’ve been using the example file manager project, but it’s limited, and I’d like to be able to do a lot more without having to write an interface for this.

Suggestions?

Hi Chris, any ftp client should do this OK. I use fetch https://fetchsoftworks.com, drag and drop files between desktop and server easily, back up database files every few days by just dragging them from fetch window to desktop. On the Xojo website cloud control panel turn on SFTP then configure your ftp client. You’ll need to enter the IP address of your server, username and password for server then you should be good to go.

The folks at cyberduck.io have a solution called mountain duck that does this.

I use ForkLift for this daily:

https://binarynights.com/

Perfect. Thanks gents!