Mobile app version of vmapp.org
Login or Join
Heady270

: Clearing all FTP sessions I am receiving this error: I've closed down all of my FTP Clients (I use Panic Transmit + Coda on my Macbook & Filezilla on my other laptop). And I've locked

@Heady270

Posted in: #Connections #Ftp

I am receiving this error:



I've closed down all of my FTP Clients (I use Panic Transmit + Coda on my Macbook & Filezilla on my other laptop). And I've locked my FTP and unlocked it again from within the control panel.

How do I end the session for all users currently connected via FTP to my server? (I'm thinking through Terminal?)

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Heady270

1 Comments

Sorted by latest first Latest Oldest Best

 

@Gail5422790

You can close connection on your server using some commands:


netstat + kill

netstat -na
kill PID

tcpkill

tcpkill -i eth0 host 10.0.0.1

killcx (http://spamcleaner.org/en/misc/killcx.html)

killcx <ip>:<port>

tcpdrop command (FreeBSD):

tcpdrop myhost.net:2353 example.com:ftp

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme