I have a hosted Xojo Web App that needs to reach out to external SFTP servers, to pull down files, list directory contents and their details, and do most FTP commands. I don’t find anything native in Xojo’s docs (if you have a link please share). Thanks for any pointers!
You should be able to do whatever you need with a shell.
Hi Greg - thanks for the idea. I’ve used Shell cmds pretty comfortably in other apps, and was hoping to find a more simple or elegant control. I totally overlooked the Shell, duh! Thanks again.
If you have MBS plugins, the “CURLS ftp directory listing” example is one I used to write an app to zip and upload files to ftp servers.
You could use rb-libssh2 by @Andrew_Lambert . Here’s the SFTP-specific readme.
4 Likes