How to control FTP sessions

There is an icon in cPanel called "FTP Session Control", but this feature only works with ProFTPd. All of our servers run PureFTPd.

The only way you can terminate FTP connections is to have jailshell enabled, then use 'ps' to list the processes and 'kill' to kill the ftpd processes.

ps afux |grep ftpd
...
kill ####

Be sure to replace #### with the actual PID you get.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Can I use FTP as an off server backup?

We don't recommend it, as it can be considered a "file dump" which is against our TOS. What is...

Common FTP Socket Errors

A socket is defined as one endpoint of a two-way communication link between two programs running...

Composer publishing

Here are the basic settings which work for our customers. On the settings tab: Site name =...

Where can I download a free FTP?

There are several FTP clients which you may download and install for free. We have video...

Dreamweaver settings

How to publish with Dreamweaver: Open your Dreamweaver and look in the top menus. Click...