FTP (File Transfer Protocol) is considered insecure because it transmits data, including usernames, passwords, and file contents, in plain text without encryption. This makes it vulnerable to eavesdropping and "middle man" attacks where attackers can intercept and potentially modify the data being transferred.
Due to security reasons, we have blocked ports for FTP connections.
Please connect with SFTP (Secure File Transfer Protocol) as it is considered very secure. SFTP uses SSH to encrypt both the data being transferred and the commands used to control the transfer. It's more reliable and secure method compared to older protocols like FTP.