diff --git a/protocols/sftp/index.md b/protocols/sftp/index.md index 2bf045c9..880c58f3 100644 --- a/protocols/sftp/index.md +++ b/protocols/sftp/index.md @@ -4,7 +4,7 @@ SFTP :::{toctree} :hidden: :titlesonly: -sftptogo +providers ::: :::{image} ../_images/ftp.png @@ -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 diff --git a/protocols/sftp/providers.md b/protocols/sftp/providers.md new file mode 100644 index 00000000..bfd273b2 --- /dev/null +++ b/protocols/sftp/providers.md @@ -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*. +:::