mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
enh: update sftp link
This commit is contained in:
parent
68cb1d3d15
commit
3dbff8ca24
@ -4,7 +4,7 @@ PocketHost allows you to access all your PocketBase files via Secure FTP (FTPS).
|
|||||||
|
|
||||||
## Accessing via FTP
|
## Accessing via FTP
|
||||||
|
|
||||||
FTP to [ftp://pockethost.io](ftp://pockethost.io) and log in using your pockethost.io username and password.
|
FTP to [ftp://pockethost.io](ftp://ftp.sfo-1.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.
|
The initial directory listing contains a directory for each instance associated with your account.
|
||||||
|
|
||||||
|
@ -12,7 +12,9 @@
|
|||||||
if (!email) {
|
if (!email) {
|
||||||
throw new Error(`Email expected here`)
|
throw new Error(`Email expected here`)
|
||||||
}
|
}
|
||||||
const ftpUrl = `ftp://${encodeURIComponent(email)}@${PUBLIC_APP_DOMAIN}`
|
const ftpUrl = `ftp://${encodeURIComponent(
|
||||||
|
email,
|
||||||
|
)}@ftp.sfo-1.${PUBLIC_APP_DOMAIN}`
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<AccordionItem title="FTP Access">
|
<AccordionItem title="FTP Access">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user