Skip to content

Commit

Permalink
Add intermediate providers page.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Sep 19, 2024
1 parent 1e6e856 commit fed2883
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
9 changes: 3 additions & 6 deletions protocols/sftp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SFTP
:::{toctree}
:hidden:
:titlesonly:
sftptogo
providers
:::

:::{image} ../_images/ftp.png
Expand All @@ -19,18 +19,15 @@ sftptogo

## Providers

Settings are specific to service providers. Use the provided [connection profiles](../index.md#connection-profiles).
Settings are specific to service [providers](providers.md).

:::{note}
Connection profiles can be installed from *Preferences → Profiles*.
:::

- [SFTP To Go](sftptogo.md)


## Connecting

If you have access to a server using a secure shell ([SSH2](http://en.wikipedia.org/wiki/Secure_Shell_Protocol)), most probably `sftp-server` is also installed and configured and you can connect using [SFTP](http://en.wikipedia.org/wiki/SSH_file_transfer_protocol).
If you have access to a server using a secure shell ([SSH2](http://en.wikipedia.org/wiki/Secure_Shell_Protocol)), most probably `sftp-server` is also installed and configured, and you can connect using [SFTP](http://en.wikipedia.org/wiki/SSH_file_transfer_protocol).

### OpenSSH Configuration Interoperability

Expand Down
14 changes: 14 additions & 0 deletions protocols/sftp/providers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Third-Party Providers
===

:::{toctree}
:hidden:
:titlesonly:
sftptogo
:::

For some providers specific connection profiles are provided with pre-configured settings.

:::{note}
Connection profiles can be installed from *Preferences → Profiles*.
:::

0 comments on commit fed2883

Please sign in to comment.