Upload and download files using FTP (file transfer protocol) – ftp command line options FTP is the abbreviation of File Transfer Protocol which is used to transfer file from one server to another. From local machine to remote server. From…
Tag: ftp
10+ frequently using ftp commands with example Unix/Linux
File Transfer Protocol FTP stands for ‘File Transfer Protocol’ which is used to transfer file from one server to another. FTP follows a client-server architecture which utilizes separate control and data connections between the ftp client and server. Considering the…
FTP login problem in Kloxo – 530 Login failed error
If you are getting 530 Login failed error in Kloxo, then you can follow the steps to resolve this error. # rpm -qa | grep ftp Make sure only pure-ftpd exists. Uninstall if any other ftp exists. Downgrade pure-ftpd #…
How/Steps to install fail2ban on CentOS 5.x, 6.x Rhel 5.x, 6.x – Protect SSH/FTP using fail2ban
Fail2ban, it is a security based application for your Unix based server. The fail2ban service is commonly used to protect your SSH and FTP from unauthorized connection. Here I am explaining the installation and basic configurations steps of fail2ban service…
How to change ftp port – cpanel
The ftp – service is for file transfer. The default port for ftp services are 20 and 21. Port 20: Data transfer port Port 21: Connection port How to change ftp port – cPanel ? We can change the default…