Use SFTP
This SFTP server allows users to upload and manage any files to extend their PocketBase instances dynamically.
Connecting to the SFTP Server
Use any SFTP client (such as FileZilla, WinSCP, or the sftp
command-line tool) to connect to the server.
Connection Details:
- Host:
<sftp.quickhost.app>
- Port:
2022
- Username:
<your-pocketbase-instance-name>
- Password set in Dashboard
Example using the command line:
sftp -P 2022 [email protected]
Upon login, you’ll see a list of directories for your instance. You’ll find pb_data, pb_public, pb_public and pb_migrations.
To know more about extend with Javascript, please visit Pocketbase docs.