Skip to content

Commit 181efe5

Browse files
committed
delete double Asterisk
1 parent 873e079 commit 181efe5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/hypernode-platform/ftp/how-to-configure-ftp-sftp-on-hypernode.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ For some shops FTP/SFTP usage is required to access an external data supplier. F
1919

2020
File Transfer Protocol (FTP) and Secure File Transfer Protocol (SFTP) are both widely used for transferring files, but they differ significantly in terms of security.
2121

22-
**1. Security: SFTP (SSH File Transfer Protocol) encrypts both commands and data, providing a secure channel for file transfer. FTP, on the other hand, sends data in plain text, making it susceptible to unauthorized access.
23-
24-
**2. Authentication: SFTP uses secure authentication methods, including SSH keys, while FTP relies on less secure username and password authentication. SFTP offers a more robust and safer authentication mechanism.
25-
26-
**3. Data Integrity: SFTP ensures data integrity by using a secure channel. In contrast, FTP lacks built-in mechanisms for data integrity, potentially leading to data corruption during transfer.
22+
1. Security: SFTP (SSH File Transfer Protocol) encrypts both commands and data, providing a secure channel for file transfer. FTP, on the other hand, sends data in plain text, making it susceptible to unauthorized access.
23+
2. Authentication: SFTP uses secure authentication methods, including SSH keys, while FTP relies on less secure username and password authentication. SFTP offers a more robust and safer authentication mechanism.
24+
3. Data Integrity: SFTP ensures data integrity by using a secure channel. In contrast, FTP lacks built-in mechanisms for data integrity, potentially leading to data corruption during transfer.
2725

2826
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.
2927

0 commit comments

Comments
 (0)