mirror of
https://github.com/pockethost/pockethost.git
synced 2025-07-06 21:02:31 +00:00

* Support pb_hooks directory introduced by PocketBase 0.17.0 See https://github.com/benallfree/pockethost/discussions/271 * Added simple documentation on pb_hooks * Extended the hooks documentation to include some more samples. * Updated the way "PocketBase" is spelt for consistency
32 lines
1.4 KiB
Markdown
32 lines
1.4 KiB
Markdown
# FTP Access
|
|
|
|
PocketHost allows you to access all your PocketBase files via Secure FTP (FTPS).
|
|
|
|
## Accessing via FTP
|
|
|
|
FTP to [ftp://pockethost.io](ftp://pockethost.io) and log in using your pockethost.io username and password.
|
|
|
|
The initial directory listing contains a directory for each instance associated with your account.
|
|
|
|
Inside each instance directory, you will find:
|
|
|
|
| Directory Name | Description |
|
|
| -------------- | ----------------------------------------------------------------------------- |
|
|
| pb_data | The PocketBase data directory |
|
|
| pb_static | The location from which static files are served |
|
|
| pb_migrations | The PocketBase [migrations](https://pocketbase.io/docs/migrations/) directory |
|
|
| pb_hooks | The PocketBase [hooks](https://pocketbase.io/docs/js-overview/) directory |
|
|
| worker | The Deno-based cloud worker |
|
|
|
|
## Recommended Clients
|
|
|
|
### GUI
|
|
|
|
- [FileZilla](https://filezilla-project.org/) is a great GUI frontend available for all platforms.
|
|
|
|
### CLI
|
|
|
|
- [ftp](https://ftp.gnu.org/)
|
|
- [wget](https://www.gnu.org/software/wget/) [[homebrew](https://formulae.brew.sh/formula/wget)]
|
|
- [lftp](https://lftp.yar.ru/) [[homebrew](https://formulae.brew.sh/formula/lftp)]
|