Skip to content

Commit ff79ccb

Browse files
authored
Merge pull request #230 from ByteInternet/ftp-sftp-difference-explained
difference between FTP & SFTP
2 parents af741be + e353764 commit ff79ccb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ redirect_from:
1515

1616
For some shops FTP/SFTP usage is required to access an external data supplier. For these customers we’ve added the feature to add and remove FTP/SFTP users on your Hypernode. In this article we’ll explain how you can configure FTP/SFTP (create/delete users) and which credentials to use to make a FTP/SFTP connection.
1717

18+
## Difference between FTP and SFTP
19+
20+
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.
21+
22+
- Security: SFTP 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+
- Authentication: SFTP uses encrypted authentication channels, while FTP sends your username and password in plain text, which are easily intercepted and stolen.
24+
- 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, or malware injection, during transfer.
25+
1826
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.
1927

2028
## Managing FTP

0 commit comments

Comments
 (0)