💾 Archived View for admin.flounder.online › sftp.gmi captured on 2021-12-03 at 14:04:38. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-11-30)

➡️ Next capture (2022-01-08)

-=-=-=-=-=-=-

SFTP access

If you're someone who is more comfortable interacting with a command line, read on! If you don't know what that means, this page is probably not for you.

Flounder runs a very simple SFTP server that you can manage your files on. You can log in with the following command:

sftp -P 2024 [myuser]@flounder.online

Then log in with your account password.

You can upload and download your files from here using a shell program.

You can use a tool like sshfs in order to mount your site locally:

mkdir mountpoint
sshfs [myuser]@flounder.online:/ mountpoint -p 2024

SSFS Documentation

This is a new feature, and I implemented a very limited subset of SFTP commands, so I would appreciate any bug reports or feedback on the mailing list:

mailto:~aw/flounder@lists.sr.ht