From 97717077ae72bcc5702e4759e751cb0372fc8678 Mon Sep 17 00:00:00 2001 From: ikidnapmyself Date: Mon, 15 Jan 2024 14:48:06 +0100 Subject: [PATCH 1/6] managing FTP users in CP --- .../how-to-configure-ftp-sftp-on-hypernode.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/hypernode-platform/ftp/how-to-configure-ftp-sftp-on-hypernode.md b/docs/hypernode-platform/ftp/how-to-configure-ftp-sftp-on-hypernode.md index 1ced66e3..5269731d 100644 --- a/docs/hypernode-platform/ftp/how-to-configure-ftp-sftp-on-hypernode.md +++ b/docs/hypernode-platform/ftp/how-to-configure-ftp-sftp-on-hypernode.md @@ -25,7 +25,23 @@ File Transfer Protocol (FTP) and Secure File Transfer Protocol (SFTP) are both w NB: We strongly recommend using SSH or SFTP for file transfers. FTP is an inherently unsafe protocol, and should only be used for syncing data with suppliers that can’t be done through the Magento API. -## Managing FTP +## Managing FTP Users in Control Panel + +To manage FTP users in the Control Panel, follow these steps: + +- **Navigate to Hypernode:** Go to the Hypernode you want to manage FTP accounts for. In the side menu, locate and click on the "FTP" menu item. +- **View Existing Users:** If you already have existing users created via the CLI tool, they will be listed on this page. If no FTP users exist, you will see a form to create a new one. +- **Fill Out the Form:** In the form, you can specify the FTP username, password, and home directory for a new user. +- **Delete Existing User:** n the user list, you can click the "trash" icon in the row to delete the user. + +**Important Points to Note:** + +- If you create a new user with an existing username, the existing user will be overwritten with the new password and home directory. +- Home directories should start with '/' and must exist on your Hypernode. +- The same rules apply to the CLI tool, and these instructions are equivalent. + + +## Managing FTP through CLI **NB: The FTP users created with the instructions below can also be used for SFTP. More information about this can be found**[**here**](#sftp-ssh-file-transfer-protocol)**.** From bd6a004a496a9f1f9af35b867f6a63ffd4fdb266 Mon Sep 17 00:00:00 2001 From: ikidnapmyself Date: Mon, 15 Jan 2024 14:50:56 +0100 Subject: [PATCH 2/6] delete empty line --- .../ftp/how-to-configure-ftp-sftp-on-hypernode.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/hypernode-platform/ftp/how-to-configure-ftp-sftp-on-hypernode.md b/docs/hypernode-platform/ftp/how-to-configure-ftp-sftp-on-hypernode.md index 5269731d..356c57e1 100644 --- a/docs/hypernode-platform/ftp/how-to-configure-ftp-sftp-on-hypernode.md +++ b/docs/hypernode-platform/ftp/how-to-configure-ftp-sftp-on-hypernode.md @@ -40,7 +40,6 @@ To manage FTP users in the Control Panel, follow these steps: - Home directories should start with '/' and must exist on your Hypernode. - The same rules apply to the CLI tool, and these instructions are equivalent. - ## Managing FTP through CLI **NB: The FTP users created with the instructions below can also be used for SFTP. More information about this can be found**[**here**](#sftp-ssh-file-transfer-protocol)**.** From f0627d1faba325c56e31ebc2979570f87abbb99b Mon Sep 17 00:00:00 2001 From: ikidnapmyself Date: Mon, 15 Jan 2024 14:58:29 +0100 Subject: [PATCH 3/6] fix typo --- .../ftp/how-to-configure-ftp-sftp-on-hypernode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hypernode-platform/ftp/how-to-configure-ftp-sftp-on-hypernode.md b/docs/hypernode-platform/ftp/how-to-configure-ftp-sftp-on-hypernode.md index 356c57e1..128f27ef 100644 --- a/docs/hypernode-platform/ftp/how-to-configure-ftp-sftp-on-hypernode.md +++ b/docs/hypernode-platform/ftp/how-to-configure-ftp-sftp-on-hypernode.md @@ -32,7 +32,7 @@ To manage FTP users in the Control Panel, follow these steps: - **Navigate to Hypernode:** Go to the Hypernode you want to manage FTP accounts for. In the side menu, locate and click on the "FTP" menu item. - **View Existing Users:** If you already have existing users created via the CLI tool, they will be listed on this page. If no FTP users exist, you will see a form to create a new one. - **Fill Out the Form:** In the form, you can specify the FTP username, password, and home directory for a new user. -- **Delete Existing User:** n the user list, you can click the "trash" icon in the row to delete the user. +- **Delete Existing User:** In the user list, you can click the "trash" icon in the row to delete the user. **Important Points to Note:** From ecc55ed3b674bc05a4fb3006be0fcb2d8a7b5ae2 Mon Sep 17 00:00:00 2001 From: ikidnapmyself Date: Mon, 15 Jan 2024 15:03:59 +0100 Subject: [PATCH 4/6] unordered list to ordered list --- .../ftp/how-to-configure-ftp-sftp-on-hypernode.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/hypernode-platform/ftp/how-to-configure-ftp-sftp-on-hypernode.md b/docs/hypernode-platform/ftp/how-to-configure-ftp-sftp-on-hypernode.md index 128f27ef..072c7287 100644 --- a/docs/hypernode-platform/ftp/how-to-configure-ftp-sftp-on-hypernode.md +++ b/docs/hypernode-platform/ftp/how-to-configure-ftp-sftp-on-hypernode.md @@ -29,10 +29,10 @@ NB: We strongly recommend using SSH or SFTP for file transfers. FTP is an inhere To manage FTP users in the Control Panel, follow these steps: -- **Navigate to Hypernode:** Go to the Hypernode you want to manage FTP accounts for. In the side menu, locate and click on the "FTP" menu item. -- **View Existing Users:** If you already have existing users created via the CLI tool, they will be listed on this page. If no FTP users exist, you will see a form to create a new one. -- **Fill Out the Form:** In the form, you can specify the FTP username, password, and home directory for a new user. -- **Delete Existing User:** In the user list, you can click the "trash" icon in the row to delete the user. +1. **Navigate to Hypernode:** Go to the Hypernode you want to manage FTP accounts for. In the side menu, locate and click on the "FTP" menu item. +1. **View Existing Users:** If you already have existing users created via the CLI tool, they will be listed on this page. If no FTP users exist, you will see a form to create a new one. +1. **Fill Out the Form:** In the form, you can specify the FTP username, password, and home directory for a new user. +1. **Delete Existing User:** In the user list, you can click the "trash" icon in the row to delete the user. **Important Points to Note:** From 7762f69dd34bd2b83a05e08a328dfe0d9cb7d5bf Mon Sep 17 00:00:00 2001 From: ikidnapmyself Date: Mon, 15 Jan 2024 16:36:13 +0100 Subject: [PATCH 5/6] semantic block for important points --- .../ftp/how-to-configure-ftp-sftp-on-hypernode.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/hypernode-platform/ftp/how-to-configure-ftp-sftp-on-hypernode.md b/docs/hypernode-platform/ftp/how-to-configure-ftp-sftp-on-hypernode.md index 072c7287..cc2af4be 100644 --- a/docs/hypernode-platform/ftp/how-to-configure-ftp-sftp-on-hypernode.md +++ b/docs/hypernode-platform/ftp/how-to-configure-ftp-sftp-on-hypernode.md @@ -34,15 +34,18 @@ To manage FTP users in the Control Panel, follow these steps: 1. **Fill Out the Form:** In the form, you can specify the FTP username, password, and home directory for a new user. 1. **Delete Existing User:** In the user list, you can click the "trash" icon in the row to delete the user. -**Important Points to Note:** - +```{admonition} Important Points to Note: +--- +class: tip +--- - If you create a new user with an existing username, the existing user will be overwritten with the new password and home directory. - Home directories should start with '/' and must exist on your Hypernode. - The same rules apply to the CLI tool, and these instructions are equivalent. +``` ## Managing FTP through CLI -**NB: The FTP users created with the instructions below can also be used for SFTP. More information about this can be found**[**here**](#sftp-ssh-file-transfer-protocol)**.** +**NB: The FTP users created with the instructions below can also be used for SFTP. More information about this can be found **[**here**](#sftp-ssh-file-transfer-protocol)**.** ### Adding FTP Users From eb6c5c2d9a5a6315febbee37a675122ee93e3a8a Mon Sep 17 00:00:00 2001 From: Burak <13779866+ikidnapmyself@users.noreply.github.com> Date: Mon, 15 Jan 2024 16:44:45 +0100 Subject: [PATCH 6/6] Update how-to-configure-ftp-sftp-on-hypernode.md Co-authored-by: Timon de Groot --- .../ftp/how-to-configure-ftp-sftp-on-hypernode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hypernode-platform/ftp/how-to-configure-ftp-sftp-on-hypernode.md b/docs/hypernode-platform/ftp/how-to-configure-ftp-sftp-on-hypernode.md index cc2af4be..f8dae8b5 100644 --- a/docs/hypernode-platform/ftp/how-to-configure-ftp-sftp-on-hypernode.md +++ b/docs/hypernode-platform/ftp/how-to-configure-ftp-sftp-on-hypernode.md @@ -36,7 +36,7 @@ To manage FTP users in the Control Panel, follow these steps: ```{admonition} Important Points to Note: --- -class: tip +class: note --- - If you create a new user with an existing username, the existing user will be overwritten with the new password and home directory. - Home directories should start with '/' and must exist on your Hypernode.