How to Change Pure FTP Port via SSH?

You can easily change Pure FTP Port via SSH by editing ftp configuration file via SSH Let us check the procedure.
  • Login to PuTTy as root.
  • Execute the given command.
vi /etc/pure-ftpd.conf
  • Scroll down to the line that says: 
# IP address/port to listen to (default=all IP addresses, port 21).
Bind 21
  • Change the port from 21 to any other as per your choice.
That's It !

You can chenge the FTP Port from WHM as well. Check the video tutorial and blog to read in detail procedure.
  • How to change Pure FTP port on cPanel server, How to Change pure FTP port via SSH, How to change the port for pure-ftpd
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

What are some Basic SSH commands?

List of some basic SSH commands are: ls – This command is used to list all files and...

How to connect to SSH?

Putty is an open-source SSH client used to connect to a remote server. This article describes how...

20 Basic Linux Commands and their Uses.

Following are the top 20 basic Linux Commands with Live Examples that would definitely help you...

How to Block/Unblock IPs from SSH?

You can easily block or unblock IPs  from SSH. #1. Block An IP Address from SSH First of all,...

How to install CpCleaner in cPanel through SSH?

CpCleaner is a cPanel plugin created to give cPanel users the option to clean junk files that...